Lines Matching refs:double_scratch0

1130     LowDwVfpRegister quotient = double_scratch0();  in DoModI()
1146 __ vmov(double_scratch0().low(), left_reg); in DoModI()
1147 __ vcvt_f64_s32(dividend, double_scratch0().low()); in DoModI()
1148 __ vmov(double_scratch0().low(), right_reg); in DoModI()
1149 __ vcvt_f64_s32(divisor, double_scratch0().low()); in DoModI()
1160 __ vmul(double_scratch0(), divisor, quotient); in DoModI()
1161 __ vcvt_s32_f64(double_scratch0().low(), double_scratch0()); in DoModI()
1162 __ vmov(scratch, double_scratch0().low()); in DoModI()
1292 DoubleRegister vright = double_scratch0(); in DoDivI()
1293 __ vmov(double_scratch0().low(), dividend); in DoDivI()
1294 __ vcvt_f64_s32(vleft, double_scratch0().low()); in DoDivI()
1295 __ vmov(double_scratch0().low(), divisor); in DoDivI()
1296 __ vcvt_f64_s32(vright, double_scratch0().low()); in DoDivI()
1298 __ vcvt_s32_f64(double_scratch0().low(), vleft); in DoDivI()
1299 __ vmov(result, double_scratch0().low()); in DoDivI()
1468 DoubleRegister vright = double_scratch0(); in DoFlooringDivI()
1469 __ vmov(double_scratch0().low(), left); in DoFlooringDivI()
1470 __ vcvt_f64_s32(vleft, double_scratch0().low()); in DoFlooringDivI()
1471 __ vmov(double_scratch0().low(), right); in DoFlooringDivI()
1472 __ vcvt_f64_s32(vright, double_scratch0().low()); in DoFlooringDivI()
1474 __ vcvt_s32_f64(double_scratch0().low(), vleft); in DoFlooringDivI()
1475 __ vmov(result, double_scratch0().low()); in DoFlooringDivI()
2096 DwVfpRegister dbl_scratch = double_scratch0(); in DoBranch()
2185 DwVfpRegister dbl_scratch = double_scratch0(); in DoBranch()
2910 __ vldr(double_scratch0().low(), scratch0(), base_offset); in DoLoadKeyedExternalArray()
2911 __ vcvt_f64_f32(result, double_scratch0().low()); in DoLoadKeyedExternalArray()
3466 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact); in DoMathFloor()
3487 DwVfpRegister dot_five = double_scratch0(); in DoMathRound()
3513 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound()
3523 LowDwVfpRegister scratch = double_scratch0(); in DoMathFround()
3539 DwVfpRegister temp = double_scratch0(); in DoMathPowHalf()
3598 DwVfpRegister double_scratch2 = double_scratch0(); in DoMathExp()
3985 __ vcvt_f32_f64(double_scratch0().low(), value); in DoStoreKeyedExternalArray()
3986 __ vstr(double_scratch0().low(), address, base_offset); in DoStoreKeyedExternalArray()
4032 DwVfpRegister double_scratch = double_scratch0(); in DoStoreKeyedFixedDoubleArray()
4410 SwVfpRegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble()
4426 SwVfpRegister flt_scratch = double_scratch0().low(); in DoUint32ToDouble()
4500 LowDwVfpRegister dbl_scratch = double_scratch0(); in DoDeferredNumberTagIU()
4652 SwVfpRegister flt_scratch = double_scratch0().low(); in EmitNumberUntagD()
4653 DCHECK(!result_reg.is(double_scratch0())); in EmitNumberUntagD()
4705 LowDwVfpRegister double_scratch = double_scratch0(); in DoDeferredTaggedToI()
4828 LowDwVfpRegister double_scratch = double_scratch0(); in DoDoubleToI()
4853 LowDwVfpRegister double_scratch = double_scratch0(); in DoDoubleToSmi()
5043 __ ClampDoubleToUint8(result_reg, value_reg, double_scratch0()); in DoClampDToUint8()
5079 __ ClampDoubleToUint8(result_reg, temp_reg, double_scratch0()); in DoClampTToUint8()