YJIT: A64: Avoid intermediate register in opt_and and friends (#10509)
opt_and
Same idea as the x64 equivalent in c2622b52536c5, removing the register shuffle coming from the pop two, push one stack motion these VM instructions perform.
# Insn: 0004 opt_or (stack_size: 2) - orr x11, x1, x9 - mov x1, x11 + orr x1, x1, x9
YJIT: A64: Avoid intermediate register in
opt_andand friends (#10509)Same idea as the x64 equivalent in c2622b52536c5, removing the register
shuffle coming from the pop two, push one stack motion these VM
instructions perform.