ppsspp/Core/MIPS
Unknown W. Brackets 7e19933f64 x86jit: Try predicting branch continues.
Still doesn't seem to work.  Something like a 4% gain in Star Ocean was
the best I saw...
2013-11-10 22:50:23 -08:00
..
ARM x86/armjit: Stop compiling on a jump to invalid. 2013-11-10 21:59:50 -08:00
JitCommon Fix vmtvc on ARM, fixing issues with our prefix check. Add some logging. 2013-11-08 19:59:11 +01:00
PPC Compile the cache instruction to nothing. 2013-11-10 14:38:10 -08:00
x86 x86jit: Try predicting branch continues. 2013-11-10 22:50:23 -08:00
MIPS.cpp Check version in each DoState() func. 2013-09-14 20:23:03 -07:00
MIPS.h armjit: Improve GPR typesafety. 2013-11-09 08:24:15 -08:00
MIPSAnalyst.cpp Extend follow functionality of disassembly 2013-11-05 21:20:21 +01:00
MIPSAnalyst.h Extend follow functionality of disassembly 2013-11-05 21:20:21 +01:00
MIPSAsm.cpp Fix some switch/case warnings. 2013-10-19 14:57:45 -07:00
MIPSAsm.h Fix some initialization order warnings. 2013-09-06 01:13:27 -07:00
MIPSAsmTables.cpp Fix rotrv (dis)assembly 2013-10-13 10:36:43 +02:00
MIPSAsmTables.h Fix some const char * conversion warnings. 2013-09-01 10:25:20 -07:00
MIPSCodeUtils.cpp Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MIPSCodeUtils.h Improve typesafety in the x86 regalloc. 2013-08-24 19:41:10 -07:00
MIPSDebugInterface.cpp Fix a possible race on shutdown. 2013-10-12 02:08:00 -07:00
MIPSDebugInterface.h Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
MIPSDis.cpp Write the retaddr to rd, not always ra, in jalr. 2013-10-17 07:39:33 -07:00
MIPSDis.h Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MIPSDisVFPU.cpp Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MIPSDisVFPU.h Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MIPSInt.cpp Revert change to WSBH as we don't have a swap16 that takes/returns u32. 2013-11-06 01:38:02 +10:00
MIPSInt.h Add two new instructions to the MIPS interpreter for logging. vertex.pbp demo seems to use one of them. 2013-08-25 16:28:19 -04:00
MIPSIntVFPU.cpp Avoid some unlikely uninitialized values. 2013-10-26 18:31:14 -07:00
MIPSIntVFPU.h Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MIPSStackWalk.cpp Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00
MIPSStackWalk.h Fix a few minor typos + small reporting change. 2013-08-12 23:02:39 -07:00
MIPSTables.cpp Compile the cache instruction to nothing. 2013-11-10 14:38:10 -08:00
MIPSTables.h Fix step over handling of fpu branches 2013-11-03 09:54:58 +01:00
MIPSVFPUUtils.cpp Avoid some unlikely uninitialized values. 2013-10-26 18:31:14 -07:00
MIPSVFPUUtils.h Use a typesafe struct for opcodes. 2013-08-24 15:36:24 -07:00