.. |
ARM
|
ARM Jit: Implement VTFM*
|
2013-07-28 23:16:19 +02:00 |
JitCommon
|
Switch to including Windows.h from an intermediate.
|
2013-07-28 21:04:19 -07:00 |
x86
|
Only flush the required registers on function calls (only implemented for real on ARM)
|
2013-07-28 22:21:43 +02:00 |
MIPS.cpp
|
Minor code cleanup/reindent around ARM jit
|
2013-07-27 22:14:01 +02:00 |
MIPS.h
|
Minor code cleanup/reindent around ARM jit
|
2013-07-27 22:14:01 +02:00 |
MIPSAnalyst.cpp
|
Improve performance of ScanForFunctions().
|
2013-07-06 16:58:17 -07:00 |
MIPSAnalyst.h
|
Clear the debug symbol map on shutdown.
|
2013-05-26 16:29:21 -07:00 |
MIPSAsm.cpp
|
Buildfix for non-Windows.
|
2013-07-29 00:52:01 +10:00 |
MIPSAsm.h
|
-added assemble option to disassembly view
|
2013-07-28 15:24:33 +02:00 |
MIPSAsmTables.cpp
|
Buildfix for non-Windows.
|
2013-07-29 00:52:01 +10:00 |
MIPSAsmTables.h
|
Clang buildfix
|
2013-07-28 21:57:01 +02:00 |
MIPSCodeUtils.cpp
|
Fix branch/jump target calculation in MIPSCodeUtils
|
2013-07-30 01:35:37 +02:00 |
MIPSCodeUtils.h
|
Fix a typo.
|
2013-05-27 00:16:22 -07:00 |
MIPSDebugInterface.cpp
|
Slightly more efficient implementation of getDirectSymbol
|
2013-07-29 19:38:20 +02:00 |
MIPSDebugInterface.h
|
Moved expression parser to native and changed how it's accessed
|
2013-07-01 01:41:06 +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
|
Always defined WIN32_LEAN_AND_MEAN.
|
2013-07-28 21:04:20 -07:00 |
MIPSIntVFPU.h
|
Add some stubs to remember to implement these VFPU ops...
|
2013-02-02 23:48:22 +01:00 |
MIPSTables.cpp
|
Jit: Implement vidt in both, plus translate a couple easy ones to ARM.
|
2013-07-28 16:14:21 +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
|
Jit: Implement VMMUL for ARM, optimize the x86 implementation. Also add VCST.
|
2013-07-28 12:14:35 +02:00 |