ppsspp/Core/MIPS/x86
Unknown W. Brackets d09be5a4bc Update PC before going into a replacement func.
This way we can report the PC properly on errors, and the replacement func
can even look at PC.
2014-05-31 10:03:01 -07:00
..
Asm.cpp x86jit: Use templates to avoid some void * casts. 2014-01-18 09:57:13 -08:00
Asm.h More armjit work 2013-01-08 00:26:42 +01:00
CompALU.cpp Jit x86: optimize "subu r, 0, r" to NEG r. 2014-03-03 13:42:32 +01:00
CompBranch.cpp Reduce includes in Core/HLE/. 2014-03-15 11:22:19 -07:00
CompFPU.cpp x86jit: Use a faster safemem fallback. 2014-05-06 08:05:12 -07:00
CompLoadStore.cpp x86jit: Use a faster safemem fallback. 2014-05-06 08:05:12 -07:00
CompReplace.cpp x86jit: Use templates to avoid some void * casts. 2014-01-18 09:57:13 -08:00
CompVFPU.cpp x86jit: Correct vsat0/vsat1 handling. 2014-05-16 01:04:58 -07:00
Jit.cpp Update PC before going into a replacement func. 2014-05-31 10:03:01 -07:00
Jit.h x86jit: Use a faster safemem fallback. 2014-05-06 08:05:12 -07:00
JitSafeMem.cpp Fix a type comparison warning. 2014-05-21 08:00:31 -07:00
JitSafeMem.h x86jit: Use a faster safemem fallback. 2014-05-06 08:05:12 -07:00
RegCache.cpp Fix Unix-like builds. 2014-03-15 10:02:47 -04:00
RegCache.h x86jit: Rename imm funcs to match armjit. 2013-11-10 21:59:49 -08:00
RegCacheFPU.cpp Skip flushing FPU/VFPU regs if none were allocated. 2014-03-30 00:42:25 -07:00
RegCacheFPU.h Skip flushing FPU/VFPU regs if none were allocated. 2014-03-30 00:42:25 -07:00