dolphin/Source/Core/Core/PowerPC/Jit64
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
..
RegCache Jit64/JitRegCache: Simplify GetAllocationOrder() 2024-01-23 11:03:59 -05:00
Jit64_Tables.cpp PPCTables: Fix OPLOG system 2023-03-16 18:36:25 -07:00
Jit_Branch.cpp Jit: Replace "msrBits" with "featureFlags" 2023-11-30 22:40:32 +01:00
Jit_FloatingPoint.cpp Jit: Get rid of short-lived std::vectors 2023-11-18 23:15:37 +01:00
Jit_Integer.cpp Jit: Get rid of short-lived std::vectors 2023-11-18 23:15:37 +01:00
Jit_LoadStore.cpp Merge pull request #11988 from JosJuice/jit-feature-flags 2023-12-05 03:13:50 -05:00
Jit_LoadStoreFloating.cpp Jit64: Attempt to fix updating stores with an immediate value 2023-04-04 23:30:40 -07:00
Jit_LoadStorePaired.cpp Jit: Replace MSR/MMCR access with feature_flags access 2023-11-30 22:40:36 +01:00
Jit_Paired.cpp Jit64: Optimize ps_merge01 with Rd == Rb 2023-09-21 18:03:39 +02:00
Jit_SystemRegisters.cpp Jit: Replace "msrBits" with "featureFlags" 2023-11-30 22:40:32 +01:00
Jit.cpp Core/HLE/HLE: Remove global system accessor from ExecuteFromJIT() 2023-12-18 19:11:52 -05:00
Jit.h Jit: Replace "msrBits" with "featureFlags" 2023-11-30 22:40:32 +01:00
JitAsm.cpp Jit: Reload RMEM/MEM_REG on ISI exception 2023-12-27 16:39:00 +01:00
JitAsm.h Jit64: Recompile asm routines on cache clear 2023-10-31 19:43:49 +01:00