dolphin/Source/Core/Core/PowerPC
Mai 30fdf25f8f
Merge pull request #12542 from AdmiralCurtiss/system-sconfig
Migrate m_is_mios and bWii from SConfig to System.
2024-01-31 09:57:17 -05:00
..
CachedInterpreter Core/HLE/HLE: Remove global system accessors 2023-12-18 19:11:49 -05:00
Interpreter Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
Jit64 Jit64/JitRegCache: Simplify GetAllocationOrder() 2024-01-23 11:03:59 -05:00
Jit64Common Jit64AsmCommon: Remove redundant m_jit member from CommonAsmRoutines 2024-01-23 16:27:02 -05:00
JitArm64 Merge pull request #12540 from mitaclaw/encode-reg-to-64 2024-01-30 13:08:03 -05:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon JitCommon: Fix feature_flags truncation in index calculation. 2023-12-12 21:16:29 +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
ConditionRegister.h PowerPC/ConditionRegister: Mark PPCToInternal() as constexpr 2023-06-08 14:33:13 -04:00
CPUCoreBase.h
Expression.cpp Core/Debugger_SymbolMap: Remove redundant system parameters from interface 2023-12-18 15:46:22 -05:00
Expression.h PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
GDBStub.cpp Jit: Add feature flag for performance monitor 2023-11-30 22:40:36 +01:00
GDBStub.h GDB Stub: do not send a packet when we just connected 2022-01-02 04:35:55 -05:00
Gekko.h Jit: Add feature flag for performance monitor 2023-11-30 22:40:36 +01:00
JitInterface.cpp JitInterface: Use #ifdef instead of #if for platform testing 2024-01-23 16:42:36 -05: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 Migrate SConfig::bWii to System. 2024-01-31 12:54:07 +01:00
MMU.h PowerPC: Add access size parameter to MMU::IsOptimizableRAMAddress 2024-01-10 18:17:45 +01:00
PowerPC.cpp Migrate SConfig::bWii to System. 2024-01-31 12:54:07 +01:00
PowerPC.h PowerPC: Use #ifdef instead of #if for platform testing 2024-01-23 16:47:43 -05:00
PPCAnalyst.cpp PPCAnalyst: Merge duplicate expression in ReorderInstructionsCore() 2024-01-23 16:08:24 -05: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 PPCSymbolDB. Bugfix. Fix .data symbols not loading, unless they were aligned to 4 bytes. 2023-12-03 00:03:28 -07:00
PPCSymbolDB.h Common: Move DebugInterface.h into Core 2023-06-12 10:35:31 -04:00
PPCTables.cpp Jit: Add feature flag for performance monitor 2023-11-30 22:40:36 +01:00
PPCTables.h PPCTables: Retire FL_EVIL 2023-11-28 18:59:34 +01:00
Profiler.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00