Lines Matching refs:double_scratch0
1262 LowDwVfpRegister quotient = double_scratch0(); in DoModI()
1278 __ vmov(double_scratch0().low(), left_reg); in DoModI()
1279 __ vcvt_f64_s32(dividend, double_scratch0().low()); in DoModI()
1280 __ vmov(double_scratch0().low(), right_reg); in DoModI()
1281 __ vcvt_f64_s32(divisor, double_scratch0().low()); in DoModI()
1292 __ vmul(double_scratch0(), divisor, quotient); in DoModI()
1293 __ vcvt_s32_f64(double_scratch0().low(), double_scratch0()); in DoModI()
1294 __ vmov(scratch, double_scratch0().low()); in DoModI()
1424 DoubleRegister vright = double_scratch0(); in DoDivI()
1425 __ vmov(double_scratch0().low(), dividend); in DoDivI()
1426 __ vcvt_f64_s32(vleft, double_scratch0().low()); in DoDivI()
1427 __ vmov(double_scratch0().low(), divisor); in DoDivI()
1428 __ vcvt_f64_s32(vright, double_scratch0().low()); in DoDivI()
1430 __ vcvt_s32_f64(double_scratch0().low(), vleft); in DoDivI()
1431 __ vmov(result, double_scratch0().low()); in DoDivI()
1600 DoubleRegister vright = double_scratch0(); in DoFlooringDivI()
1601 __ vmov(double_scratch0().low(), left); in DoFlooringDivI()
1602 __ vcvt_f64_s32(vleft, double_scratch0().low()); in DoFlooringDivI()
1603 __ vmov(double_scratch0().low(), right); in DoFlooringDivI()
1604 __ vcvt_f64_s32(vright, double_scratch0().low()); in DoFlooringDivI()
1606 __ vcvt_s32_f64(double_scratch0().low(), vleft); in DoFlooringDivI()
1607 __ vmov(result, double_scratch0().low()); in DoFlooringDivI()
2246 DwVfpRegister dbl_scratch = double_scratch0(); in DoBranch()
2329 DwVfpRegister dbl_scratch = double_scratch0(); in DoBranch()
3245 __ vldr(double_scratch0().low(), scratch0(), base_offset); in DoLoadKeyedExternalArray()
3246 __ vcvt_f64_f32(result, double_scratch0().low()); in DoLoadKeyedExternalArray()
3796 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact); in DoMathFloor()
3817 DwVfpRegister dot_five = double_scratch0(); in DoMathRound()
3842 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound()
3852 LowDwVfpRegister scratch = double_scratch0(); in DoMathFround()
3868 DwVfpRegister temp = double_scratch0(); in DoMathPowHalf()
3927 DwVfpRegister double_scratch2 = double_scratch0(); in DoMathExp()
4302 __ vcvt_f32_f64(double_scratch0().low(), value); in DoStoreKeyedExternalArray()
4303 __ vstr(double_scratch0().low(), address, base_offset); in DoStoreKeyedExternalArray()
4357 DwVfpRegister double_scratch = double_scratch0(); in DoStoreKeyedFixedDoubleArray()
4635 SwVfpRegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble()
4651 SwVfpRegister flt_scratch = double_scratch0().low(); in DoUint32ToDouble()
4723 LowDwVfpRegister dbl_scratch = double_scratch0(); in DoDeferredNumberTagIU()
4876 SwVfpRegister flt_scratch = double_scratch0().low(); in EmitNumberUntagD()
4877 DCHECK(!result_reg.is(double_scratch0())); in EmitNumberUntagD()
4929 LowDwVfpRegister double_scratch = double_scratch0(); in DoDeferredTaggedToI()
5053 LowDwVfpRegister double_scratch = double_scratch0(); in DoDoubleToI()
5078 LowDwVfpRegister double_scratch = double_scratch0(); in DoDoubleToSmi()
5255 __ ClampDoubleToUint8(result_reg, value_reg, double_scratch0()); in DoClampDToUint8()
5291 __ ClampDoubleToUint8(result_reg, temp_reg, double_scratch0()); in DoClampTToUint8()
5480 __ CopyFields(r0, r1, double_scratch0(), size / kPointerSize); in DoRegExpLiteral()