AsmJit
Low-Latency Machine Code Generation
Instruction id, options, and extraReg in a single structure.
This structure exists mainly to simplify analysis and validation API that requires BaseInst
and Operand[]
array.
Creates a new BaseInst instance with id
and options
set.
Default values of id
and options
are zero, which means 'none' instruction. Such instruction is guaranteed to never exist for any architecture supported by AsmJit.
Returns a real instruction id that doesn't contain any modifiers.
Instruction options.