ppsspp/Core/MIPS
Unknown W. Brackets 8e979da0f9 armjit: Use our I2R arm optimizations.
Should help cases of ori and andi most, but also addiu.  They will all try
to use an optimized immediate (from another nearby value) if possible.
2014-03-14 19:15:43 -07:00
..
ARM armjit: Use our I2R arm optimizations. 2014-03-14 19:15:43 -07:00
JitCommon Including <cstddef> here was reported to fix a build problem. 2014-02-07 23:05:03 +01:00
PPC Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
x86 Jit x86: optimize "subu r, 0, r" to NEG r. 2014-03-03 13:42:32 +01:00
MIPS.cpp Clear out the jit pointer on shutdown. Some cleanup. 2014-01-28 11:32:54 +01:00
MIPS.h Clear out the jit pointer on shutdown. Some cleanup. 2014-01-28 11:32:54 +01:00
MIPSAnalyst.cpp Fix some minor warnings. 2014-03-03 00:08:32 -08:00
MIPSAnalyst.h Don't add to the symbol map what was found there. 2014-02-14 22:13:32 -08:00
MIPSAsm.cpp Remove redundant break in MIPSAsm.cpp. 2014-01-30 01:48:32 -05:00
MIPSAsm.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSAsmTables.cpp Fix rotrv (dis)assembly 2013-10-13 10:36:43 +02:00
MIPSAsmTables.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSCodeUtils.cpp Spend a bit less time in Read_Instruction on load. 2014-03-02 10:20:40 -08:00
MIPSCodeUtils.h Spend a bit less time in Read_Instruction on load. 2014-03-02 10:20:40 -08:00
MIPSDebugInterface.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSDebugInterface.h Avoid returning points from the symbol map. 2014-01-25 21:40:23 -08:00
MIPSDis.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSDis.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSDisVFPU.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSDisVFPU.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSInt.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSInt.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSIntVFPU.cpp Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSIntVFPU.h Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
MIPSStackWalk.cpp Avoid an infinite loop on bad stack walk. 2014-01-18 09:58:48 -08:00
MIPSStackWalk.h Fix a few minor typos + small reporting change. 2013-08-12 23:02:39 -07:00
MIPSTables.cpp Speed up MIPSGetInstruction() by 35%. 2014-03-02 10:20:41 -08:00
MIPSTables.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00
MIPSVFPUUtils.cpp Fix missing includes (stdio.h) 2014-01-01 22:31:03 +02:00
MIPSVFPUUtils.h Fix some vertical alignments in misc Core source files. 2014-03-03 11:16:53 -05:00