AsmJit
Low-Latency Machine Code Generation
Register operand that can represent AArch32 and AArch64 registers.
Gets whether the register is either R
or W
register (32-bit).
Gets whether the register is either R
or W
register (32-bit).
Gets whether the register is an X
register (64-bit).
Gets whether the register is a VEC-B register (8-bit).
Gets whether the register is a VEC-H register (16-bit).
Gets whether the register is a VEC-S register (32-bit).
Gets whether the register is a VEC-D register (64-bit).
Gets whether the register is a VEC-Q register (128-bit).
Gets whether the register is either VEC-D (64-bit) or VEC-Q (128-bit).
Gets whether the register is a VEC-V register (128-bit).
Gets whether the register is an 8-bit vector register or view, alias if isVecB().
Gets whether the register is a 16-bit vector register or view, alias if isVecH().
Gets whether the register is a 32-bit vector register or view, alias if isVecS().
Gets whether the register is a 64-bit vector register or view, alias if isVecD().
Gets whether the register is a 128-bit vector register or view, alias if isVecQ().