Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Lsr

2737     __ Lsr(temp, dividend, 32 - ctz_imm);
2740 __ Lsr(temp, temp, 32 - ctz_imm);
3175 __ Lsr(out_reg_hi, in_reg_hi, rot);
3177 __ Lsr(out_reg_lo, in_reg_lo, rot);
3197 __ Lsr(out_reg_lo, in_reg_lo, shift_right);
3200 __ Lsr(shift_left, in_reg_hi, shift_right);
3207 __ Lsr(out_reg_hi, in_reg_hi, shift_right);
3210 __ Lsr(out_reg_lo, in_reg_lo, shift_right);
3324 __ Lsr(out_reg, first_reg, out_reg);
3336 __ Lsr(out_reg, first_reg, shift_value);
3359 __ Lsr(temp, low, temp);
3370 __ Lsr(o_l, low, o_h);
3383 // same as Shr except we use `Lsr`s and not `Asr`s
3384 __ Lsr(o_l, low, o_h);
3390 __ Lsr(o_l, high, temp, PL);
3391 __ Lsr(o_h, high, o_h);
3407 __ Lsr(o_l, high, shift_value - 32);
3436 __ orr(o_h, o_h, ShifterOperand(low, LSR, 32 - shift_value));
3439 __ Lsr(o_l, low, shift_value);
3443 __ Lsr(o_l, low, shift_value);
3445 __ Lsr(o_h, high, shift_value);
4789 __ Lsr(temp, object, gc::accounting::CardTable::kCardShift);
6148 __ Lsr(temp_reg, temp_reg, LockWord::kReadBarrierStateShift);