Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Lsr

2500           __ Lsr(out_reg, first_reg, out_reg);
2512 __ Lsr(out_reg, first_reg, shift_value);
2534 __ Lsr(temp, low, temp);
2545 __ Lsr(o_l, low, o_h);
2558 // same as Shr except we use `Lsr`s and not `Asr`s
2559 __ Lsr(o_l, low, o_h);
2565 __ Lsr(o_l, high, temp, false, PL);
2566 __ Lsr(o_h, high, o_h);
3499 __ Lsr(temp, object, gc::accounting::CardTable::kCardShift);