ppsspp/Core/MIPS
Unknown W. Brackets dede852c03 Optimize out slti in the x86 jit.
I'm kinda surprised this actually happens...
2013-02-21 01:25:01 -08:00
..
ARM Buildfix for ARM, darn. 2013-02-19 08:01:10 -08:00
JitCommon
x86 Optimize out slti in the x86 jit. 2013-02-21 01:25:01 -08:00
MIPS.cpp Assume prefixes start default until proven wrong. 2013-02-18 01:14:57 -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
MIPSCodeUtils.cpp
MIPSCodeUtils.h
MIPSDebugInterface.cpp
MIPSDebugInterface.h
MIPSDis.cpp Update Core/MIPS/MIPSDis.cpp 2013-02-20 22:10:54 +01:00
MIPSDis.h
MIPSDisVFPU.cpp
MIPSDisVFPU.h
MIPSInt.cpp Reset llBit on thread switch. 2013-02-20 12:09:13 -08:00
MIPSInt.h
MIPSIntVFPU.cpp Fix bug in Vh2f (this instr needs more testing) 2013-02-20 00:24:21 +01:00
MIPSIntVFPU.h Add some stubs to remember to implement these VFPU ops... 2013-02-02 23:48:22 +01:00
MIPSTables.cpp Implement bitrev in x86 jit + some imms. 2013-02-20 12:09:02 -08:00
MIPSTables.h Add a MIPSTables flag for ignoring the prefix. 2013-02-18 01:23:15 -08:00
MIPSVFPUUtils.cpp Log an error if we hit a 1x1 matrix. 2013-02-19 07:46:29 -08:00
MIPSVFPUUtils.h