Home
last modified time | relevance | path

Searched refs:ParamField (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-codes.h353 using ParamField = base::BitField<int, 22, 5>; variable
Dinstruction-selector.cc2982 opcode = kArchCallCFunction | ParamField::encode(gp_param_count) | in VisitCall()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1266 int const num_gp_parameters = ParamField::decode(instr->opcode()); in AssembleArchInstruction()
1305 int const num_gp_parameters = ParamField::decode(instr->opcode()); 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()
963 int const num_gp_parameters = ParamField::decode(instr->opcode()); 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()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc772 int const num_gp_parameters = ParamField::decode(instr->opcode()); 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()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1338 int const num_gp_parameters = ParamField::decode(instr->opcode()); 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()