AsmJit
Low-Latency Machine Code Generation
Operand signature.
Contains all possible operand combinations, memory size information, and a fixed register id (or BaseReg::kIdBad
if fixed id isn't required).
Returns operand signature flags.
Tests whether the given flag
is set.
Tests whether this signature contains at least one register operand of any type.
Tests whether this signature contains at least one scalar memory operand of any type.
Tests whether this signature contains at least one vector memory operand of any type.
Tests whether this signature contains at least one immediate operand of any type.
Tests whether this signature contains at least one relative displacement operand of any type.
Tests whether the operand is implicit.
Returns a physical register mask.