Lines Matching defs:Lsr
1251 __ Lsr(temp, second_lo, shift_value); in GenerateLongDataProc() local
3078 __ Lsr(out, out, 5); in GenerateConditionWithZero() local
3107 __ Lsr(out, in, 31); in GenerateConditionWithZero() local
4395 __ Lsr(out, temp1, shift); in GenerateDivRemWithAnyConstant() local
5096 __ Lsr(out_reg_hi, in_reg_hi, Operand::From(rot)); in HandleLongRotate() local
5098 __ Lsr(out_reg_lo, in_reg_lo, Operand::From(rot)); in HandleLongRotate() local
5119 __ Lsr(out_reg_lo, in_reg_lo, shift_right); in HandleLongRotate() local
5122 __ Lsr(shift_left, in_reg_hi, shift_right); in HandleLongRotate() local
5129 __ Lsr(out_reg_hi, in_reg_hi, shift_right); in HandleLongRotate() local
5132 __ Lsr(out_reg_lo, in_reg_lo, shift_right); in HandleLongRotate() local
5247 __ Lsr(out_reg, first_reg, out_reg); in HandleShift() local
5259 __ Lsr(out_reg, first_reg, shift_value); in HandleShift() local
5282 __ Lsr(temp, low, temp); in HandleShift() local
5298 __ Lsr(o_l, low, o_h); in HandleShift() local
5317 __ Lsr(o_l, low, o_h); in HandleShift() local
5329 __ Lsr(o_h, high, o_h); in HandleShift() local
5345 __ Lsr(o_l, high, shift_value - 32); in HandleShift() local
5380 __ Lsr(o_l, low, shift_value); in HandleShift() local
5384 __ Lsr(o_l, low, shift_value); in HandleShift() local
5386 __ Lsr(o_h, high, shift_value); in HandleShift() local
6933 __ Lsr(out, out, 1u); in VisitArrayLength() local
7040 __ Lsr(temp, object, Operand::From(gc::accounting::CardTable::kCardShift)); in MarkGCCard() local