AsmJit
Low-Latency Machine Code Generation
Instruction API.
Appends the name of the instruction specified by instId
and instOptions
into the output
string.
instOptions
is zero then only raw instruction name (without any additional text) will be appended. Parses an instruction name in the given string s
.
Length is specified by len
argument, which can be SIZE_MAX
if s
is known to be null terminated.
Returns the parsed instruction id or BaseInst::kIdNone if no such instruction exists.
ValidationFlags::kNone
)noexcept◆ Validates the given instruction considering the given validationFlags
.
Gets Read/Write information of the given instruction.
Gets CPU features required by the given instruction.