Searched refs:mod_two_doubles_operation (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/ |
D | assembler.h | 947 static ExternalReference mod_two_doubles_operation(Isolate* isolate);
|
D | assembler.cc | 1541 ExternalReference ExternalReference::mod_two_doubles_operation( in mod_two_doubles_operation() function in v8::internal::ExternalReference
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 775 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in AssembleArchInstruction() 824 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in AssembleArchInstruction()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 892 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in AssembleArchInstruction() 941 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in AssembleArchInstruction()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 781 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in AssembleArchInstruction()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1014 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in AssembleArchInstruction()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 405 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), \
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 986 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in AssembleArchInstruction()
|
/external/v8/src/snapshot/ |
D | serialize.cc | 63 Add(ExternalReference::mod_two_doubles_operation(isolate).address(), in ExternalReferenceTable()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1947 ExternalReference::mod_two_doubles_operation(isolate()), 2); in DoArithmeticD()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 1998 ExternalReference::mod_two_doubles_operation(isolate()), in DoArithmeticD()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1658 ExternalReference::mod_two_doubles_operation(isolate()), in DoArithmeticD()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1902 ExternalReference::mod_two_doubles_operation(isolate()), in DoArithmeticD()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1858 ExternalReference::mod_two_doubles_operation(isolate()), in DoArithmeticD()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2180 ExternalReference::mod_two_doubles_operation(isolate()), in DoArithmeticD()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 1976 ExternalReference::mod_two_doubles_operation(isolate()), in DoArithmeticD()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2028 __ CallCFunction(ExternalReference::mod_two_doubles_operation(isolate()), in DoShiftI()
|