ppsspp/Core/MIPS
Unknown W. Brackets 9cd5836b85 Rename WriteFinish() to Finish() is safe mem.
It's nothing to do with writing.
2013-01-26 09:09:47 -08:00
..
ARM Split out the FPU reg cache into its own file too. 2013-01-26 01:34:19 +01:00
JitCommon Rename files. Rewrite ArmRegCache from scratch. 2013-01-07 22:33:09 +01:00
x86 Rename WriteFinish() to Finish() is safe mem. 2013-01-26 09:09:47 -08:00
MIPS.cpp Initialize downcount. 2013-01-14 23:03:37 +01:00
MIPS.h Allow downcount to be negative. 2013-01-17 01:14:49 -08: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 skeleton implementation of "cache" instruction 2013-01-22 22:03:41 +01:00
MIPSInt.h Assorted FPU/VFPU fixes, after adding more tests. 2012-11-22 18:13:48 +01:00
MIPSIntVFPU.cpp VFPU: cap/floor float-to-int conversion instructions 2013-01-22 22:03:40 +01:00
MIPSIntVFPU.h Merge pull request #209 from raven02/vsocp-new 2012-12-21 04:57:38 -08:00
MIPSTables.cpp VFPU JIT: start setting up infrastructure. very incomplete. vdot works if undisabled, but isn't complete. 2013-01-26 01:34:19 +01:00
MIPSTables.h Add DELAYSLOT and LIKELU flags to some ops. 2013-01-20 19:48:54 -08:00
MIPSVFPUUtils.cpp Quick implementation of LV.Q and SV.Q in x86/x64 JIT 2013-01-25 19:50:30 +01:00
MIPSVFPUUtils.h Quick implementation of LV.Q and SV.Q in x86/x64 JIT 2013-01-25 19:50:30 +01:00