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