SIMDRegister Type
Represents a SIMD/FP register used in ARM64 instructions, including scalar and vector forms.
Union cases
| Union case | Description |
|
|
|
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsScalarReg
Returns: bool
|
|
Full Usage:
this.IsVecReg
Returns: bool
|
|
Full Usage:
this.IsVecRegWithIdx
Returns: bool
|
|
B2R2