asmjit::UniVec Class Reference [¶]

Unified vector register (also acts as a base class for architecture specific vector registers).
Unified vector register (also acts as a base class for architecture specific vector 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 UniVec register operand (garbage).
Creates a new register from register type and id.
Copy assignment operator - copies the content of other
to this register.
Creates a new 128-bit vector register having the given register id reg_id
.
Creates a new 256-bit vector register having the given register id reg_id
.
256-bit vector registers are only supported by X86|X86_64.
Creates a new 512-bit vector register having the given register id reg_id
.
512-bit vector registers are only supported by X86|X86_64.
Clones and casts this register to a 128-bit vector register.