Home
last modified time | relevance | path

Searched refs:num_gp_parameters (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1266 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
1268 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters, in AssembleArchInstruction()
1305 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
1319 __ CallCFunction(ref, num_gp_parameters, num_fp_parameters); in AssembleArchInstruction()
1322 __ CallCFunction(func, num_gp_parameters, num_fp_parameters); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc917 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
919 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters, in AssembleArchInstruction()
963 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
996 __ CallCFunction(ref, num_gp_parameters, num_fp_parameters, in AssembleArchInstruction()
1000 __ CallCFunction(func, num_gp_parameters, num_fp_parameters, in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc829 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
841 __ CallCFunction(ref, num_gp_parameters, num_fp_parameters); in AssembleArchInstruction()
844 __ CallCFunction(func, num_gp_parameters, num_fp_parameters); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1338 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
1351 __ CallCFunction(ref, num_gp_parameters + num_fp_parameters); in AssembleArchInstruction()
1354 __ CallCFunction(func, num_gp_parameters + num_fp_parameters); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc762 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
775 __ CallCFunction(ref, num_gp_parameters, num_fp_parameters); in AssembleArchInstruction()
778 __ CallCFunction(func, num_gp_parameters, num_fp_parameters); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc772 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
774 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc796 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local
798 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters, in AssembleArchInstruction()