ppsspp/Core/MIPS/x86
Henrik Rydgard 5888b3bdc4 Revert "x86jit: Micro optimize slt* a bit."
This reverts commit ee66596b8d.

Broke a lot of games, probably some small bug.

Conflicts:
	Core/MIPS/x86/CompALU.cpp
2014-11-09 12:07:21 +01:00
..
Asm.cpp jit: Avoid applying/restoring the rounding mode. 2014-10-12 12:51:45 -07:00
Asm.h More armjit work 2013-01-08 00:26:42 +01:00
CompALU.cpp Revert "x86jit: Micro optimize slt* a bit." 2014-11-09 12:07:21 +01:00
CompBranch.cpp x86jit: Fix andLink cases of imm blezl, etc. 2014-10-24 08:57:56 -07:00
CompFPU.cpp Revert "x86jit: Micro optimize slt* a bit." 2014-11-09 12:07:21 +01:00
CompLoadStore.cpp x86jit: Preload sp and similar regs used often. 2014-10-12 14:53:56 -07:00
CompReplace.cpp x86jit: Use templates to avoid some void * casts. 2014-01-18 09:57:13 -08:00
CompVFPU.cpp x86jit: Optimize loads of 0 into fp regs. 2014-11-08 18:41:16 -08:00
Jit.cpp jit: Fix partial invalidation of larger blocks. 2014-10-27 19:04:19 -07:00
Jit.h x86jit: Centralize continuing logic. 2014-10-12 19:01:04 -07:00
JitSafeMem.cpp x86jit: Preload sp and similar regs used often. 2014-10-12 14:53:56 -07:00
JitSafeMem.h x86jit: Use a faster safemem fallback. 2014-05-06 08:05:12 -07:00
RegCache.cpp x86 JIT: Sacrifice a register for a pointer to the MIPS context. Shrinks emitted x86 code considerably. 2014-10-12 19:35:55 +02:00
RegCache.h x86 JIT: Sacrifice a register for a pointer to the MIPS context. Shrinks emitted x86 code considerably. 2014-10-12 19:35:55 +02:00
RegCacheFPU.cpp x86 JIT: Sacrifice a register for a pointer to the MIPS context. Shrinks emitted x86 code considerably. 2014-10-12 19:35:55 +02:00
RegCacheFPU.h Skip flushing FPU/VFPU regs if none were allocated. 2014-03-30 00:42:25 -07:00