ppsspp/Core/MIPS/ARM
Unknown W. Brackets 87217053ef Debugger: Correct PC if replacement breaks.
If a memory breakpoint hits within a replacement (like memcpy, memset) we
would previously move PC back to the jal in cases, which would break
things if you tried to resume.
2023-05-06 13:40:01 -07:00
..
ArmAsm.cpp jit: Add more reasonable estimates for RX protect. 2022-11-20 10:55:35 -08:00
ArmCompALU.cpp jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
ArmCompBranch.cpp arm64jit: Handle branch/jump in branch delay slots. 2022-09-03 21:04:54 -07:00
ArmCompFPU.cpp Core: Cleanup some sign extensions for clarity. 2023-04-05 17:16:51 -07:00
ArmCompLoadStore.cpp Core: Cleanup some sign extensions for clarity. 2023-04-05 17:16:51 -07:00
ArmCompReplace.cpp cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
ArmCompVFPU.cpp ARM32: Remove a lot of non-NEON fallback paths 2022-04-13 11:44:55 +02:00
ArmCompVFPUNEON.cpp Common: Maintain C++11 support in sign extend. 2021-01-31 08:44:02 -08:00
ArmCompVFPUNEONUtil.cpp Move math and some file and data conversion files out from native to Common. 2020-10-04 09:12:46 +02:00
ArmCompVFPUNEONUtil.h Namespacing cleanup (it's bad to do "using namespace" in a header) 2014-12-07 14:44:15 +01:00
ArmJit.cpp Debugger: Correct PC if replacement breaks. 2023-05-06 13:40:01 -07:00
ArmJit.h jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
ArmRegCache.cpp jit: Avoid using mips identifier directly. 2021-02-26 07:24:58 -08:00
ArmRegCache.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
ArmRegCacheFPU.cpp ARM32: Remove a lot of non-NEON fallback paths 2022-04-13 11:44:55 +02:00
ArmRegCacheFPU.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00