
AsmJit Project
Machine Code Generation for C++
Instruction node with maximum number of operands.
This node is created automatically by Builder/Compiler in case that the required number of operands exceeds the default capacity of InstNode
.
Globals::kMaxOpCount
)noexcept¶Creates a new InstExNode
instance.
Continued _opArray[]
to hold up to kMaxOpCount
operands.