ppsspp/Core/MIPS/x86
2017-11-11 19:39:44 +01:00
..
Asm.cpp More RIP removal. Also add some comments to make it easy to just search for "M(&" to find remaining offenders. 2017-07-07 11:33:06 +02:00
CompALU.cpp cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
CompBranch.cpp Reduce a ERROR_LOG_REPORT to a warning (vfpu branches in delay slots) 2017-11-11 19:39:44 +01:00
CompFPU.cpp Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
CompLoadStore.cpp SafeMem: Remove the "far" optimization that saves 3 bytes sometimes but is really dangerous and not worth the complexity. 2017-08-30 09:58:30 +02:00
CompReplace.cpp Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
CompVFPU.cpp Get rid of ugly alignment macros and some other cruft, we now have alignas(16) from C++11 2017-08-31 01:14:51 +02:00
IRToX86.cpp cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
IRToX86.h Add missing cases to simplify pass 2016-05-15 23:39:42 +02:00
Jit.cpp x64: Avoid clobbering jr dest in cases. 2017-07-08 16:40:06 -07:00
Jit.h Minor code formatting in x86 Jit 2017-02-04 14:34:39 +01:00
JitSafeMem.cpp SafeMem: Remove the "far" optimization that saves 3 bytes sometimes but is really dangerous and not worth the complexity. 2017-08-30 09:58:30 +02:00
JitSafeMem.h SafeMem: Remove the "far" optimization that saves 3 bytes sometimes but is really dangerous and not worth the complexity. 2017-08-30 09:58:30 +02:00
RegCache.cpp X64/X86: Even more use of the context register 2017-07-05 13:21:35 +02:00
RegCache.h Fix various minor warnings. 2016-03-20 14:17:51 -07:00
RegCacheFPU.cpp More RIP fixes 2017-07-07 15:46:14 +02:00
RegCacheFPU.h x64: Enable non-RIP addressing for FPU registers 2017-07-07 11:33:07 +02:00