Lines Matching refs:double_scratch0
1178 __ Madd_d(addend, addend, multiplier, multiplicand, double_scratch0()); in DoMultiplyAddD()
2072 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
2151 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
3451 double_scratch0(), in DoMathFloor()
3504 __ Move(double_scratch0(), 0.5); in DoMathRound()
3505 __ add_d(double_scratch0(), input, double_scratch0()); in DoMathRound()
3509 __ mfhc1(result, double_scratch0()); in DoMathRound()
3531 double_scratch0(), in DoMathRound()
4006 __ cvt_s_d(double_scratch0(), value); in DoStoreKeyedExternalArray()
4007 __ swc1(double_scratch0(), MemOperand(address, base_offset)); in DoStoreKeyedExternalArray()
4056 DoubleRegister double_scratch = double_scratch0(); in DoStoreKeyedFixedDoubleArray()
4434 FPURegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble()
4450 FPURegister dbl_scratch = double_scratch0(); in DoUint32ToDouble()
4495 DoubleRegister dbl_scratch = double_scratch0(); in DoDeferredNumberTagIU()
4687 DoubleRegister double_scratch = double_scratch0(); in DoDeferredTaggedToI()
4808 double_scratch0(), in DoDoubleToI()
4843 double_scratch0(), in DoDoubleToSmi()
5079 __ ldc1(double_scratch0(), FieldMemOperand(input_reg, in DoClampTToUint8()
5081 __ ClampDoubleToUint8(result_reg, double_scratch0(), temp_reg); in DoClampTToUint8()