ppsspp/Core/MIPS/x86
2013-07-30 18:15:48 +02:00
..
Asm.cpp JIT: Get rid of one memory access per dispatch, and get rid of blockcodepointers. 2013-04-27 01:32:03 +02:00
Asm.h More armjit work 2013-01-08 00:26:42 +01:00
CompALU.cpp Handle the immediate case of clz/clo. 2013-07-04 23:07:42 -07:00
CompBranch.cpp Log more info about branches in delay slots. 2013-06-30 13:19:27 -07:00
CompFPU.cpp Add some basics for memory checks to x86 jit. 2013-03-09 02:41:46 -08:00
CompLoadStore.cpp Fix memchecks for halfwords and bytes. 2013-07-06 13:15:48 -07:00
CompVFPU.cpp ARMJIT: Fix eatprefix, add DirtyInInV mapping, misc stuff 2013-07-30 18:15:48 +02:00
Jit.cpp Oops, need to still rewind on breakpoint. 2013-07-27 15:05:16 -07:00
Jit.h More VFPU stuff (nothing new activated) 2013-07-30 01:09:11 +02:00
RegCache.cpp Only flush the required registers on function calls (only implemented for real on ARM) 2013-07-28 22:21:43 +02:00
RegCache.h Only flush the required registers on function calls (only implemented for real on ARM) 2013-07-28 22:21:43 +02: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