Lines Matching refs:double_scratch2
43 DoubleRegister double_scratch2 = d4; in CreateExpFunction() local
53 double_scratch2, temp1, temp2, temp3); in CreateExpFunction()
528 DoubleRegister double_scratch2, in EmitMathExp() argument
533 DCHECK(!input.is(double_scratch2)); in EmitMathExp()
535 DCHECK(!result.is(double_scratch2)); in EmitMathExp()
536 DCHECK(!double_scratch1.is(double_scratch2)); in EmitMathExp()
553 __ lfd(double_scratch2, ExpConstant(1, temp3)); in EmitMathExp()
554 __ fcmpu(input, double_scratch2); in EmitMathExp()
564 __ lfd(double_scratch2, ExpConstant(5, temp3)); in EmitMathExp()
565 __ fmul(double_scratch1, double_scratch1, double_scratch2); in EmitMathExp()
568 __ fmul(double_scratch2, double_scratch1, double_scratch1); in EmitMathExp()
569 __ fmul(result, result, double_scratch2); in EmitMathExp()
570 __ lfd(double_scratch2, ExpConstant(7, temp3)); in EmitMathExp()
571 __ fmul(result, result, double_scratch2); in EmitMathExp()
573 __ lfd(double_scratch2, ExpConstant(8, temp3)); in EmitMathExp()
574 __ fadd(result, result, double_scratch2); in EmitMathExp()