Header menu logo B2R2

SIMDRegister Type

Represents a SIMD/FP register used in ARM64 instructions, including scalar and vector forms.

Union cases

Union case Description

ScalarReg ScalRegister

Full Usage: ScalarReg ScalRegister

Parameters:
Item : ScalRegister

VecReg VectorRegister

Full Usage: VecReg VectorRegister

Parameters:
Item : VectorRegister
Item : VectorRegisterWithIndex

Instance members

Instance member Description

this.IsScalarReg

Full Usage: this.IsScalarReg

Returns: bool
Returns: bool

this.IsVecReg

Full Usage: this.IsVecReg

Returns: bool
Returns: bool

this.IsVecRegWithIdx

Full Usage: this.IsVecRegWithIdx

Returns: bool
Returns: bool

Type something to start searching.