ppsspp/Core/MIPS/x86
Unknown W. Brackets d10bdd6938 Basic working imm mem breakpoints in x86 jit.
Seems to work okay.  Doen't cover HLE of course.
2013-03-09 02:41:48 -08:00
..
Asm.cpp Avoid using CALL() directly in case of far calls. 2013-02-24 00:12:55 -08:00
Asm.h More armjit work 2013-01-08 00:26:42 +01:00
CompALU.cpp Cleanup some differences between the two jits. 2013-03-07 02:08:44 -08:00
CompBranch.cpp Implement ins and ext in the x86 jit. 2013-02-21 01:25:01 -08:00
CompFPU.cpp Add some basics for memory checks to x86 jit. 2013-03-09 02:41:46 -08:00
CompLoadStore.cpp Add some basics for memory checks to x86 jit. 2013-03-09 02:41:46 -08:00
CompVFPU.cpp Add some basics for memory checks to x86 jit. 2013-03-09 02:41:46 -08:00
Jit.cpp Basic working imm mem breakpoints in x86 jit. 2013-03-09 02:41:48 -08:00
Jit.h Basic working imm mem breakpoints in x86 jit. 2013-03-09 02:41:48 -08:00
JitCache.cpp Get rid of unused iterators. 2013-02-04 08:49:58 -05:00
JitCache.h Clear jit cache when changing breakpoints. 2013-01-18 20:12:53 -08:00
RegCache.cpp Fix some warnings generated by clang. 2013-02-24 10:23:31 -08:00
RegCache.h Split out the FPU reg cache into its own file too. 2013-01-26 01:34:19 +01:00
RegCacheFPU.cpp Fix some warnings generated by clang. 2013-02-24 10:23:31 -08:00
RegCacheFPU.h Try to reuse temp regs for better caching. 2013-02-18 00:32:42 -08:00