ppsspp/Core/MIPS/x86
Unknown W. Brackets e37777648e jit-ir: Restore emuhacks before saving state.
Let's just ask jit to do this, not its block cache directly.
2016-05-14 08:59:44 -07:00
..
Asm.cpp Address a bunch of comments, thanks for the review 2016-05-08 21:38:03 +02:00
CompALU.cpp jit: Normalize CONDITIONAL_DISABLE formatting. 2015-07-02 20:31:37 -07:00
CompBranch.cpp x86jit: Save a MOV in many cases of "jr ra" 2016-01-10 12:28:00 -08:00
CompFPU.cpp x86jit: Small optimization for fd->fd fp convert. 2015-04-10 20:07:43 -07:00
CompLoadStore.cpp Separate out jit reading nearby instructions. 2015-04-11 00:53:24 -07:00
CompReplace.cpp Merge NativeJit.cpp/h with JitCommon.cpp/h 2016-05-01 11:39:59 +02:00
CompVFPU.cpp IR: Lots more VFPU support, some with SIMD 2016-05-12 12:17:25 +02:00
Jit.cpp Enough to run cpu_alu.prx. 2016-05-07 21:00:30 +02:00
Jit.h jit-ir: Restore emuhacks before saving state. 2016-05-14 08:59:44 -07:00
JitSafeMem.cpp Merge pull request #7672 from unknownbrackets/jit-minor 2015-04-13 09:57:02 +02:00
JitSafeMem.h Change to pass some arguments by reference 2015-03-01 16:49:00 +01:00
RegCache.cpp x86/x64: Don't use a separate code block for pregenerated functions, just like on ARM 2015-10-08 22:15:28 +02:00
RegCache.h Fix various minor warnings. 2016-03-20 14:17:51 -07:00
RegCacheFPU.cpp x86: Add a way to eliminate some mov instructions. 2015-04-12 13:50:23 -07:00
RegCacheFPU.h x86: Add a way to eliminate some mov instructions. 2015-04-12 13:50:23 -07:00