Lines Matching refs:double_scratch0
1926 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
2014 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
3318 double_scratch0(), in DoMathFloor()
3371 __ Move(double_scratch0(), 0.5); in DoMathRound()
3372 __ add_d(double_scratch0(), input, double_scratch0()); in DoMathRound()
3376 __ Mfhc1(result, double_scratch0()); in DoMathRound()
3394 double_scratch0(), in DoMathRound()
3868 __ cvt_s_d(double_scratch0(), value); in DoStoreKeyedExternalArray()
3869 __ swc1(double_scratch0(), MemOperand(address, base_offset)); in DoStoreKeyedExternalArray()
3919 DoubleRegister double_scratch = double_scratch0(); in DoStoreKeyedFixedDoubleArray()
4308 FPURegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble()
4396 DoubleRegister dbl_scratch = double_scratch0(); in DoDeferredNumberTagIU()
4593 DoubleRegister double_scratch = double_scratch0(); in DoDeferredTaggedToI()
4736 double_scratch0(), in DoDoubleToI()
4771 double_scratch0(), in DoDoubleToSmi()
4992 __ ldc1(double_scratch0(), FieldMemOperand(input_reg, in DoClampTToUint8()
4994 __ ClampDoubleToUint8(result_reg, double_scratch0(), temp_reg); in DoClampTToUint8()