mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-16 04:47:32 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
VRev32 matches Arm64 semantics directly. LoadNamedVectorConstant allows FEX to quickly load "named constants". This will allow us to have specific hardcoded vector constant values that we can load with a ldr(State)+ldr(Value) and will be more abused in the future. This also allows us to do a very simple optimization in the future where we can optimize away redundant loads of these loads if they are used multiple times in the same block. (Not implemented here).