ppsspp/Core/MIPS/x86
Unknown W. Brackets 44b5adeaac Properly jit the break instruction.
Otherwise, it just keeps on going past it.
We never want to hit this anyway, but it's good to know if we do.
2013-02-01 00:49:14 -08:00
..
Asm.cpp Check downcount in jit after a syscall. 2013-01-23 22:25:35 -08:00
Asm.h More armjit work 2013-01-08 00:26:42 +01:00
CompALU.cpp Implement mult, multu, mflo/hi, mtlo/hi in x86 JIT 2013-01-29 00:48:42 +01:00
CompBranch.cpp Properly jit the break instruction. 2013-02-01 00:49:14 -08:00
CompFPU.cpp Oops, no slow read for immediates usually. 2013-01-26 09:27:52 -08:00
CompLoadStore.cpp Oops, no slow read for immediates usually. 2013-01-26 09:27:52 -08:00
CompVFPU.cpp Make the VFPU jit use far jumps for memory access. 2013-01-26 23:08:19 -08:00
Jit.cpp Apply the memview mask to jit immediates too. 2013-01-26 23:54:43 -08:00
Jit.h Properly jit the break instruction. 2013-02-01 00:49:14 -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 Split out the FPU reg cache into its own file too. 2013-01-26 01:34:19 +01:00
RegCache.h Split out the FPU reg cache into its own file too. 2013-01-26 01:34:19 +01:00
RegCacheFPU.cpp VFPU JIT: start setting up infrastructure. very incomplete. vdot works if undisabled, but isn't complete. 2013-01-26 01:34:19 +01:00
RegCacheFPU.h VFPU JIT: start setting up infrastructure. very incomplete. vdot works if undisabled, but isn't complete. 2013-01-26 01:34:19 +01:00