mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
JitArm64: Clean LSL 0.
This is a no-op in the instruction set.
This commit is contained in:
parent
8ad98d0046
commit
332d51858a
@ -582,7 +582,7 @@ void JitArm64::srawix(UGeckoInstruction inst)
|
||||
if (inst.Rc)
|
||||
ComputeRC(RA, 0);
|
||||
|
||||
ANDS(WSP, WA, RA, ArithOption(RA, ST_LSL, 0));
|
||||
ANDS(WSP, WA, RA);
|
||||
CSINC(WA, WSP, WSP, CC_EQ);
|
||||
STRB(INDEX_UNSIGNED, WA, PPC_REG, PPCSTATE_OFF(xer_ca));
|
||||
gpr.Unlock(WA);
|
||||
|
Loading…
x
Reference in New Issue
Block a user