Enumeration
    Arm​Mb
public enum ArmMb
The memory barrier constants map directly to the 4-bit encoding of the option field for Memory Barrier operations.
Relationships
Conforms To
UInt32
Enumeration Cases
        invalid
    
    case invalid
        reserved0
    
    case reserved0
        oshld
    
    case oshld
        oshst
    
    case oshst
        osh
    
    case osh
        reserved4
    
    case reserved4
        nshld
    
    case nshld
        nshst
    
    case nshst
        nsh
    
    case nsh
        reserved8
    
    case reserved8
        ishld
    
    case ishld
        ishst
    
    case ishst
        ish
    
    case ish
        reserved12
    
    case reserved12
        ld
    
    case ld
        st
    
    case st
        sy
    
    case sy