ppsspp/Core/MIPS
2013-06-30 13:19:27 -07:00
..
ARM Log more info about branches in delay slots. 2013-06-30 13:19:27 -07:00
JitCommon Fix potential crash looking up block_num. 2013-04-28 20:59:13 -07:00
x86 Log more info about branches in delay slots. 2013-06-30 13:19:27 -07:00
MIPS.cpp Add Mersenne Twister random number generator. 2013-05-20 00:57:45 +02:00
MIPS.h Mips interpreter: Use unions instead of ugly casts. Strict-aliasing builds now work, but needs more testing so I don't enable it yet. Also some aliasing fixes for TransformPipeline. 2013-06-11 21:44:37 +02:00
MIPSAnalyst.cpp Clear the debug symbol map on shutdown. 2013-05-26 16:29:21 -07:00
MIPSAnalyst.h Clear the debug symbol map on shutdown. 2013-05-26 16:29:21 -07:00
MIPSCodeUtils.cpp Correctly detect bltzal as func calls in debug. 2013-05-26 16:24:58 -07:00
MIPSCodeUtils.h Fix a typo. 2013-05-27 00:16:22 -07:00
MIPSDebugInterface.cpp Expression parser 2013-06-29 15:17:00 +02:00
MIPSDebugInterface.h Expression parser 2013-06-29 15:17:00 +02:00
MIPSDis.cpp Clean up disasm immediates. 2013-03-11 23:45:29 -07: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 Revert "Remove hack for BREAK in Sol Trigger" 2013-06-26 07:56:36 -07:00
MIPSInt.h Assorted FPU/VFPU fixes, after adding more tests. 2012-11-22 18:13:48 +01:00
MIPSIntVFPU.cpp Mips interpreter: Use unions instead of ugly casts. Strict-aliasing builds now work, but needs more testing so I don't enable it yet. Also some aliasing fixes for TransformPipeline. 2013-06-11 21:44:37 +02:00
MIPSIntVFPU.h Add some stubs to remember to implement these VFPU ops... 2013-02-02 23:48:22 +01:00
MIPSTables.cpp -disassembly view redesigned 2013-06-25 23:52:56 +02:00
MIPSTables.h Add a MIPSTables flag for ignoring the prefix. 2013-02-18 01:23:15 -08:00
MIPSVFPUUtils.cpp Clean up some indents, add some reporting. 2013-05-18 02:09:32 -07:00
MIPSVFPUUtils.h Clean up some indents, add some reporting. 2013-05-18 02:09:32 -07:00