ppsspp/Core/MIPS/x86
2023-12-29 08:27:56 +01:00
..
Asm.cpp jit: Add more reasonable estimates for RX protect. 2022-11-20 10:55:35 -08:00
CompALU.cpp jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
CompBranch.cpp Core: Cleanup disasm buffer usage. 2023-04-29 09:07:25 -07:00
CompFPU.cpp x86jit: Simplify memcheck handling. 2023-04-12 01:07:48 -07:00
CompLoadStore.cpp x86jit: Fix spill on sc in longer block. 2023-09-11 22:29:46 -07: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 jit: Skip known prefix writes. 2023-08-22 23:26:31 -07:00
Jit.cpp Back out clearly inconsequential/useless .reserve() calls 2023-12-29 08:27:56 +01:00
Jit.h More sensible approach to the sc problem that broke Beats 2023-09-11 16:07:21 +02:00
JitSafeMem.cpp Back out clearly inconsequential/useless .reserve() calls 2023-12-29 08:27:56 +01:00
JitSafeMem.h x86jit: Simplify memcheck handling. 2023-04-12 01:07:48 -07:00
RegCache.cpp Build: More consistently avoid _M_ defines. 2021-03-02 21:49:21 -08:00
RegCache.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
RegCacheFPU.cpp Build: More consistently avoid _M_ defines. 2021-03-02 21:49:21 -08:00
RegCacheFPU.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
X64IRAsm.cpp x86: Fix 32-bit IR jit block entry. 2023-10-02 20:26:07 -07:00
X64IRCompALU.cpp x86jit: Implement BSwap16. 2023-09-23 22:01:09 -07:00
X64IRCompBranch.cpp x86jit: Implement syscalls and some system. 2023-08-25 00:01:02 -07:00
X64IRCompFPU.cpp x86jit: Fix IR vcmp all bit. 2023-10-03 17:46:29 -07:00
X64IRCompLoadStore.cpp irjit: Fix safety of kernel bit memory addresses. 2023-09-24 10:18:55 -07:00
X64IRCompSystem.cpp Back out clearly inconsequential/useless .reserve() calls 2023-12-29 08:27:56 +01:00
X64IRCompVec.cpp x86jit: Use a literal pool to avoid rip checks. 2023-08-28 23:11:46 -07:00
X64IRJit.cpp irjit: Optimize offset logging during compile. 2023-09-30 15:56:18 -07:00
X64IRJit.h IR: Add mini native jit MIPS block profiler. 2023-09-24 23:04:29 -07:00
X64IRRegCache.cpp x86jit: Prefer BLENDPS to INSERTPS. 2023-09-25 22:12:48 -07:00
X64IRRegCache.h x86jit: Cleanup and refactor transfer. 2023-09-24 16:58:41 -07:00