Enumeration
    MipsGrp
public enum MipsGrp
Group of MIPS 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
        branchRelative
    
    case branchRelative
= CS_GRP_BRANCH_RELATIVE
        bitcount
    
    case bitcount
        dsp
    
    case dsp
        dspr2
    
    case dspr2
        fpidx
    
    case fpidx
        msa
    
    case msa
        mips32r2
    
    case mips32r2
        mips64
    
    case mips64
        mips64r2
    
    case mips64r2
        seinreg
    
    case seinreg
        stdenc
    
    case stdenc
        swap
    
    case swap
        micromips
    
    case micromips
        mips16mode
    
    case mips16mode
        fp64bit
    
    case fp64bit
        nonansfpmath
    
    case nonansfpmath
        notfp64bit
    
    case notfp64bit
        notinmicromips
    
    case notinmicromips
        notnacl
    
    case notnacl
        notmips32r6
    
    case notmips32r6
        notmips64r6
    
    case notmips64r6
        cnmips
    
    case cnmips
        mips32
    
    case mips32
        mips32r6
    
    case mips32r6
        mips64r6
    
    case mips64r6
        mips2
    
    case mips2
        mips3
    
    case mips3
        mips332
    
    case mips332
        mips332r2
    
    case mips332r2
        mips432
    
    case mips432
        mips432r2
    
    case mips432r2
        mips532r2
    
    case mips532r2
        gp32bit
    
    case gp32bit
        gp64bit
    
    case gp64bit
        ending
    
    case ending