rpcsx/rpcs3/Emu/CPU
Malcolm Jestadt ebeeafc94f SPU LLVM: Use vrangeps in clamp_smax
- This instruction can clamp a value between a range of values, something which previously needed 2 instructions.
- With the immediate byte set to 0x2 it will compute the minimum between the absolute value of the first input and the second input, and then copy the sign from the first input to the result.
2022-06-11 18:25:31 +03:00
..
CPUDisAsm.h RSX-Debugger: Implement backwards scrolling 2022-04-15 22:34:51 +03:00
CPUThread.cpp Make CPU Profiler able to print stats which sum up the records of all SPU threads 2022-05-07 12:57:54 +03:00
CPUThread.h Implement Emulator::GracefulShutdown() 2022-02-05 11:49:29 +01:00
CPUTranslator.cpp LLVM: Fix 0 vector constant observation 2022-06-08 19:31:39 +03:00
CPUTranslator.h SPU LLVM: Use vrangeps in clamp_smax 2022-06-11 18:25:31 +03:00
sse2neon.h macos: fix build for arm64 2022-04-18 17:53:54 +03:00