Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Asr

1763           __ Asr(out.AsRegisterPairHigh<Register>(),
2498 __ Asr(out_reg, first_reg, out_reg);
2510 __ Asr(out_reg, first_reg, shift_value);
2553 __ Asr(o_l, high, temp, false, PL);
2555 __ Asr(o_h, high, o_h);
2558 // same as Shr except we use `Lsr`s and not `Asr`s