ppsspp/Core/MIPS/x86
Henrik Rydgård 4c034ce988 Make all the Comp_Cache implementations the same.
We have the informative comments in the interpreter implementation
anyway.
2020-10-16 09:13:41 +02:00
..
Asm.cpp Move math and some file and data conversion files out from native to Common. 2020-10-04 09:12:46 +02:00
CompALU.cpp ByteSwap.h results in a file name collision on some systems with byteswap.h. Fix this by merging it into BitSet.h. 2020-09-30 00:09:13 +02:00
CompBranch.cpp Move the profiler to Common 2020-10-04 11:42:16 +02:00
CompFPU.cpp Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +02:00
CompLoadStore.cpp Make all the Comp_Cache implementations the same. 2020-10-16 09:13:41 +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 Move math and some file and data conversion files out from native to Common. 2020-10-04 09:12:46 +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 Move the profiler to Common 2020-10-04 11:42:16 +02:00
Jit.h ARM/ARM64 instruction analysis, hook up to handler 2020-07-14 09:25:45 +02:00
JitSafeMem.cpp Remove category from _assert_msg_ functions. We don't filter these by category anyway. 2020-07-19 20:33:25 +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 Third part of getting rid of PanicAlert 2020-07-19 20:34:02 +02:00
RegCache.h Step 2 of removing PanicAlert 2020-07-19 20:34:02 +02:00
RegCacheFPU.cpp FPURegCache: The invariant checking is very slow in debug mode. Let's only turn it on when we need it. 2020-09-17 20:52:32 +02:00
RegCacheFPU.h Third part of getting rid of PanicAlert 2020-07-19 20:34:02 +02:00