dolphin/Source/Core/Core/PowerPC/JitILCommon
magumagu 1e370550c4 JIT: simplify ISI handling.
When we try to JIT from a block which doesn't exist, don't JIT any code;
just update the PPC state to indicate an ISI.  This is a little simpler,
and avoids abusing the JIT block cache.
2015-01-01 19:25:48 -08:00
..
IR.cpp JIT: simplify ISI handling. 2015-01-01 19:25:48 -08:00
IR.h JIT: simplify ISI handling. 2015-01-01 19:25:48 -08:00
JitILBase_Branch.cpp Core: Fix potentially uninitialized variable warnings 2014-11-03 22:21:10 -05:00
JitILBase_FloatingPoint.cpp Fix FPRF flag setting 2014-10-21 04:56:35 -07:00
JitILBase_Integer.cpp Symbolicize explicit uses of x86 registers where possible (GPRs only for now). 2014-09-06 13:18:31 -04:00
JitILBase_LoadStore.cpp Disabled optimizations, block merging and instruction skipping code while the debugger is stepping. 2014-10-27 23:38:45 +11:00
JitILBase_LoadStoreFloating.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
JitILBase_LoadStorePaired.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
JitILBase_Paired.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
JitILBase_SystemRegisters.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
JitILBase.h Fix Fastmem in JitIL for massive speed gains. 2014-09-14 16:21:54 +12:00