Searched refs:double_temp1 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 49 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/ |
D | lithium-arm64.h | 1855 LOperand* double_temp1, in LMathExp() argument 1860 temps_[0] = double_temp1; in LMathExp() 1867 LOperand* double_temp1() { return temps_[0]; } in double_temp1() function
|
D | lithium-arm64.cc | 2581 LOperand* double_temp1 = TempDoubleRegister(); in DoUnaryMathOperation() local 2585 LMathExp* result = new(zone()) LMathExp(input, double_temp1, in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3566 DoubleRegister double_temp1 = ToDoubleRegister(instr->double_temp1()); in DoMathExp() local 3573 double_temp1, double_temp2, in DoMathExp()
|