Skip to content
Permalink
Browse files
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.
@@ -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();

0 comments on commit 5c7b551

Please sign in to comment.