ppsspp/Core/MIPS
2013-02-17 15:23:56 +10:00
..
ARM Fix Symbian JIT + FastMem by using a mapped virtual address RChunk. 2013-02-17 15:23:56 +10:00
JitCommon Rename files. Rewrite ArmRegCache from scratch. 2013-01-07 22:33:09 +01:00
x86 Disable VDot and Vec3 in x86 jit, broke things. 2013-02-16 19:57:35 -08:00
MIPS.cpp Replace "Core" with "Jit" in ini. Don't show Open dialog by default (use Ctrl+A or Ctrl+O to open it). 2013-02-16 09:49:33 +01:00
MIPS.h Don't need separate variables for writemask. Some optimizations. 2013-02-16 09:28:55 +01:00
MIPSAnalyst.cpp Add support for FPU and VFPU for nice delay slots. 2013-01-24 20:18:18 -08:00
MIPSAnalyst.h Whitelist common delay slot ops with outreg info. 2013-01-24 19:59:33 -08:00
MIPSCodeUtils.cpp Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
MIPSCodeUtils.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
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 Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
MIPSDis.cpp Fix a duplicate branch in MIPS/MIPSDis.cpp 2013-01-25 17:57:12 -05:00
MIPSDis.h Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK. 2012-11-04 23:24:00 +01:00
MIPSDisVFPU.cpp MIPSDis cleanup, allow mfv zero, 255 (appears to be used to flush VFPU state or something) 2012-11-23 10:35:28 +01:00
MIPSDisVFPU.h Assorted FPU/VFPU fixes, after adding more tests. 2012-11-22 18:13:48 +01:00
MIPSInt.cpp Add some checks for fpu/vfpu writing to $0. 2013-02-14 00:27:09 -08:00
MIPSInt.h Assorted FPU/VFPU fixes, after adding more tests. 2012-11-22 18:13:48 +01:00
MIPSIntVFPU.cpp Log an error when vfpu swizzle is used badly. 2013-02-16 02:04:04 -08:00
MIPSIntVFPU.h Add some stubs to remember to implement these VFPU ops... 2013-02-02 23:48:22 +01:00
MIPSTables.cpp Replace "Core" with "Jit" in ini. Don't show Open dialog by default (use Ctrl+A or Ctrl+O to open it). 2013-02-16 09:49:33 +01:00
MIPSTables.h Replace "Core" with "Jit" in ini. Don't show Open dialog by default (use Ctrl+A or Ctrl+O to open it). 2013-02-16 09:49:33 +01:00
MIPSVFPUUtils.cpp VFPUutil style & simplification 2013-02-16 09:28:56 +01:00
MIPSVFPUUtils.h Quick implementation of LV.Q and SV.Q in x86/x64 JIT 2013-01-25 19:50:30 +01:00