Searched refs:ieee754_exp_function (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | external-reference-table.cc | 129 Add(ExternalReference::ieee754_exp_function(isolate).address(), in AddReferences()
|
D | assembler.h | 972 static ExternalReference ieee754_exp_function(Isolate* isolate);
|
D | assembler.cc | 1491 ExternalReference ExternalReference::ieee754_exp_function(Isolate* isolate) { in ieee754_exp_function() function in v8::internal::ExternalReference
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 3437 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 0, 1); in DoMathExp()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3467 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 0, 1); in DoMathExp()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 3361 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 2); in DoMathExp()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 3458 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 0, 1); in DoMathExp()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 3513 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 1); in DoMathExp()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 3643 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 0, 1); in DoMathExp()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 3627 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 0, 1); in DoShiftI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3728 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 0, 1); in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 3654 __ CallCFunction(ExternalReference::ieee754_exp_function(isolate()), 2); in DoMathExp()
|