mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +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)
|
||||
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…
Add table
Reference in a new issue