Lines Matching defs:Lsr
1296 __ Lsr(temp, second_lo, shift_value); in GenerateLongDataProc() local
3230 __ Lsr(out, out, 5); in GenerateConditionWithZero() local
3259 __ Lsr(out, in, 31); in GenerateConditionWithZero() local
4544 __ Lsr(out, temp1, shift); in GenerateDivRemWithAnyConstant() local
5247 __ Lsr(out_reg_hi, in_reg_hi, Operand::From(rot)); in HandleLongRotate() local
5249 __ Lsr(out_reg_lo, in_reg_lo, Operand::From(rot)); in HandleLongRotate() local
5270 __ Lsr(out_reg_lo, in_reg_lo, shift_right); in HandleLongRotate() local
5273 __ Lsr(shift_left, in_reg_hi, shift_right); in HandleLongRotate() local
5280 __ Lsr(out_reg_hi, in_reg_hi, shift_right); in HandleLongRotate() local
5283 __ Lsr(out_reg_lo, in_reg_lo, shift_right); in HandleLongRotate() local
5400 __ Lsr(out_reg, first_reg, out_reg); in HandleShift() local
5412 __ Lsr(out_reg, first_reg, shift_value); in HandleShift() local
5435 __ Lsr(temp, low, temp); in HandleShift() local
5451 __ Lsr(o_l, low, o_h); in HandleShift() local
5470 __ Lsr(o_l, low, o_h); in HandleShift() local
5482 __ Lsr(o_h, high, o_h); in HandleShift() local
5498 __ Lsr(o_l, high, shift_value - 32); in HandleShift() local
5533 __ Lsr(o_l, low, shift_value); in HandleShift() local
5537 __ Lsr(o_l, low, shift_value); in HandleShift() local
5539 __ Lsr(o_h, high, shift_value); in HandleShift() local
7110 __ Lsr(out, out, 1u); in VisitArrayLength() local
7217 __ Lsr(temp, object, Operand::From(gc::accounting::CardTable::kCardShift)); in MarkGCCard() local