Lines Matching defs:Lsr
2737 __ Lsr(temp, dividend, 32 - ctz_imm); in DivRemByPowerOfTwo() local
2740 __ Lsr(temp, temp, 32 - ctz_imm); in DivRemByPowerOfTwo() local
3175 __ Lsr(out_reg_hi, in_reg_hi, rot); in HandleLongRotate() local
3177 __ Lsr(out_reg_lo, in_reg_lo, rot); in HandleLongRotate() local
3197 __ Lsr(out_reg_lo, in_reg_lo, shift_right); in HandleLongRotate() local
3200 __ Lsr(shift_left, in_reg_hi, shift_right); in HandleLongRotate() local
3207 __ Lsr(out_reg_hi, in_reg_hi, shift_right); in HandleLongRotate() local
3210 __ Lsr(out_reg_lo, in_reg_lo, shift_right); in HandleLongRotate() local
3324 __ Lsr(out_reg, first_reg, out_reg); in HandleShift() local
3336 __ Lsr(out_reg, first_reg, shift_value); in HandleShift() local
3359 __ Lsr(temp, low, temp); in HandleShift() local
3370 __ Lsr(o_l, low, o_h); in HandleShift() local
3384 __ Lsr(o_l, low, o_h); in HandleShift() local
3390 __ Lsr(o_l, high, temp, PL); in HandleShift() local
3391 __ Lsr(o_h, high, o_h); in HandleShift() local
3407 __ Lsr(o_l, high, shift_value - 32); in HandleShift() local
3439 __ Lsr(o_l, low, shift_value); in HandleShift() local
3443 __ Lsr(o_l, low, shift_value); in HandleShift() local
3445 __ Lsr(o_h, high, shift_value); in HandleShift() local
4789 __ Lsr(temp, object, gc::accounting::CardTable::kCardShift); in MarkGCCard() local
6148 __ Lsr(temp_reg, temp_reg, LockWord::kReadBarrierStateShift); in GenerateReferenceLoadWithBakerReadBarrier() local