mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-01 01:13:53 +00: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)
|
if (inst.Rc)
|
||||||
ComputeRC(RA, 0);
|
ComputeRC(RA, 0);
|
||||||
|
|
||||||
ANDS(WSP, WA, RA, ArithOption(RA, ST_LSL, 0));
|
ANDS(WSP, WA, RA);
|
||||||
CSINC(WA, WSP, WSP, CC_EQ);
|
CSINC(WA, WSP, WSP, CC_EQ);
|
||||||
STRB(INDEX_UNSIGNED, WA, PPC_REG, PPCSTATE_OFF(xer_ca));
|
STRB(INDEX_UNSIGNED, WA, PPC_REG, PPCSTATE_OFF(xer_ca));
|
||||||
gpr.Unlock(WA);
|
gpr.Unlock(WA);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user