dolphin/Source/Core/Core/PowerPC
Lioncash 9f82efa3e2 Jit64/JitRegCache: Simplify GetAllocationOrder()
Given we have fixed allocation orders, we can just directly return a
span instead of a pointer and a size via an out parameter.

Makes it a little more convenient, since we get both pieces of info at
once, and also have the ability to iterate directly off the span out of
the box.
2024-01-23 11:03:59 -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 PowerPC: Add access size parameter to MMU::IsOptimizableRAMAddress 2024-01-10 18:17:45 +01:00
JitArm64 Merge pull request #12488 from JosJuice/jitarm64-psq-stxx-w0 2024-01-15 15:14:59 -05:00
JitArmCommon
JitCommon JitCommon: Fix feature_flags truncation in index calculation. 2023-12-12 21:16:29 +01:00
SignatureDB
BreakPoints.cpp
BreakPoints.h
ConditionRegister.cpp
ConditionRegister.h
CPUCoreBase.h
Expression.cpp Core/Debugger_SymbolMap: Remove redundant system parameters from interface 2023-12-18 15:46:22 -05:00
Expression.h
GDBStub.cpp Jit: Add feature flag for performance monitor 2023-11-30 22:40:36 +01:00
GDBStub.h
Gekko.h Jit: Add feature flag for performance monitor 2023-11-30 22:40:36 +01:00
JitInterface.cpp Jit: Replace "msrBits" with "featureFlags" 2023-11-30 22:40:32 +01:00
JitInterface.h
MMU.cpp Core/HW/MMIO: Pass System through Read() and Write(). 2024-01-12 08:28:01 +01:00
MMU.h PowerPC: Add access size parameter to MMU::IsOptimizableRAMAddress 2024-01-10 18:17:45 +01:00
PowerPC.cpp Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
PowerPC.h PowerPC: Add constants for the two TLB indices 2023-12-30 14:31:05 +01:00
PPCAnalyst.cpp Core/HLE/HLE: Remove global system accessors 2023-12-18 19:11:49 -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
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
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