Home
last modified time | relevance | path

Searched refs:double_temp1 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dcodegen-arm64.cc49 DoubleRegister double_temp1 = d2; in CreateExpFunction() local
56 double_temp1, double_temp2, in CreateExpFunction()
523 DoubleRegister double_temp1, in EmitMathExp() argument
533 double_temp1, double_temp2, in EmitMathExp()
558 __ Ldp(double_temp1, double_temp2, ExpConstant(constants, 0)); in EmitMathExp()
560 __ Fcmp(input, double_temp1); in EmitMathExp()
588 __ Ldp(double_temp1, double_temp3, ExpConstant(constants, 3)); in EmitMathExp()
589 __ Fmadd(double_temp1, double_temp1, input, double_temp3); in EmitMathExp()
590 __ Fmov(temp2.W(), double_temp1.S()); in EmitMathExp()
591 __ Fsub(double_temp1, double_temp1, double_temp3); in EmitMathExp()
[all …]
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1855 LOperand* double_temp1, in LMathExp() argument
1860 temps_[0] = double_temp1; in LMathExp()
1867 LOperand* double_temp1() { return temps_[0]; } in double_temp1() function
Dlithium-arm64.cc2581 LOperand* double_temp1 = TempDoubleRegister(); in DoUnaryMathOperation() local
2585 LMathExp* result = new(zone()) LMathExp(input, double_temp1, in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3566 DoubleRegister double_temp1 = ToDoubleRegister(instr->double_temp1()); in DoMathExp() local
3573 double_temp1, double_temp2, in DoMathExp()