Lines Matching defs:Asr
4184 __ Asr(HighRegisterFrom(out), LowRegisterFrom(out), 31); in VisitTypeConversion() local
4557 __ Asr(temp, dividend, 31); in DivRemByPowerOfTwo() local
4563 __ Asr(out, out, ctz_imm); in DivRemByPowerOfTwo() local
4602 __ Asr(temp1, temp1, shift); in GenerateDivRemWithAnyConstant() local
5127 __ Asr(out_reg, first_reg, out_reg); in HandleShift() local
5139 __ Asr(out_reg, first_reg, shift_value); in HandleShift() local
5195 __ Asr(o_h, high, o_h); in HandleShift() local
5224 __ Asr(o_l, high, shift_value - 32); in HandleShift() local
5225 __ Asr(o_h, high, 31); in HandleShift() local
5236 __ Asr(o_h, high, 31); in HandleShift() local
5261 __ Asr(o_h, high, shift_value); in HandleShift() local