Lines Matching defs:Asr
3693 __ Asr(HighRegisterFrom(out), LowRegisterFrom(out), 31); in VisitTypeConversion() local
4066 __ Asr(temp, dividend, 31); in DivRemByPowerOfTwo() local
4072 __ Asr(out, out, ctz_imm); in DivRemByPowerOfTwo() local
4111 __ Asr(temp1, temp1, shift); in GenerateDivRemWithAnyConstant() local
4636 __ Asr(out_reg, first_reg, out_reg); in HandleShift() local
4648 __ Asr(out_reg, first_reg, shift_value); in HandleShift() local
4704 __ Asr(o_h, high, o_h); in HandleShift() local
4733 __ Asr(o_l, high, shift_value - 32); in HandleShift() local
4734 __ Asr(o_h, high, 31); in HandleShift() local
4745 __ Asr(o_h, high, 31); in HandleShift() local
4770 __ Asr(o_h, high, shift_value); in HandleShift() local