ppsspp/Core/MIPS/x86
2014-12-04 00:19:08 +01:00
..
Asm.cpp jit: Avoid applying/restoring the rounding mode. 2014-10-12 12:51:45 -07:00
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: Basic implementation of SIMD vmmul. Can be improved. 2014-11-30 19:27:43 +01:00
CompLoadStore.cpp Assorted minor optimizations 2014-11-17 21:21:44 +01:00
CompReplace.cpp x86jit: Use templates to avoid some void * casts. 2014-01-18 09:57:13 -08:00
CompVFPU.cpp x86 jit: Hack around running out of regs on x86-32 with SIMD 2014-12-04 00:19:08 +01:00
Jit.cpp x86 Jit: Basic implementation of vbfy1/2 (mostly to just cross another one off the list..) 2014-12-04 00:18:58 +01:00
Jit.h x86 Jit: Basic implementation of vbfy1/2 (mostly to just cross another one off the list..) 2014-12-04 00:18:58 +01:00
JitSafeMem.cpp Rename an enum 2014-11-09 14:55:23 +01:00
JitSafeMem.h Merge some matrix utils and stuff from the NEON branch 2014-11-29 11:37:45 +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: Basic implementation of vbfy1/2 (mostly to just cross another one off the list..) 2014-12-04 00:18:58 +01:00
RegCacheFPU.h x86jit: When storing, verify alignment. 2014-11-30 13:06:16 -08:00