Lines Matching refs:double_scratch0
1996 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
2083 DoubleRegister dbl_scratch = double_scratch0(); in DoBranch()
3408 double_scratch0(), in DoMathFloor()
3461 __ Move(double_scratch0(), 0.5); in DoMathRound()
3462 __ add_d(double_scratch0(), input, double_scratch0()); in DoMathRound()
3466 __ Mfhc1(result, double_scratch0()); in DoMathRound()
3484 double_scratch0(), in DoMathRound()
3584 DoubleRegister double_scratch2 = double_scratch0(); in DoMathExp()
3952 __ cvt_s_d(double_scratch0(), value); in DoStoreKeyedExternalArray()
3953 __ swc1(double_scratch0(), MemOperand(address, base_offset)); in DoStoreKeyedExternalArray()
4000 DoubleRegister double_scratch = double_scratch0(); in DoStoreKeyedFixedDoubleArray()
4388 FPURegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble()
4476 DoubleRegister dbl_scratch = double_scratch0(); in DoDeferredNumberTagIU()
4680 DoubleRegister double_scratch = double_scratch0(); in DoDeferredTaggedToI()
4823 double_scratch0(), in DoDoubleToI()
4858 double_scratch0(), in DoDoubleToSmi()
5079 __ ldc1(double_scratch0(), FieldMemOperand(input_reg, in DoClampTToUint8()
5081 __ ClampDoubleToUint8(result_reg, double_scratch0(), temp_reg); in DoClampTToUint8()