mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
JitArm64: Clean LSL 0.
This is a no-op in the instruction set.
This commit is contained in:
parent
8ad98d0046
commit
332d51858a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue