ppsspp/Core/MIPS
2014-12-20 09:11:45 -08:00
..
ARM jit: Use nicknames for a few more static regs. 2014-12-17 01:11:33 -08:00
fake x86 JIT: Join adjacent vrot calls together to avoid redundant sin/cos calls. Add a prototype, fix minor issues. 2014-11-30 11:04:13 +01:00
JitCommon Merge pull request #7140 from AbandonedCart/master 2014-12-18 22:38:14 +01:00
MIPS x86 JIT: Join adjacent vrot calls together to avoid redundant sin/cos calls. Add a prototype, fix minor issues. 2014-11-30 11:04:13 +01:00
x86 Fix some missing case warnings. 2014-12-20 09:10:09 -08:00
MIPS.cpp Split JitCommon.h so that you can include it without getting the "NativeJit" definition 2014-12-13 21:13:28 +01:00
MIPS.h Reduce the number of places we include JitCommon.h. Update native. 2014-12-12 23:49:08 +01:00
MIPSAnalyst.cpp Merge pull request #7140 from AbandonedCart/master 2014-12-18 22:38:14 +01:00
MIPSAnalyst.h jit: Improve and unify GPR spill logic. 2014-12-07 21:10:28 -08:00
MIPSAsm.cpp Split JitCommon.h so that you can include it without getting the "NativeJit" definition 2014-12-13 21:13:28 +01:00
MIPSAsm.h Replace assembler with a submodule 2014-11-23 21:09:40 +01:00
MIPSCodeUtils.cpp Reduce the number of places we include JitCommon.h. Update native. 2014-12-12 23:49:08 +01:00
MIPSCodeUtils.h x86 JIT: Join adjacent vrot calls together to avoid redundant sin/cos calls. Add a prototype, fix minor issues. 2014-11-30 11:04:13 +01:00
MIPSDebugInterface.cpp Core: Add missing override specifiers 2014-12-08 15:20:31 -05:00
MIPSDebugInterface.h Core: Add missing override specifiers 2014-12-08 15:20:31 -05:00
MIPSDis.cpp Reduce the number of places we include JitCommon.h. Update native. 2014-12-12 23:49:08 +01:00
MIPSDis.h
MIPSDisVFPU.cpp Change VROT disassembly 2014-11-29 18:33:33 +01:00
MIPSDisVFPU.h
MIPSInt.cpp Reduce the number of places we include JitCommon.h. Update native. 2014-12-12 23:49:08 +01:00
MIPSInt.h
MIPSIntVFPU.cpp fixup! Fix some missing case warnings. 2014-12-20 09:11:45 -08:00
MIPSIntVFPU.h
MIPSStackWalk.cpp
MIPSStackWalk.h
MIPSTables.cpp Goodbye PowerPC, you can always be resurrected when the time comes 2014-12-16 21:58:38 +01:00
MIPSTables.h MIPSTables: Annotate fp and hi/lo in/out more accurately than just "other" 2014-10-12 19:46:50 +02:00
MIPSVFPUUtils.cpp Minor cleanups, warning fixes 2014-12-06 12:25:28 +01:00
MIPSVFPUUtils.h We can use sincosf again on Android - the bug in the NDK has been fixed. 2014-12-07 11:53:46 +01:00