Enumeration
    ArmGrp
public enum ArmGrp
Group of ARM instructions
Relationships
Conforms To
UInt8
Enumeration Cases
        invalid
    
    case invalid
= CS_GRP_INVALID
        jump
    
    case jump
= CS_GRP_JUMP
        call
    
    case call
= CS_GRP_CALL
        int
    
    case int
= CS_GRP_INT
        privilege
    
    case privilege
= CS_GRP_PRIVILEGE
        branchRelative
    
    case branchRelative
= CS_GRP_BRANCH_RELATIVE
        crypto
    
    case crypto
        databarrier
    
    case databarrier
        divide
    
    case divide
        fparmv8
    
    case fparmv8
        multpro
    
    case multpro
        neon
    
    case neon
        t2extractpack
    
    case t2extractpack
        thumb2dsp
    
    case thumb2dsp
        trustzone
    
    case trustzone
        v4t
    
    case v4t
        v5t
    
    case v5t
        v5te
    
    case v5te
        v6
    
    case v6
        v6t2
    
    case v6t2
        v7
    
    case v7
        v8
    
    case v8
        vfp2
    
    case vfp2
        vfp3
    
    case vfp3
        vfp4
    
    case vfp4
        arm
    
    case arm
        mclass
    
    case mclass
        notmclass
    
    case notmclass
        thumb
    
    case thumb
        thumb1only
    
    case thumb1only
        thumb2
    
    case thumb2
        prev8
    
    case prev8
        fpvmlx
    
    case fpvmlx
        mulops
    
    case mulops
        crc
    
    case crc
        dpvfp
    
    case dpvfp
        v6m
    
    case v6m
        virtualization
    
    case virtualization
        ending
    
    case ending