AsmJit
Low-Latency Machine Code Generation
Docs
Interactive Parser
Support
GitHub
API Reference
Index
Class List
Build Instructions
Breaking Changes
Core
Assembler
Builder
Compiler
Function
Logging
Error Handling
Instruction DB
Virtual Memory
Zone Memory
Utilities
X86 Backend
ARM Commons
AArch64 Backend
Index
⭢
Builder
⭢
asmjit::BaseNode::InstData
asmjit::BaseNode::InstData Struct Reference
[¶]
Data used by
InstNode
.
Public Members
uint8_t
_opCount
uint8_t
_opCapacity
uint8_t
BaseNode::InstData::
_opCount
[¶]
Instruction operands count (used).
uint8_t
BaseNode::InstData::
_opCapacity
[¶]
Instruction operands capacity (allocated).