Searched refs:num_gp_parameters (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1266 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/ |
D | code-generator-ppc.cc | 917 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/ |
D | code-generator-arm64.cc | 829 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/ |
D | code-generator-x64.cc | 1338 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/ |
D | code-generator-riscv64.cc | 762 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/ |
D | code-generator-arm.cc | 772 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/ |
D | code-generator-ia32.cc | 796 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction() local 798 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters, in AssembleArchInstruction()
|