dolphin/Source/Core/Core/PowerPC
JosJuice 392dfbe05f JitArm64: Deduplicate the gather pipe exception check
We had two nearly identical copies of the gather pipe exception checking
code right next to each other, with the only difference being the
register used. Let's unify them, like in Jit64.
2023-09-10 16:34:10 +02:00
..
CachedInterpreter Jit: Automatically clear cache when JIT settings are updated 2023-08-26 17:04:56 +02:00
Interpreter PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
Jit64 Merge pull request #12178 from JosJuice/jit-gp-pc 2023-09-10 15:58:23 +02:00
Jit64Common Merge pull request #11191 from JosJuice/jitarm64-no-checked-entry 2023-08-26 17:00:08 +02:00
JitArm64 JitArm64: Deduplicate the gather pipe exception check 2023-09-10 16:34:10 +02:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon Core/JitCache: Don't try to allocate the fast block map on 32-bit builds. 2023-09-07 14:48:57 +02:00
SignatureDB PowerPC/MMU: Refactor to class, move to System. 2023-03-28 03:47:51 +02:00
BreakPoints.cpp Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
BreakPoints.h Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
ConditionRegister.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConditionRegister.h PowerPC/ConditionRegister: Mark PPCToInternal() as constexpr 2023-06-08 14:33:13 -04:00
CPUCoreBase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Expression.cpp PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
Expression.h PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
GDBStub.cpp Embrace nullptr over NULL and 0 2023-04-15 16:07:05 -05:00
GDBStub.h GDB Stub: do not send a packet when we just connected 2022-01-02 04:35:55 -05:00
Gekko.h Common: Move FPU-related helpers into Common namespace 2023-03-21 10:58:13 -04:00
JitInterface.cpp Merge pull request #11191 from JosJuice/jitarm64-no-checked-entry 2023-08-26 17:00:08 +02:00
JitInterface.h JitArm64/Jit64: Load the memory register without jumps and only when necessary. 2023-07-28 14:24:53 +03:00
MMU.cpp Merge pull request #11025 from AdmiralCurtiss/hle-printf 2023-08-20 01:31:49 +02:00
MMU.h Merge pull request #11025 from AdmiralCurtiss/hle-printf 2023-08-20 01:31:49 +02:00
PowerPC.cpp Merge pull request #12048 from krnlyng/someothertest 2023-08-19 09:49:29 +02:00
PowerPC.h Merge pull request #12048 from krnlyng/someothertest 2023-08-19 09:49:29 +02:00
PPCAnalyst.cpp PPCAnalyst: Don't discard before gather pipe interrupt check 2023-09-10 12:54:52 +02:00
PPCAnalyst.h Split PPCTables from Interpreter_Tables 2023-03-16 18:36:25 -07:00
PPCCache.cpp PPCCache: Remove redundant reinterpret_casts 2023-06-13 08:25:26 -04:00
PPCCache.h Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
PPCSymbolDB.cpp Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
PPCSymbolDB.h Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
PPCTables.cpp PPCTables: Remove unnecessary includes 2023-05-03 21:47:10 -04:00
PPCTables.h PPCTables: Remove unnecessary includes 2023-05-03 21:47:10 -04:00
Profiler.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00