
AsmJit
Low-Latency Machine Code Generation
Unified general purpose register (also acts as a base class for architecture specific GP registers).
Default constructor that only setups basics.
Makes a copy of the other
register operand.
Makes a copy of the other
register having id set to id
Creates a register based on signature
and id
.
Creates a completely uninitialized UniGp register operand (garbage).
Creates a new register from register type and id.
Creates a new 32-bit GP register having the given register id regId
.
Creates a new 64-bit GP register having the given register id regId
.