Searched refs:mod_two_doubles_operation (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | external-reference.h | 167 V(mod_two_doubles_operation, "mod_two_doubles") \
|
D | external-reference.cc | 1106 FUNCTION_REFERENCE_WITH_TYPE(mod_two_doubles_operation, modulo_double_double, in FUNCTION_REFERENCE_WITH_TYPE() argument
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 1240 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); in AssembleArchInstruction() 1301 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | code-generator-loong64.cc | 1231 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 1670 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 633 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 1391 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 425 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 1280 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 1301 __ CallCFunction(ExternalReference::mod_two_doubles_operation(), 0, 2); in AssembleArchInstruction()
|