JitArm64: Clean LSL 0.

This is a no-op in the instruction set.
This commit is contained in:
degasus 2016-10-26 21:30:36 +02:00
parent 8ad98d0046
commit 332d51858a
1 changed files with 1 additions and 1 deletions

View File

@ -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);