ppsspp/Core/MIPS/x86
2025-02-19 16:01:11 -06:00
..
Asm.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
CompALU.cpp jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
CompBranch.cpp Turn the break reason into an enum, fix some minor issues 2025-02-19 16:01:11 -06:00
CompFPU.cpp x86jit: Simplify memcheck handling. 2023-04-12 01:07:48 -07:00
CompLoadStore.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
CompReplace.cpp
CompVFPU.cpp More minor fixes 2025-02-04 10:19:34 -06:00
Jit.cpp Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping. 2024-12-01 21:04:21 +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 Some more minor fixes 2025-02-04 10:24:55 -06:00
RegCache.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
RegCacheFPU.cpp Finish up this cleanup (move _M_SSE compat define out of Common.h) 2024-12-19 16:23:20 +01:00
RegCacheFPU.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
X64IRAsm.cpp Move more core-related stuff into Core.cpp/h 2024-12-08 11:54:58 +01: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 Make CBreakpoints an object 2024-11-25 00:22:53 +01:00
X64IRCompVec.cpp x86jit: Use a literal pool to avoid rip checks. 2023-08-28 23:11:46 -07:00
X64IRJit.cpp Target->Native renaming. More intuitive (at least to me) 2024-07-22 01:24:34 +02:00
X64IRJit.h Store IR instructions in a large arena vector instead of loosely in each block. 2024-06-07 09:28:27 +02:00
X64IRRegCache.cpp Warning fixes 2024-10-03 18:19:11 +02:00
X64IRRegCache.h x86jit: Cleanup and refactor transfer. 2023-09-24 16:58:41 -07:00