AsmJit
Low-Latency Machine Code Generation
Creates a dummy register operand.
Creates a new register operand which is the same as other
.
Creates a new register operand compatible with other
, but with a different id
.
Creates a register initialized to the given signature
and id
.
Creates a register initialized to the given signature
and regs
.
Adds registers to this register-list as provided by other
register-list.
Removes registers contained in other
register-list.
Uses AND operator to combine the current register-list with other
register-list.
Uses XOR operator to combine the current register-list with other
register-list.
Adds registers passed by a register mask
to the register-list.
Removes registers passed by a register mask
to the register-list.
Uses AND operator to combine the current register-list with other register mask
.
Uses XOR operator to combine the current register-list with other register mask
.
Adds a physical register physId
to the register-list.
Removes a physical register physId
from the register-list.