.. |
ARM
|
Untested support for Android-x86. No idea if this actually works.
|
2013-03-21 20:52:33 +01:00 |
JitCommon
|
Untested support for Android-x86. No idea if this actually works.
|
2013-03-21 20:52:33 +01:00 |
x86
|
Don't bother checking nice, just do it after.
|
2013-03-11 02:18:27 -07:00 |
MIPS.cpp
|
Make sure interpreter and jit savestates match.
|
2013-03-08 08:49:21 -08:00 |
MIPS.h
|
Don't need separate variables for writemask. Some optimizations.
|
2013-02-16 09:28:55 +01:00 |
MIPSAnalyst.cpp
|
Fix some misc HLE warnings.
|
2013-02-18 09:04:43 -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
|
Allow changing fpu/vfpu regs.
|
2013-02-23 12:30:18 -08: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
|
Untested support for Android-x86. No idea if this actually works.
|
2013-03-21 20:52:33 +01:00 |
MIPSInt.h
|
Assorted FPU/VFPU fixes, after adding more tests.
|
2012-11-22 18:13:48 +01:00 |
MIPSIntVFPU.cpp
|
Update pspautotest, fix a couple of minor vfpu bugs (don't seem to fix anything)
|
2013-03-17 21:58:32 +01:00 |
MIPSIntVFPU.h
|
Add some stubs to remember to implement these VFPU ops...
|
2013-02-02 23:48:22 +01:00 |
MIPSTables.cpp
|
Mark more instructions which eat prefixes.
|
2013-02-24 14:38:37 -08:00 |
MIPSTables.h
|
Add a MIPSTables flag for ignoring the prefix.
|
2013-02-18 01:23:15 -08:00 |
MIPSVFPUUtils.cpp
|
Merge branch 'master' into armjit-fpu
|
2013-02-28 23:56:28 +01:00 |
MIPSVFPUUtils.h
|
Quick implementation of LV.Q and SV.Q in x86/x64 JIT
|
2013-01-25 19:50:30 +01:00 |