dolphin/Source/Core/Core/PowerPC
JosJuice f494a3d9e8 PPCAnalyst: Remove CanSwapAdjacentOps's OPCD check
Other than the CR instructions, which we now analyze properly,
all the covered instructions are not integer operations and also
have either FL_ENDBLOCK or FL_EVIL set, so there are two other
checks in CanSwapAdjacentOps that will reject them.
2023-11-28 18:59:34 +01:00
..
CachedInterpreter HLE: Refactor ReplaceFunctionIfPossible 2023-11-27 21:40:42 +01:00
Interpreter HLE: Refactor ReplaceFunctionIfPossible 2023-11-27 21:40:42 +01:00
Jit64 HLE: Refactor ReplaceFunctionIfPossible 2023-11-27 21:40:42 +01:00
Jit64Common Jit: Define new terms related to fastmem 2023-11-02 21:30:12 +01:00
JitArm64 JitArm64: Add flush/discard support for condition registers 2023-11-28 18:59:31 +01:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon Add fastmem arena setting 2023-10-31 19:43:49 +01: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 Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11: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 #12268 from JosJuice/fastmem-terminology 2023-11-12 19:44:45 +00:00
MMU.h Merge pull request #11025 from AdmiralCurtiss/hle-printf 2023-08-20 01:31:49 +02:00
PowerPC.cpp PowerPC: Allow toggling write-back cache during emulation 2023-10-31 19:43:49 +01:00
PowerPC.h MMU: Use VSID in segment register as additional TLB lookup key 2023-11-11 15:59:47 +00:00
PPCAnalyst.cpp PPCAnalyst: Remove CanSwapAdjacentOps's OPCD check 2023-11-28 18:59:34 +01:00
PPCAnalyst.h PPCAnalyst: Add in-register/discard analysis for CR 2023-11-28 18:58:47 +01:00
PPCCache.cpp Merge pull request #10818 from Pokechu22/icache-always-invalidate 2023-11-27 10:15:05 +00: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 PPCAnalyst: Allow more reordering of CR operations 2023-11-28 18:59:34 +01: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