Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.h908 static ExternalReference math_exp_log_table();
Dassembler.cc1365 ExternalReference ExternalReference::math_exp_log_table() { in math_exp_log_table() function in v8::internal::ExternalReference
/external/v8/src/arm64/
Dcodegen-arm64.cc609 __ Mov(temp3, ExternalReference::math_exp_log_table()); in EmitMathExp()
/external/v8/src/x64/
Dcodegen-x64.cc611 __ Move(kScratchRegister, ExternalReference::math_exp_log_table()); in EmitMathExp()
/external/v8/src/arm/
Dcodegen-arm.cc840 __ mov(temp3, Operand(ExternalReference::math_exp_log_table())); in EmitMathExp()
/external/v8/src/ia32/
Dcodegen-ia32.cc967 temp2, times_8, ExternalReference::math_exp_log_table())); in EmitMathExp()
/external/v8/src/mips64/
Dcodegen-mips64.cc1029 __ li(temp3, Operand(ExternalReference::math_exp_log_table())); in EmitMathExp()
/external/v8/src/mips/
Dcodegen-mips.cc1141 __ li(temp3, Operand(ExternalReference::math_exp_log_table())); in EmitMathExp()