mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
JitArm64: Minor mcrfs optimization
This commit is contained in:
parent
9e80db123f
commit
0f3b9a8874
@ -708,8 +708,7 @@ void JitArm64::mcrfs(UGeckoInstruction inst)
|
||||
ARM64Reg XA = EncodeRegTo64(WA);
|
||||
|
||||
LDR(IndexType::Unsigned, WA, PPC_REG, PPCSTATE_OFF(fpscr));
|
||||
LSR(WCR, WA, shift);
|
||||
AND(WCR, WCR, LogicalImm(0xF, 32));
|
||||
UBFX(WCR, WA, shift, 4);
|
||||
|
||||
if (mask != 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user