ppsspp/Core/MIPS/x86
Unknown W. Brackets 8ffb0101fe jit: Report blocks with uneaten VFPU prefixes.
There may be options to avoid, like continuing these blocks, especially if
they're likely or something.
2018-01-01 08:38:10 -08: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 jit: Report blocks with uneaten VFPU prefixes. 2018-01-01 08:38:10 -08:00
Jit.h Can't call functions through known-nil pointers, even if they don't touch local data - LLVM's optimizer might have done something stupid. 2017-11-30 01:07:03 +01:00
JitSafeMem.cpp x86jit: Fix safemem on WX exclusive. 2017-12-28 11:21:45 -08: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