Lines Matching defs:Asr
4027 __ Asr(HighRegisterFrom(out), LowRegisterFrom(out), 31); in VisitTypeConversion() local
4369 __ Asr(temp, dividend, 31); in DivRemByPowerOfTwo() local
4375 __ Asr(out, out, ctz_imm); in DivRemByPowerOfTwo() local
4414 __ Asr(temp1, temp1, shift); in GenerateDivRemWithAnyConstant() local
4940 __ Asr(out_reg, first_reg, out_reg); in HandleShift() local
4952 __ Asr(out_reg, first_reg, shift_value); in HandleShift() local
5008 __ Asr(o_h, high, o_h); in HandleShift() local
5037 __ Asr(o_l, high, shift_value - 32); in HandleShift() local
5038 __ Asr(o_h, high, 31); in HandleShift() local
5049 __ Asr(o_h, high, 31); in HandleShift() local
5074 __ Asr(o_h, high, shift_value); in HandleShift() local