Lines Matching refs:double_scratch0
1088 LowDwVfpRegister quotient = double_scratch0(); in DoModI()
1104 __ vmov(double_scratch0().low(), left_reg); in DoModI()
1105 __ vcvt_f64_s32(dividend, double_scratch0().low()); in DoModI()
1106 __ vmov(double_scratch0().low(), right_reg); in DoModI()
1107 __ vcvt_f64_s32(divisor, double_scratch0().low()); in DoModI()
1118 __ vmul(double_scratch0(), divisor, quotient); in DoModI()
1119 __ vcvt_s32_f64(double_scratch0().low(), double_scratch0()); in DoModI()
1120 __ vmov(scratch, double_scratch0().low()); in DoModI()
1250 DoubleRegister vright = double_scratch0(); in DoDivI()
1251 __ vmov(double_scratch0().low(), dividend); in DoDivI()
1252 __ vcvt_f64_s32(vleft, double_scratch0().low()); in DoDivI()
1253 __ vmov(double_scratch0().low(), divisor); in DoDivI()
1254 __ vcvt_f64_s32(vright, double_scratch0().low()); in DoDivI()
1256 __ vcvt_s32_f64(double_scratch0().low(), vleft); in DoDivI()
1257 __ vmov(result, double_scratch0().low()); in DoDivI()
1426 DoubleRegister vright = double_scratch0(); in DoFlooringDivI()
1427 __ vmov(double_scratch0().low(), left); in DoFlooringDivI()
1428 __ vcvt_f64_s32(vleft, double_scratch0().low()); in DoFlooringDivI()
1429 __ vmov(double_scratch0().low(), right); in DoFlooringDivI()
1430 __ vcvt_f64_s32(vright, double_scratch0().low()); in DoFlooringDivI()
1432 __ vcvt_s32_f64(double_scratch0().low(), vleft); in DoFlooringDivI()
1433 __ vmov(result, double_scratch0().low()); in DoFlooringDivI()
2052 DwVfpRegister dbl_scratch = double_scratch0(); in DoBranch()
2142 DwVfpRegister dbl_scratch = double_scratch0(); in DoBranch()
2824 __ vldr(double_scratch0().low(), scratch0(), base_offset); in DoLoadKeyedExternalArray()
2825 __ vcvt_f64_f32(result, double_scratch0().low()); in DoLoadKeyedExternalArray()
3410 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact); in DoMathFloor()
3431 DwVfpRegister dot_five = double_scratch0(); in DoMathRound()
3457 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound()
3467 LowDwVfpRegister scratch = double_scratch0(); in DoMathFround()
3483 DwVfpRegister temp = double_scratch0(); in DoMathPowHalf()
3935 __ vcvt_f32_f64(double_scratch0().low(), value); in DoStoreKeyedExternalArray()
3936 __ vstr(double_scratch0().low(), address, base_offset); in DoStoreKeyedExternalArray()
3985 DwVfpRegister double_scratch = double_scratch0(); in DoStoreKeyedFixedDoubleArray()
4363 SwVfpRegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble()
4379 SwVfpRegister flt_scratch = double_scratch0().low(); in DoUint32ToDouble()
4453 LowDwVfpRegister dbl_scratch = double_scratch0(); in DoDeferredNumberTagIU()
4598 SwVfpRegister flt_scratch = double_scratch0().low(); in EmitNumberUntagD()
4599 DCHECK(!result_reg.is(double_scratch0())); in EmitNumberUntagD()
4651 LowDwVfpRegister double_scratch = double_scratch0(); in DoDeferredTaggedToI()
4774 LowDwVfpRegister double_scratch = double_scratch0(); in DoDoubleToI()
4799 LowDwVfpRegister double_scratch = double_scratch0(); in DoDoubleToSmi()
4989 __ ClampDoubleToUint8(result_reg, value_reg, double_scratch0()); in DoClampDToUint8()
5025 __ ClampDoubleToUint8(result_reg, temp_reg, double_scratch0()); in DoClampTToUint8()