ppsspp/Core/MIPS/x86
2014-11-26 23:47:18 +01:00
..
Asm.cpp
Asm.h
CompALU.cpp x86 jit: Use LEA to emulate addu but only when it can save a few bytes 2014-11-16 17:39:47 +01:00
CompBranch.cpp x86jit: Flip cc in stl* to avoid reg loads. 2014-11-09 08:15:39 -08:00
CompFPU.cpp x86 jit: For clarity, use TEMPREG where it doesn't matter that it's EAX. 2014-11-16 17:38:26 +01:00
CompLoadStore.cpp Assorted minor optimizations 2014-11-17 21:21:44 +01:00
CompReplace.cpp
CompVFPU.cpp x86 Jit: SIMD-ify vdot 2014-11-26 23:47:18 +01:00
Jit.cpp x86 jit: Disable SIMD by default, needs just a little more debugging.. 2014-11-26 22:30:41 +01:00
Jit.h x86jit: Add an option to enable/disable vpfu simd. 2014-11-17 20:37:27 -08:00
JitSafeMem.cpp Rename an enum 2014-11-09 14:55:23 +01:00
JitSafeMem.h Rename an enum 2014-11-09 14:55:23 +01:00
RegCache.cpp x86jit: Don't lie about ZERO when it's not an imm. 2014-11-09 08:27:02 -08:00
RegCache.h x86 jit: For clarity, use TEMPREG where it doesn't matter that it's EAX. 2014-11-16 17:38:26 +01:00
RegCacheFPU.cpp x86 jit: Fix a couple issues in simd storefromregister 2014-11-26 22:25:18 +01:00
RegCacheFPU.h x86 jit: SIMD-ify some more 2014-11-25 23:56:46 +01:00