template<uint32_t kN>
class asmjit::InstNodeWithOperands< kN >
Instruction node with embedded operands following InstNode layout.
- Note
- This is used to make tools such as static analysis and compilers happy about the layout. There were two instruction nodes in the past, having the second extend the operand array of the first, but that has caused undefined behavior and made recent tools unhappy about that.