Header menu logo B2R2

ShiftOp Type

Represents ARM32 shift operation types.

Union cases

Union case Description

ASR

Full Usage: ASR

Arithmetic Shift Right.

LSL

Full Usage: LSL

Logical Shift Left.

LSR

Full Usage: LSR

Logical Shift Right.

ROR

Full Usage: ROR

Rotate Right.

RRX

Full Usage: RRX

Rotate Right with Extend (RRX).

Instance members

Instance member Description

this.IsASR

Full Usage: this.IsASR

Returns: bool
Returns: bool

this.IsLSL

Full Usage: this.IsLSL

Returns: bool
Returns: bool

this.IsLSR

Full Usage: this.IsLSR

Returns: bool
Returns: bool

this.IsROR

Full Usage: this.IsROR

Returns: bool
Returns: bool

this.IsRRX

Full Usage: this.IsRRX

Returns: bool
Returns: bool

Type something to start searching.