Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11148 from JosJuice/jitarm64-remove-cdts-inst
JitArm64: Remove unnecessary instruction from ConvertDoubleToSingle
  • Loading branch information
degasus committed Oct 22, 2022
2 parents bba38a3 + 6e01ab5 commit 5c7b551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/JitArm64/JitAsm.cpp
Expand Up @@ -356,7 +356,6 @@ void JitArm64::GenerateConvertDoubleToSingle()
LSR(ARM64Reg::X1, ARM64Reg::X0, 32);
FixupBranch denormal = B(CCFlags::CC_LS);

AND(ARM64Reg::X1, ARM64Reg::X1, LogicalImm(0xc0000000, 64));
BFXIL(ARM64Reg::X1, ARM64Reg::X0, 29, 30);
RET();

Expand Down

0 comments on commit 5c7b551

Please sign in to comment.