ppsspp/Core/MIPS/x86
Unknown W. Brackets bdd1db1fa2 x86jit: Handle vmin/vmax and vsge correctly.
Unfortunately, this boots vmin/vmax from simd, currently.
2015-03-29 12:24:49 -07:00
..
Asm.cpp x86jit: Shave off a couple bytes in asm. 2014-12-17 08:25:18 -08:00
Asm.h Switch to #pragma once in a few places. 2015-03-02 22:34:51 -08:00
CompALU.cpp Fix an undefined bit shift. 2015-01-19 08:40:10 -08:00
CompBranch.cpp jit: Discard unused regs before a syscall. 2015-03-01 11:08:59 -08:00
CompFPU.cpp Some work towards being able to build two JITs together 2014-12-13 21:13:54 +01:00
CompLoadStore.cpp x86 jit: Allow storing all imms directly without bouncing to a register, not just zero. 2014-12-23 22:25:53 +01:00
CompReplace.cpp Split JitCommon.h so that you can include it without getting the "NativeJit" definition 2014-12-13 21:13:28 +01:00
CompVFPU.cpp x86jit: Handle vmin/vmax and vsge correctly. 2015-03-29 12:24:49 -07:00
Jit.cpp Fix cases where breakpoints were skipped. 2015-03-17 23:06:25 -07:00
Jit.h Change to pass some arguments by reference 2015-03-01 16:49:00 +01:00
JitSafeMem.cpp Change to pass some arguments by reference 2015-03-01 16:49:00 +01:00
JitSafeMem.h Change to pass some arguments by reference 2015-03-01 16:49:00 +01:00
RegCache.cpp jit: Discard unused regs before a syscall. 2015-03-01 11:08:59 -08:00
RegCache.h jit: Discard unused regs before a syscall. 2015-03-01 11:08:59 -08:00
RegCacheFPU.cpp Change to pass some arguments by reference 2015-03-01 16:49:00 +01:00
RegCacheFPU.h Change to pass some arguments by reference 2015-03-01 16:49:00 +01:00