Header menu logo B2R2

BarrierOperation Type

Represents an optional limitation on the barrier operation in ARM64 system instructions.

Union cases

Union case Description

ISH

Full Usage: ISH

Inner shareable, reads/writes before and after

ISHLD

Full Usage: ISHLD

Inner shareable, reads before; reads/writes after

ISHST

Full Usage: ISHST

Inner shareable, writes only before and after

LD

Full Usage: LD

Full system, reads before; reads/writes after

NSH

Full Usage: NSH

Non-shareable, reads/writes before and after

NSHLD

Full Usage: NSHLD

Non-shareable, reads before; reads/writes after

NSHST

Full Usage: NSHST

Non-shareable, writes only before and after

OSH

Full Usage: OSH

Outer shareable, reads/writes before and after

OSHLD

Full Usage: OSHLD

Outer shareable, reads before; reads/writes after

OSHST

Full Usage: OSHST

Outer shareable, writes only before and after

ST

Full Usage: ST

Full system, writes only before and after

SY

Full Usage: SY

Full system, reads/writes before and after

Instance members

Instance member Description

this.IsISH

Full Usage: this.IsISH

Returns: bool
Returns: bool

this.IsISHLD

Full Usage: this.IsISHLD

Returns: bool
Returns: bool

this.IsISHST

Full Usage: this.IsISHST

Returns: bool
Returns: bool

this.IsLD

Full Usage: this.IsLD

Returns: bool
Returns: bool

this.IsNSH

Full Usage: this.IsNSH

Returns: bool
Returns: bool

this.IsNSHLD

Full Usage: this.IsNSHLD

Returns: bool
Returns: bool

this.IsNSHST

Full Usage: this.IsNSHST

Returns: bool
Returns: bool

this.IsOSH

Full Usage: this.IsOSH

Returns: bool
Returns: bool

this.IsOSHLD

Full Usage: this.IsOSHLD

Returns: bool
Returns: bool

this.IsOSHST

Full Usage: this.IsOSHST

Returns: bool
Returns: bool

this.IsST

Full Usage: this.IsST

Returns: bool
Returns: bool

this.IsSY

Full Usage: this.IsSY

Returns: bool
Returns: bool

Type something to start searching.