ppsspp/Core/MIPS/x86
Unknown W. Brackets a9d0390426 Adjust downcount before syscalls, not after.
This makes jit slightly slower for syscalls, but it's minor and makes
sure jit and interpreter timing are determistically the same.
2013-01-21 22:57:53 -08:00
..
Asm.cpp Read memory in the jit dispatcher same as lw. 2013-01-21 17:51:14 -08:00
Asm.h More armjit work 2013-01-08 00:26:42 +01:00
CompALU.cpp Some cleanup, re-enable some apparently disabled jit ops 2012-11-18 23:14:22 +01:00
CompBranch.cpp Adjust downcount before syscalls, not after. 2013-01-21 22:57:53 -08:00
CompFPU.cpp Same optimization for FPU load / store. 2013-01-20 13:16:41 -08:00
CompLoadStore.cpp Optimize write to a single x64 op too. 2013-01-20 13:06:19 -08:00
CompVFPU.cpp Jit fixes, test update 2012-11-12 14:35:10 +01:00
Jit.cpp Adjust downcount before syscalls, not after. 2013-01-21 22:57:53 -08:00
Jit.h Adjust downcount before syscalls, not after. 2013-01-21 22:57:53 -08:00
JitCache.cpp Clear jit cache when changing breakpoints. 2013-01-18 20:12:53 -08:00
JitCache.h Clear jit cache when changing breakpoints. 2013-01-18 20:12:53 -08:00
RegCache.cpp Add some checks to make sure ZERO is never set. 2013-01-20 19:48:53 -08:00
RegCache.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