Skip to content

Commit

Permalink
[ARM64_DYNAREC] Small optim for some specific case of slhd32 emiter
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Dec 27, 2024
1 parent 8b2b96d commit 26ba114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dynarec/arm64/dynarec_arm64_emit_shift.c
Original file line number Diff line number Diff line change
Expand Up @@ -1437,8 +1437,6 @@ void emit_shld32(dynarec_arm_t* dyn, int ninst, rex_t rex, int s1, int s2, int s
LSRxw(s4, s1, rex.w?63:31);
}
if(s1==s2) {
SUBw_U12(s3, s5, rex.w?64:32);
SUBw_REG(s3, xZR, s3);
RORxw_REG(s1, s1, s3);
} else {
LSLxw_REG(s1, s1, s5);
Expand Down

0 comments on commit 26ba114

Please sign in to comment.