Lines Matching refs:double_scratch0
2143 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
2222 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
3712 double_scratch0(), in DoMathFloor()
3762 __ Move(double_scratch0(), 0.5); in DoMathRound()
3763 __ add_d(double_scratch0(), input, double_scratch0()); in DoMathRound()
3767 __ Mfhc1(result, double_scratch0()); in DoMathRound()
3785 double_scratch0(), in DoMathRound()
3883 DoubleRegister double_scratch2 = double_scratch0(); in DoMathExp()
4251 __ cvt_s_d(double_scratch0(), value); in DoStoreKeyedExternalArray()
4252 __ swc1(double_scratch0(), MemOperand(address, base_offset)); in DoStoreKeyedExternalArray()
4306 DoubleRegister double_scratch = double_scratch0(); in DoStoreKeyedFixedDoubleArray()
4592 FPURegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble()
4608 FPURegister dbl_scratch = double_scratch0(); in DoUint32ToDouble()
4680 DoubleRegister dbl_scratch = double_scratch0(); in DoDeferredNumberTagIU()
4883 DoubleRegister double_scratch = double_scratch0(); in DoDeferredTaggedToI()
5024 double_scratch0(), in DoDoubleToI()
5057 double_scratch0(), in DoDoubleToSmi()
5256 __ ldc1(double_scratch0(), FieldMemOperand(input_reg, in DoClampTToUint8()
5258 __ ClampDoubleToUint8(result_reg, double_scratch0(), temp_reg); in DoClampTToUint8()