Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dcodegen-arm64.cc539 DoubleRegister double_temp3 = result; in EmitMathExp() local
588 __ Ldp(double_temp1, double_temp3, ExpConstant(constants, 3)); in EmitMathExp()
589 __ Fmadd(double_temp1, double_temp1, input, double_temp3); in EmitMathExp()
591 __ Fsub(double_temp1, double_temp1, double_temp3); in EmitMathExp()
596 __ Ldp(double_temp2, double_temp3, ExpConstant(constants, 5)); in EmitMathExp()
602 __ Fsub(double_temp3, double_temp3, double_temp1); in EmitMathExp()
603 __ Fmul(double_temp3, double_temp3, double_temp2); in EmitMathExp()
609 __ Fmul(double_temp3, double_temp3, double_temp2); in EmitMathExp()
610 __ Fsub(double_temp3, double_temp3, double_temp1); in EmitMathExp()
616 __ Fadd(double_temp3, double_temp3, double_temp2); in EmitMathExp()
[all …]