mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
JitArm64: Update register comments in psq_lXX/psq_stXX
This was also overlooked in 166bd87f70.
This commit is contained in:
parent
d94b00ec36
commit
f2145c91e7
@ -27,9 +27,9 @@ void JitArm64::psq_lXX(UGeckoInstruction inst)
|
|||||||
!(m_ppc_state.feature_flags & FEATURE_FLAG_MSR_DR));
|
!(m_ppc_state.feature_flags & FEATURE_FLAG_MSR_DR));
|
||||||
|
|
||||||
// X30 is LR
|
// X30 is LR
|
||||||
// X0 is the address
|
// X0 is a temporary
|
||||||
// X1 contains the scale
|
// X1 is the address
|
||||||
// X2 is a temporary
|
// X2 is the scale
|
||||||
// Q0 is the return register
|
// Q0 is the return register
|
||||||
// Q1 is a temporary
|
// Q1 is a temporary
|
||||||
const s32 offset = inst.SIMM_12;
|
const s32 offset = inst.SIMM_12;
|
||||||
@ -156,8 +156,9 @@ void JitArm64::psq_stXX(UGeckoInstruction inst)
|
|||||||
!(m_ppc_state.feature_flags & FEATURE_FLAG_MSR_DR));
|
!(m_ppc_state.feature_flags & FEATURE_FLAG_MSR_DR));
|
||||||
|
|
||||||
// X30 is LR
|
// X30 is LR
|
||||||
// X0 contains the scale
|
// X0 is a temporary
|
||||||
// X1 is the address
|
// X1 is the scale
|
||||||
|
// X2 is the address
|
||||||
// Q0 is the store register
|
// Q0 is the store register
|
||||||
|
|
||||||
const s32 offset = inst.SIMM_12;
|
const s32 offset = inst.SIMM_12;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user