dolphin/Source/Plugins/Plugin_DSP_LLE-testing/Src
nakeee 8af05ec4fb DSP: mov impl / comments
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2895 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-06 12:20:12 +00:00
..
Debugger dsp llet debugger: disasm the ucode when it's dumped 2009-04-03 19:29:15 +00:00
Logging remove WTL from dsp-lle testing and getting ready for wxw version of the debugger (anyone can do this :) ) 2009-03-29 21:00:26 +00:00
Config.cpp Real LLE-testing JIT infrastructure, more (getting rid of switch-cases) coming soon. Got rid of April Fools too. 2009-04-01 16:28:23 +00:00
Config.h LLE-Testing: Implemented an initial version of LLE JIT, tell me if it works properly on 32-bit windows and linux. 2009-03-31 21:51:03 +00:00
DSPConfigDlgLLE.cpp Real LLE-testing JIT infrastructure, more (getting rid of switch-cases) coming soon. Got rid of April Fools too. 2009-04-01 16:28:23 +00:00
DSPConfigDlgLLE.h Real LLE-testing JIT infrastructure, more (getting rid of switch-cases) coming soon. Got rid of April Fools too. 2009-04-01 16:28:23 +00:00
DSPInterpreter.cpp DSP: mov impl / comments 2009-04-06 12:20:12 +00:00
DSPInterpreter.h DSP: mov impl / comments 2009-04-06 12:20:12 +00:00
DSPJit.cpp DSP LLE: MAJOR LLE revamp. Interpreter/JIT infrastructure done. Still left to mix and match the correct functions to the correct instruction hexcodes. More changes: 2009-04-01 20:22:43 +00:00
DSPJit.h DSP - fix ROM loading (seriously, have we only been loading half the ROMs??? doesn't make sense). 2009-04-05 11:55:18 +00:00
DSPTables.cpp DSP: mov impl / comments 2009-04-06 12:20:12 +00:00
DSPTables.h DSP: fix IF_CC - could end up in the middle of ops if they were multiword! 2009-04-05 17:29:06 +00:00
Globals.cpp DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
Globals.h DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
HLE_Functions.cpp DSP: Separate the two UpdateRegister functions more clearly. Add more comments about the condition codes. 2009-04-05 12:59:40 +00:00
HLE_Helper.cpp DSP: Code simplification, comments, log improvements. 2009-04-05 19:17:19 +00:00
HLE_Helper.h DSP LLE: MAJOR LLE revamp. Interpreter/JIT infrastructure done. Still left to mix and match the correct functions to the correct instruction hexcodes. More changes: 2009-04-01 20:22:43 +00:00
SConscript DSP: Move the condition code stuff to a separate file. 2009-04-05 12:20:30 +00:00
Tools.cpp DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
Tools.h DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
disassemble.cpp DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
disassemble.h enable old code to record unknown dsp opcodes to their own file 2009-04-03 22:23:15 +00:00
gdsp_aram.cpp DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
gdsp_aram.h use dolphin-style typedefs in dsp-lle testing 2009-03-30 03:27:31 +00:00
gdsp_condition_codes.cpp make tsta into helper function 2009-04-05 21:11:47 +00:00
gdsp_condition_codes.h make tsta into helper function 2009-04-05 21:11:47 +00:00
gdsp_ext_op.cpp hacky pro/epi solution, following XK's suggestion. 2009-04-03 10:55:42 +00:00
gdsp_ext_op.h DSP: Code simplification, comments, log improvements. 2009-04-05 19:17:19 +00:00
gdsp_interface.cpp DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
gdsp_interface.h DSP: Code simplification, comments, log improvements. 2009-04-05 19:17:19 +00:00
gdsp_interpreter.cpp DSP: fix IF_CC - could end up in the middle of ops if they were multiword! 2009-04-05 17:29:06 +00:00
gdsp_interpreter.h DSP - fix ROM loading (seriously, have we only been loading half the ROMs??? doesn't make sense). 2009-04-05 11:55:18 +00:00
gdsp_memory.cpp DSP: mov impl / comments 2009-04-06 12:20:12 +00:00
gdsp_memory.h DSP: Code simplification, comments, log improvements. 2009-04-05 19:17:19 +00:00
gdsp_opcodes_helper.h DSP: Corrected CMPI implementation. (i think) 2009-04-05 21:04:46 +00:00
gdsp_registers.cpp DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
gdsp_registers.h tiny DSP cleanup: Move pending exceptions register into SDSP struct. 2009-04-05 09:23:43 +00:00
main.cpp DSP: Unbreak disassembler (broken since 2866), commenting, logging changes, minor cleanup 2009-04-05 15:46:47 +00:00
stdafx.cpp remove WTL from dsp-lle testing and getting ready for wxw version of the debugger (anyone can do this :) ) 2009-03-29 21:00:26 +00:00
stdafx.h remove WTL from dsp-lle testing and getting ready for wxw version of the debugger (anyone can do this :) ) 2009-03-29 21:00:26 +00:00