ppsspp/Core/MIPS
Henrik Rydgard 78fe42fe80 Buildfix
2013-04-27 12:04:42 +02:00
..
ARM Buildfix 2013-04-27 12:04:42 +02:00
JitCommon JIT: Get rid of one memory access per dispatch, and get rid of blockcodepointers. 2013-04-27 01:32:03 +02:00
x86 JIT: Get rid of one memory access per dispatch, and get rid of blockcodepointers. 2013-04-27 01:32:03 +02:00
MIPS.cpp Combine the two JitCache implementations (x86, ARM) into one. 2013-04-27 01:32:03 +02:00
MIPS.h Don't need separate variables for writemask. Some optimizations. 2013-02-16 09:28:55 +01:00
MIPSAnalyst.cpp Fix build with gcc 4.8.0 2013-04-04 19:16:15 +02:00
MIPSAnalyst.h Whitelist common delay slot ops with outreg info. 2013-01-24 19:59:33 -08:00
MIPSCodeUtils.cpp
MIPSCodeUtils.h
MIPSDebugInterface.cpp Get rid of CPU class so that MIPSState can be POD, enabling offsetof 2013-01-08 14:20:06 +01:00
MIPSDebugInterface.h Allow changing fpu/vfpu regs. 2013-02-23 12:30:18 -08:00
MIPSDis.cpp Clean up disasm immediates. 2013-03-11 23:45:29 -07:00
MIPSDis.h
MIPSDisVFPU.cpp
MIPSDisVFPU.h
MIPSInt.cpp Switch to homemade isinf/isnan implementations. 2013-04-13 21:51:38 +02:00
MIPSInt.h
MIPSIntVFPU.cpp Fix capping in vf2i 2013-04-19 18:16:45 +08:00
MIPSIntVFPU.h Add some stubs to remember to implement these VFPU ops... 2013-02-02 23:48:22 +01:00
MIPSTables.cpp Initial x86 jit for vtfm/vhtfm. 2013-04-20 01:52:06 -07:00
MIPSTables.h Add a MIPSTables flag for ignoring the prefix. 2013-02-18 01:23:15 -08:00
MIPSVFPUUtils.cpp Merge branch 'master' into armjit-fpu 2013-02-28 23:56:28 +01:00
MIPSVFPUUtils.h Quick implementation of LV.Q and SV.Q in x86/x64 JIT 2013-01-25 19:50:30 +01:00