Enumeration
    X86Grp
public enum X86Grp
Group of X86 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
        ret
    
    case ret
= CS_GRP_RET
        int
    
    case int
= CS_GRP_INT
        iret
    
    case iret
= CS_GRP_IRET
        privilege
    
    case privilege
= CS_GRP_PRIVILEGE
        branch​Relative
    
    case branchRelative
= CS_GRP_BRANCH_RELATIVE
        vm
    
    case vm
all virtualization instructions (VT-x + AMD-V)
        grp3dnow
    
    case grp3dnow
        aes
    
    case aes
        adx
    
    case adx
        avx
    
    case avx
        avx2
    
    case avx2
        avx512
    
    case avx512
        bmi
    
    case bmi
        bmi2
    
    case bmi2
        cmov
    
    case cmov
        f16c
    
    case f16c
        fma
    
    case fma
        fma4
    
    case fma4
        fsgsbase
    
    case fsgsbase
        hle
    
    case hle
        mmx
    
    case mmx
        mode32
    
    case mode32
        mode64
    
    case mode64
        rtm
    
    case rtm
        sha
    
    case sha
        sse1
    
    case sse1
        sse2
    
    case sse2
        sse3
    
    case sse3
        sse41
    
    case sse41
        sse42
    
    case sse42
        sse4a
    
    case sse4a
        ssse3
    
    case ssse3
        pclmul
    
    case pclmul
        xop
    
    case xop
        cdi
    
    case cdi
        eri
    
    case eri
        tbm
    
    case tbm
        grp16bitmode
    
    case grp16bitmode
        not64bitmode
    
    case not64bitmode
        sgx
    
    case sgx
        dqi
    
    case dqi
        bwi
    
    case bwi
        pfi
    
    case pfi
        vlx
    
    case vlx
        smap
    
    case smap
        novlx
    
    case novlx
        fpu
    
    case fpu
        ending
    
    case ending