ppsspp/Core/MIPS/x86
Unknown W. Brackets 8d0dca71fe jit: Rename the rounding mode funcs to clarify.
They apply/restore the value, set/clear is confusing.
2014-10-12 11:35:20 -07:00
..
Asm.cpp jit: Rename the rounding mode funcs to clarify. 2014-10-12 11:35:20 -07:00
Asm.h More armjit work 2013-01-08 00:26:42 +01:00
CompALU.cpp x86 Jit: Generate nicer code for some cases of addiu 2014-10-12 17:47:53 +02:00
CompBranch.cpp jit: Rename the rounding mode funcs to clarify. 2014-10-12 11:35:20 -07:00
CompFPU.cpp jit: Rename the rounding mode funcs to clarify. 2014-10-12 11:35:20 -07:00
CompLoadStore.cpp x86jit: Use a faster safemem fallback. 2014-05-06 08:05:12 -07:00
CompReplace.cpp x86jit: Use templates to avoid some void * casts. 2014-01-18 09:57:13 -08:00
CompVFPU.cpp jit: Actually jit vmtfc/vmfvc. 2014-09-01 23:13:39 -07:00
Jit.cpp jit: Rename the rounding mode funcs to clarify. 2014-10-12 11:35:20 -07:00
Jit.h jit: Rename the rounding mode funcs to clarify. 2014-10-12 11:35:20 -07:00
JitSafeMem.cpp x86jit: Flush the PC before r/w in debug. 2014-07-05 12:57:44 -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