Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dcodegen-arm64.cc50 DoubleRegister double_temp1 = d2; in CreateExpFunction() local
57 double_temp1, double_temp2, in CreateExpFunction()
510 DoubleRegister double_temp1, in EmitMathExp() argument
520 double_temp1, double_temp2, in EmitMathExp()
545 __ Ldp(double_temp1, double_temp2, ExpConstant(constants, 0)); in EmitMathExp()
547 __ Fcmp(input, double_temp1); in EmitMathExp()
575 __ Ldp(double_temp1, double_temp3, ExpConstant(constants, 3)); in EmitMathExp()
576 __ Fmadd(double_temp1, double_temp1, input, double_temp3); in EmitMathExp()
577 __ Fmov(temp2.W(), double_temp1.S()); in EmitMathExp()
578 __ Fsub(double_temp1, double_temp1, double_temp3); in EmitMathExp()
[all …]
Dlithium-arm64.h1955 LOperand* double_temp1, in LMathExp() argument
1960 temps_[0] = double_temp1; in LMathExp()
1967 LOperand* double_temp1() { return temps_[0]; } in double_temp1() function
Dlithium-arm64.cc2604 LOperand* double_temp1 = TempDoubleRegister(); in DoUnaryMathOperation() local
2608 LMathExp* result = new(zone()) LMathExp(input, double_temp1, in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3861 DoubleRegister double_temp1 = ToDoubleRegister(instr->double_temp1()); in DoMathExp() local
3868 double_temp1, double_temp2, in DoMathExp()