Searched refs:ieee754_sin_function (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | external-reference-table.cc | 141 Add(ExternalReference::ieee754_sin_function(isolate).address(), in AddReferences()
|
D | assembler.h | 978 static ExternalReference ieee754_sin_function(Isolate* isolate);
|
D | assembler.cc | 1521 ExternalReference ExternalReference::ieee754_sin_function(Isolate* isolate) { in ieee754_sin_function() function in v8::internal::ExternalReference
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 3346 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 2); in DoMathSin()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 3451 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 0, 1); in DoMathSin()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 3520 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 1); in DoMathSin()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 3430 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 0, 1); in DoMathSin()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3460 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 0, 1); in DoMathSin()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 3639 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 2); in DoMathSin()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3721 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 0, 1); in DoShiftI()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 3620 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 0, 1); in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 3636 __ CallCFunction(ExternalReference::ieee754_sin_function(isolate()), 0, 1); in DoMathSin()
|