Searched refs:num_fp_parameters (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 918 int const num_fp_parameters = FPParamField::decode(instr->opcode()); in AssembleArchInstruction() local 919 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters, in AssembleArchInstruction() 965 int num_fp_parameters = fp_param_field; in AssembleArchInstruction() local 970 num_fp_parameters = kNumFPParametersMask & fp_param_field; in AssembleArchInstruction() 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/s390/ |
D | code-generator-s390.cc | 1267 int const num_fp_parameters = FPParamField::decode(instr->opcode()); in AssembleArchInstruction() local 1268 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters, in AssembleArchInstruction() 1306 int const num_fp_parameters = FPParamField::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/arm64/ |
D | code-generator-arm64.cc | 830 int const num_fp_parameters = FPParamField::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 | 1339 int const num_fp_parameters = FPParamField::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 | 763 int const num_fp_parameters = FPParamField::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 | 773 int const num_fp_parameters = FPParamField::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 | 797 int const num_fp_parameters = FPParamField::decode(instr->opcode()); in AssembleArchInstruction() local 798 __ PrepareCallCFunction(num_gp_parameters + num_fp_parameters, in AssembleArchInstruction()
|