Rizin
unix-like reverse engineering framework and cli tools
mips_const.py File Reference

Go to the source code of this file.

Namespaces

 capstone.mips_const
 

Variables

int capstone.mips_const.MIPS_OP_INVALID = 0
 
int capstone.mips_const.MIPS_OP_REG = 1
 
int capstone.mips_const.MIPS_OP_IMM = 2
 
int capstone.mips_const.MIPS_OP_MEM = 3
 
int capstone.mips_const.MIPS_REG_INVALID = 0
 
int capstone.mips_const.MIPS_REG_PC = 1
 
int capstone.mips_const.MIPS_REG_0 = 2
 
int capstone.mips_const.MIPS_REG_1 = 3
 
int capstone.mips_const.MIPS_REG_2 = 4
 
int capstone.mips_const.MIPS_REG_3 = 5
 
int capstone.mips_const.MIPS_REG_4 = 6
 
int capstone.mips_const.MIPS_REG_5 = 7
 
int capstone.mips_const.MIPS_REG_6 = 8
 
int capstone.mips_const.MIPS_REG_7 = 9
 
int capstone.mips_const.MIPS_REG_8 = 10
 
int capstone.mips_const.MIPS_REG_9 = 11
 
int capstone.mips_const.MIPS_REG_10 = 12
 
int capstone.mips_const.MIPS_REG_11 = 13
 
int capstone.mips_const.MIPS_REG_12 = 14
 
int capstone.mips_const.MIPS_REG_13 = 15
 
int capstone.mips_const.MIPS_REG_14 = 16
 
int capstone.mips_const.MIPS_REG_15 = 17
 
int capstone.mips_const.MIPS_REG_16 = 18
 
int capstone.mips_const.MIPS_REG_17 = 19
 
int capstone.mips_const.MIPS_REG_18 = 20
 
int capstone.mips_const.MIPS_REG_19 = 21
 
int capstone.mips_const.MIPS_REG_20 = 22
 
int capstone.mips_const.MIPS_REG_21 = 23
 
int capstone.mips_const.MIPS_REG_22 = 24
 
int capstone.mips_const.MIPS_REG_23 = 25
 
int capstone.mips_const.MIPS_REG_24 = 26
 
int capstone.mips_const.MIPS_REG_25 = 27
 
int capstone.mips_const.MIPS_REG_26 = 28
 
int capstone.mips_const.MIPS_REG_27 = 29
 
int capstone.mips_const.MIPS_REG_28 = 30
 
int capstone.mips_const.MIPS_REG_29 = 31
 
int capstone.mips_const.MIPS_REG_30 = 32
 
int capstone.mips_const.MIPS_REG_31 = 33
 
int capstone.mips_const.MIPS_REG_DSPCCOND = 34
 
int capstone.mips_const.MIPS_REG_DSPCARRY = 35
 
int capstone.mips_const.MIPS_REG_DSPEFI = 36
 
int capstone.mips_const.MIPS_REG_DSPOUTFLAG = 37
 
int capstone.mips_const.MIPS_REG_DSPOUTFLAG16_19 = 38
 
int capstone.mips_const.MIPS_REG_DSPOUTFLAG20 = 39
 
int capstone.mips_const.MIPS_REG_DSPOUTFLAG21 = 40
 
int capstone.mips_const.MIPS_REG_DSPOUTFLAG22 = 41
 
int capstone.mips_const.MIPS_REG_DSPOUTFLAG23 = 42
 
int capstone.mips_const.MIPS_REG_DSPPOS = 43
 
int capstone.mips_const.MIPS_REG_DSPSCOUNT = 44
 
int capstone.mips_const.MIPS_REG_AC0 = 45
 
int capstone.mips_const.MIPS_REG_AC1 = 46
 
int capstone.mips_const.MIPS_REG_AC2 = 47
 
int capstone.mips_const.MIPS_REG_AC3 = 48
 
int capstone.mips_const.MIPS_REG_CC0 = 49
 
int capstone.mips_const.MIPS_REG_CC1 = 50
 
int capstone.mips_const.MIPS_REG_CC2 = 51
 
int capstone.mips_const.MIPS_REG_CC3 = 52
 
int capstone.mips_const.MIPS_REG_CC4 = 53
 
int capstone.mips_const.MIPS_REG_CC5 = 54
 
int capstone.mips_const.MIPS_REG_CC6 = 55
 
int capstone.mips_const.MIPS_REG_CC7 = 56
 
int capstone.mips_const.MIPS_REG_F0 = 57
 
int capstone.mips_const.MIPS_REG_F1 = 58
 
int capstone.mips_const.MIPS_REG_F2 = 59
 
int capstone.mips_const.MIPS_REG_F3 = 60
 
int capstone.mips_const.MIPS_REG_F4 = 61
 
int capstone.mips_const.MIPS_REG_F5 = 62
 
int capstone.mips_const.MIPS_REG_F6 = 63
 
int capstone.mips_const.MIPS_REG_F7 = 64
 
int capstone.mips_const.MIPS_REG_F8 = 65
 
int capstone.mips_const.MIPS_REG_F9 = 66
 
int capstone.mips_const.MIPS_REG_F10 = 67
 
int capstone.mips_const.MIPS_REG_F11 = 68
 
int capstone.mips_const.MIPS_REG_F12 = 69
 
int capstone.mips_const.MIPS_REG_F13 = 70
 
int capstone.mips_const.MIPS_REG_F14 = 71
 
int capstone.mips_const.MIPS_REG_F15 = 72
 
int capstone.mips_const.MIPS_REG_F16 = 73
 
int capstone.mips_const.MIPS_REG_F17 = 74
 
int capstone.mips_const.MIPS_REG_F18 = 75
 
int capstone.mips_const.MIPS_REG_F19 = 76
 
int capstone.mips_const.MIPS_REG_F20 = 77
 
int capstone.mips_const.MIPS_REG_F21 = 78
 
int capstone.mips_const.MIPS_REG_F22 = 79
 
int capstone.mips_const.MIPS_REG_F23 = 80
 
int capstone.mips_const.MIPS_REG_F24 = 81
 
int capstone.mips_const.MIPS_REG_F25 = 82
 
int capstone.mips_const.MIPS_REG_F26 = 83
 
int capstone.mips_const.MIPS_REG_F27 = 84
 
int capstone.mips_const.MIPS_REG_F28 = 85
 
int capstone.mips_const.MIPS_REG_F29 = 86
 
int capstone.mips_const.MIPS_REG_F30 = 87
 
int capstone.mips_const.MIPS_REG_F31 = 88
 
int capstone.mips_const.MIPS_REG_FCC0 = 89
 
int capstone.mips_const.MIPS_REG_FCC1 = 90
 
int capstone.mips_const.MIPS_REG_FCC2 = 91
 
int capstone.mips_const.MIPS_REG_FCC3 = 92
 
int capstone.mips_const.MIPS_REG_FCC4 = 93
 
int capstone.mips_const.MIPS_REG_FCC5 = 94
 
int capstone.mips_const.MIPS_REG_FCC6 = 95
 
int capstone.mips_const.MIPS_REG_FCC7 = 96
 
int capstone.mips_const.MIPS_REG_W0 = 97
 
int capstone.mips_const.MIPS_REG_W1 = 98
 
int capstone.mips_const.MIPS_REG_W2 = 99
 
int capstone.mips_const.MIPS_REG_W3 = 100
 
int capstone.mips_const.MIPS_REG_W4 = 101
 
int capstone.mips_const.MIPS_REG_W5 = 102
 
int capstone.mips_const.MIPS_REG_W6 = 103
 
int capstone.mips_const.MIPS_REG_W7 = 104
 
int capstone.mips_const.MIPS_REG_W8 = 105
 
int capstone.mips_const.MIPS_REG_W9 = 106
 
int capstone.mips_const.MIPS_REG_W10 = 107
 
int capstone.mips_const.MIPS_REG_W11 = 108
 
int capstone.mips_const.MIPS_REG_W12 = 109
 
int capstone.mips_const.MIPS_REG_W13 = 110
 
int capstone.mips_const.MIPS_REG_W14 = 111
 
int capstone.mips_const.MIPS_REG_W15 = 112
 
int capstone.mips_const.MIPS_REG_W16 = 113
 
int capstone.mips_const.MIPS_REG_W17 = 114
 
int capstone.mips_const.MIPS_REG_W18 = 115
 
int capstone.mips_const.MIPS_REG_W19 = 116
 
int capstone.mips_const.MIPS_REG_W20 = 117
 
int capstone.mips_const.MIPS_REG_W21 = 118
 
int capstone.mips_const.MIPS_REG_W22 = 119
 
int capstone.mips_const.MIPS_REG_W23 = 120
 
int capstone.mips_const.MIPS_REG_W24 = 121
 
int capstone.mips_const.MIPS_REG_W25 = 122
 
int capstone.mips_const.MIPS_REG_W26 = 123
 
int capstone.mips_const.MIPS_REG_W27 = 124
 
int capstone.mips_const.MIPS_REG_W28 = 125
 
int capstone.mips_const.MIPS_REG_W29 = 126
 
int capstone.mips_const.MIPS_REG_W30 = 127
 
int capstone.mips_const.MIPS_REG_W31 = 128
 
int capstone.mips_const.MIPS_REG_HI = 129
 
int capstone.mips_const.MIPS_REG_LO = 130
 
int capstone.mips_const.MIPS_REG_P0 = 131
 
int capstone.mips_const.MIPS_REG_P1 = 132
 
int capstone.mips_const.MIPS_REG_P2 = 133
 
int capstone.mips_const.MIPS_REG_MPL0 = 134
 
int capstone.mips_const.MIPS_REG_MPL1 = 135
 
int capstone.mips_const.MIPS_REG_MPL2 = 136
 
int capstone.mips_const.MIPS_REG_ENDING = 137
 
int capstone.mips_const.MIPS_REG_ZERO = MIPS_REG_0
 
int capstone.mips_const.MIPS_REG_AT = MIPS_REG_1
 
int capstone.mips_const.MIPS_REG_V0 = MIPS_REG_2
 
int capstone.mips_const.MIPS_REG_V1 = MIPS_REG_3
 
int capstone.mips_const.MIPS_REG_A0 = MIPS_REG_4
 
int capstone.mips_const.MIPS_REG_A1 = MIPS_REG_5
 
int capstone.mips_const.MIPS_REG_A2 = MIPS_REG_6
 
int capstone.mips_const.MIPS_REG_A3 = MIPS_REG_7
 
int capstone.mips_const.MIPS_REG_T0 = MIPS_REG_8
 
int capstone.mips_const.MIPS_REG_T1 = MIPS_REG_9
 
int capstone.mips_const.MIPS_REG_T2 = MIPS_REG_10
 
int capstone.mips_const.MIPS_REG_T3 = MIPS_REG_11
 
int capstone.mips_const.MIPS_REG_T4 = MIPS_REG_12
 
int capstone.mips_const.MIPS_REG_T5 = MIPS_REG_13
 
int capstone.mips_const.MIPS_REG_T6 = MIPS_REG_14
 
int capstone.mips_const.MIPS_REG_T7 = MIPS_REG_15
 
int capstone.mips_const.MIPS_REG_S0 = MIPS_REG_16
 
int capstone.mips_const.MIPS_REG_S1 = MIPS_REG_17
 
int capstone.mips_const.MIPS_REG_S2 = MIPS_REG_18
 
int capstone.mips_const.MIPS_REG_S3 = MIPS_REG_19
 
int capstone.mips_const.MIPS_REG_S4 = MIPS_REG_20
 
int capstone.mips_const.MIPS_REG_S5 = MIPS_REG_21
 
int capstone.mips_const.MIPS_REG_S6 = MIPS_REG_22
 
int capstone.mips_const.MIPS_REG_S7 = MIPS_REG_23
 
int capstone.mips_const.MIPS_REG_T8 = MIPS_REG_24
 
int capstone.mips_const.MIPS_REG_T9 = MIPS_REG_25
 
int capstone.mips_const.MIPS_REG_K0 = MIPS_REG_26
 
int capstone.mips_const.MIPS_REG_K1 = MIPS_REG_27
 
int capstone.mips_const.MIPS_REG_GP = MIPS_REG_28
 
int capstone.mips_const.MIPS_REG_SP = MIPS_REG_29
 
int capstone.mips_const.MIPS_REG_FP = MIPS_REG_30
 
int capstone.mips_const.MIPS_REG_S8 = MIPS_REG_30
 
int capstone.mips_const.MIPS_REG_RA = MIPS_REG_31
 
int capstone.mips_const.MIPS_REG_HI0 = MIPS_REG_AC0
 
int capstone.mips_const.MIPS_REG_HI1 = MIPS_REG_AC1
 
int capstone.mips_const.MIPS_REG_HI2 = MIPS_REG_AC2
 
int capstone.mips_const.MIPS_REG_HI3 = MIPS_REG_AC3
 
int capstone.mips_const.MIPS_REG_LO0 = MIPS_REG_HI0
 
int capstone.mips_const.MIPS_REG_LO1 = MIPS_REG_HI1
 
int capstone.mips_const.MIPS_REG_LO2 = MIPS_REG_HI2
 
int capstone.mips_const.MIPS_REG_LO3 = MIPS_REG_HI3
 
int capstone.mips_const.MIPS_INS_INVALID = 0
 
int capstone.mips_const.MIPS_INS_ABSQ_S = 1
 
int capstone.mips_const.MIPS_INS_ADD = 2
 
int capstone.mips_const.MIPS_INS_ADDIUPC = 3
 
int capstone.mips_const.MIPS_INS_ADDIUR1SP = 4
 
int capstone.mips_const.MIPS_INS_ADDIUR2 = 5
 
int capstone.mips_const.MIPS_INS_ADDIUS5 = 6
 
int capstone.mips_const.MIPS_INS_ADDIUSP = 7
 
int capstone.mips_const.MIPS_INS_ADDQH = 8
 
int capstone.mips_const.MIPS_INS_ADDQH_R = 9
 
int capstone.mips_const.MIPS_INS_ADDQ = 10
 
int capstone.mips_const.MIPS_INS_ADDQ_S = 11
 
int capstone.mips_const.MIPS_INS_ADDSC = 12
 
int capstone.mips_const.MIPS_INS_ADDS_A = 13
 
int capstone.mips_const.MIPS_INS_ADDS_S = 14
 
int capstone.mips_const.MIPS_INS_ADDS_U = 15
 
int capstone.mips_const.MIPS_INS_ADDU16 = 16
 
int capstone.mips_const.MIPS_INS_ADDUH = 17
 
int capstone.mips_const.MIPS_INS_ADDUH_R = 18
 
int capstone.mips_const.MIPS_INS_ADDU = 19
 
int capstone.mips_const.MIPS_INS_ADDU_S = 20
 
int capstone.mips_const.MIPS_INS_ADDVI = 21
 
int capstone.mips_const.MIPS_INS_ADDV = 22
 
int capstone.mips_const.MIPS_INS_ADDWC = 23
 
int capstone.mips_const.MIPS_INS_ADD_A = 24
 
int capstone.mips_const.MIPS_INS_ADDI = 25
 
int capstone.mips_const.MIPS_INS_ADDIU = 26
 
int capstone.mips_const.MIPS_INS_ALIGN = 27
 
int capstone.mips_const.MIPS_INS_ALUIPC = 28
 
int capstone.mips_const.MIPS_INS_AND = 29
 
int capstone.mips_const.MIPS_INS_AND16 = 30
 
int capstone.mips_const.MIPS_INS_ANDI16 = 31
 
int capstone.mips_const.MIPS_INS_ANDI = 32
 
int capstone.mips_const.MIPS_INS_APPEND = 33
 
int capstone.mips_const.MIPS_INS_ASUB_S = 34
 
int capstone.mips_const.MIPS_INS_ASUB_U = 35
 
int capstone.mips_const.MIPS_INS_AUI = 36
 
int capstone.mips_const.MIPS_INS_AUIPC = 37
 
int capstone.mips_const.MIPS_INS_AVER_S = 38
 
int capstone.mips_const.MIPS_INS_AVER_U = 39
 
int capstone.mips_const.MIPS_INS_AVE_S = 40
 
int capstone.mips_const.MIPS_INS_AVE_U = 41
 
int capstone.mips_const.MIPS_INS_B16 = 42
 
int capstone.mips_const.MIPS_INS_BADDU = 43
 
int capstone.mips_const.MIPS_INS_BAL = 44
 
int capstone.mips_const.MIPS_INS_BALC = 45
 
int capstone.mips_const.MIPS_INS_BALIGN = 46
 
int capstone.mips_const.MIPS_INS_BBIT0 = 47
 
int capstone.mips_const.MIPS_INS_BBIT032 = 48
 
int capstone.mips_const.MIPS_INS_BBIT1 = 49
 
int capstone.mips_const.MIPS_INS_BBIT132 = 50
 
int capstone.mips_const.MIPS_INS_BC = 51
 
int capstone.mips_const.MIPS_INS_BC0F = 52
 
int capstone.mips_const.MIPS_INS_BC0FL = 53
 
int capstone.mips_const.MIPS_INS_BC0T = 54
 
int capstone.mips_const.MIPS_INS_BC0TL = 55
 
int capstone.mips_const.MIPS_INS_BC1EQZ = 56
 
int capstone.mips_const.MIPS_INS_BC1F = 57
 
int capstone.mips_const.MIPS_INS_BC1FL = 58
 
int capstone.mips_const.MIPS_INS_BC1NEZ = 59
 
int capstone.mips_const.MIPS_INS_BC1T = 60
 
int capstone.mips_const.MIPS_INS_BC1TL = 61
 
int capstone.mips_const.MIPS_INS_BC2EQZ = 62
 
int capstone.mips_const.MIPS_INS_BC2F = 63
 
int capstone.mips_const.MIPS_INS_BC2FL = 64
 
int capstone.mips_const.MIPS_INS_BC2NEZ = 65
 
int capstone.mips_const.MIPS_INS_BC2T = 66
 
int capstone.mips_const.MIPS_INS_BC2TL = 67
 
int capstone.mips_const.MIPS_INS_BC3F = 68
 
int capstone.mips_const.MIPS_INS_BC3FL = 69
 
int capstone.mips_const.MIPS_INS_BC3T = 70
 
int capstone.mips_const.MIPS_INS_BC3TL = 71
 
int capstone.mips_const.MIPS_INS_BCLRI = 72
 
int capstone.mips_const.MIPS_INS_BCLR = 73
 
int capstone.mips_const.MIPS_INS_BEQ = 74
 
int capstone.mips_const.MIPS_INS_BEQC = 75
 
int capstone.mips_const.MIPS_INS_BEQL = 76
 
int capstone.mips_const.MIPS_INS_BEQZ16 = 77
 
int capstone.mips_const.MIPS_INS_BEQZALC = 78
 
int capstone.mips_const.MIPS_INS_BEQZC = 79
 
int capstone.mips_const.MIPS_INS_BGEC = 80
 
int capstone.mips_const.MIPS_INS_BGEUC = 81
 
int capstone.mips_const.MIPS_INS_BGEZ = 82
 
int capstone.mips_const.MIPS_INS_BGEZAL = 83
 
int capstone.mips_const.MIPS_INS_BGEZALC = 84
 
int capstone.mips_const.MIPS_INS_BGEZALL = 85
 
int capstone.mips_const.MIPS_INS_BGEZALS = 86
 
int capstone.mips_const.MIPS_INS_BGEZC = 87
 
int capstone.mips_const.MIPS_INS_BGEZL = 88
 
int capstone.mips_const.MIPS_INS_BGTZ = 89
 
int capstone.mips_const.MIPS_INS_BGTZALC = 90
 
int capstone.mips_const.MIPS_INS_BGTZC = 91
 
int capstone.mips_const.MIPS_INS_BGTZL = 92
 
int capstone.mips_const.MIPS_INS_BINSLI = 93
 
int capstone.mips_const.MIPS_INS_BINSL = 94
 
int capstone.mips_const.MIPS_INS_BINSRI = 95
 
int capstone.mips_const.MIPS_INS_BINSR = 96
 
int capstone.mips_const.MIPS_INS_BITREV = 97
 
int capstone.mips_const.MIPS_INS_BITSWAP = 98
 
int capstone.mips_const.MIPS_INS_BLEZ = 99
 
int capstone.mips_const.MIPS_INS_BLEZALC = 100
 
int capstone.mips_const.MIPS_INS_BLEZC = 101
 
int capstone.mips_const.MIPS_INS_BLEZL = 102
 
int capstone.mips_const.MIPS_INS_BLTC = 103
 
int capstone.mips_const.MIPS_INS_BLTUC = 104
 
int capstone.mips_const.MIPS_INS_BLTZ = 105
 
int capstone.mips_const.MIPS_INS_BLTZAL = 106
 
int capstone.mips_const.MIPS_INS_BLTZALC = 107
 
int capstone.mips_const.MIPS_INS_BLTZALL = 108
 
int capstone.mips_const.MIPS_INS_BLTZALS = 109
 
int capstone.mips_const.MIPS_INS_BLTZC = 110
 
int capstone.mips_const.MIPS_INS_BLTZL = 111
 
int capstone.mips_const.MIPS_INS_BMNZI = 112
 
int capstone.mips_const.MIPS_INS_BMNZ = 113
 
int capstone.mips_const.MIPS_INS_BMZI = 114
 
int capstone.mips_const.MIPS_INS_BMZ = 115
 
int capstone.mips_const.MIPS_INS_BNE = 116
 
int capstone.mips_const.MIPS_INS_BNEC = 117
 
int capstone.mips_const.MIPS_INS_BNEGI = 118
 
int capstone.mips_const.MIPS_INS_BNEG = 119
 
int capstone.mips_const.MIPS_INS_BNEL = 120
 
int capstone.mips_const.MIPS_INS_BNEZ16 = 121
 
int capstone.mips_const.MIPS_INS_BNEZALC = 122
 
int capstone.mips_const.MIPS_INS_BNEZC = 123
 
int capstone.mips_const.MIPS_INS_BNVC = 124
 
int capstone.mips_const.MIPS_INS_BNZ = 125
 
int capstone.mips_const.MIPS_INS_BOVC = 126
 
int capstone.mips_const.MIPS_INS_BPOSGE32 = 127
 
int capstone.mips_const.MIPS_INS_BREAK = 128
 
int capstone.mips_const.MIPS_INS_BREAK16 = 129
 
int capstone.mips_const.MIPS_INS_BSELI = 130
 
int capstone.mips_const.MIPS_INS_BSEL = 131
 
int capstone.mips_const.MIPS_INS_BSETI = 132
 
int capstone.mips_const.MIPS_INS_BSET = 133
 
int capstone.mips_const.MIPS_INS_BZ = 134
 
int capstone.mips_const.MIPS_INS_BEQZ = 135
 
int capstone.mips_const.MIPS_INS_B = 136
 
int capstone.mips_const.MIPS_INS_BNEZ = 137
 
int capstone.mips_const.MIPS_INS_BTEQZ = 138
 
int capstone.mips_const.MIPS_INS_BTNEZ = 139
 
int capstone.mips_const.MIPS_INS_CACHE = 140
 
int capstone.mips_const.MIPS_INS_CEIL = 141
 
int capstone.mips_const.MIPS_INS_CEQI = 142
 
int capstone.mips_const.MIPS_INS_CEQ = 143
 
int capstone.mips_const.MIPS_INS_CFC1 = 144
 
int capstone.mips_const.MIPS_INS_CFCMSA = 145
 
int capstone.mips_const.MIPS_INS_CINS = 146
 
int capstone.mips_const.MIPS_INS_CINS32 = 147
 
int capstone.mips_const.MIPS_INS_CLASS = 148
 
int capstone.mips_const.MIPS_INS_CLEI_S = 149
 
int capstone.mips_const.MIPS_INS_CLEI_U = 150
 
int capstone.mips_const.MIPS_INS_CLE_S = 151
 
int capstone.mips_const.MIPS_INS_CLE_U = 152
 
int capstone.mips_const.MIPS_INS_CLO = 153
 
int capstone.mips_const.MIPS_INS_CLTI_S = 154
 
int capstone.mips_const.MIPS_INS_CLTI_U = 155
 
int capstone.mips_const.MIPS_INS_CLT_S = 156
 
int capstone.mips_const.MIPS_INS_CLT_U = 157
 
int capstone.mips_const.MIPS_INS_CLZ = 158
 
int capstone.mips_const.MIPS_INS_CMPGDU = 159
 
int capstone.mips_const.MIPS_INS_CMPGU = 160
 
int capstone.mips_const.MIPS_INS_CMPU = 161
 
int capstone.mips_const.MIPS_INS_CMP = 162
 
int capstone.mips_const.MIPS_INS_COPY_S = 163
 
int capstone.mips_const.MIPS_INS_COPY_U = 164
 
int capstone.mips_const.MIPS_INS_CTC1 = 165
 
int capstone.mips_const.MIPS_INS_CTCMSA = 166
 
int capstone.mips_const.MIPS_INS_CVT = 167
 
int capstone.mips_const.MIPS_INS_C = 168
 
int capstone.mips_const.MIPS_INS_CMPI = 169
 
int capstone.mips_const.MIPS_INS_DADD = 170
 
int capstone.mips_const.MIPS_INS_DADDI = 171
 
int capstone.mips_const.MIPS_INS_DADDIU = 172
 
int capstone.mips_const.MIPS_INS_DADDU = 173
 
int capstone.mips_const.MIPS_INS_DAHI = 174
 
int capstone.mips_const.MIPS_INS_DALIGN = 175
 
int capstone.mips_const.MIPS_INS_DATI = 176
 
int capstone.mips_const.MIPS_INS_DAUI = 177
 
int capstone.mips_const.MIPS_INS_DBITSWAP = 178
 
int capstone.mips_const.MIPS_INS_DCLO = 179
 
int capstone.mips_const.MIPS_INS_DCLZ = 180
 
int capstone.mips_const.MIPS_INS_DDIV = 181
 
int capstone.mips_const.MIPS_INS_DDIVU = 182
 
int capstone.mips_const.MIPS_INS_DERET = 183
 
int capstone.mips_const.MIPS_INS_DEXT = 184
 
int capstone.mips_const.MIPS_INS_DEXTM = 185
 
int capstone.mips_const.MIPS_INS_DEXTU = 186
 
int capstone.mips_const.MIPS_INS_DI = 187
 
int capstone.mips_const.MIPS_INS_DINS = 188
 
int capstone.mips_const.MIPS_INS_DINSM = 189
 
int capstone.mips_const.MIPS_INS_DINSU = 190
 
int capstone.mips_const.MIPS_INS_DIV = 191
 
int capstone.mips_const.MIPS_INS_DIVU = 192
 
int capstone.mips_const.MIPS_INS_DIV_S = 193
 
int capstone.mips_const.MIPS_INS_DIV_U = 194
 
int capstone.mips_const.MIPS_INS_DLSA = 195
 
int capstone.mips_const.MIPS_INS_DMFC0 = 196
 
int capstone.mips_const.MIPS_INS_DMFC1 = 197
 
int capstone.mips_const.MIPS_INS_DMFC2 = 198
 
int capstone.mips_const.MIPS_INS_DMOD = 199
 
int capstone.mips_const.MIPS_INS_DMODU = 200
 
int capstone.mips_const.MIPS_INS_DMTC0 = 201
 
int capstone.mips_const.MIPS_INS_DMTC1 = 202
 
int capstone.mips_const.MIPS_INS_DMTC2 = 203
 
int capstone.mips_const.MIPS_INS_DMUH = 204
 
int capstone.mips_const.MIPS_INS_DMUHU = 205
 
int capstone.mips_const.MIPS_INS_DMUL = 206
 
int capstone.mips_const.MIPS_INS_DMULT = 207
 
int capstone.mips_const.MIPS_INS_DMULTU = 208
 
int capstone.mips_const.MIPS_INS_DMULU = 209
 
int capstone.mips_const.MIPS_INS_DOTP_S = 210
 
int capstone.mips_const.MIPS_INS_DOTP_U = 211
 
int capstone.mips_const.MIPS_INS_DPADD_S = 212
 
int capstone.mips_const.MIPS_INS_DPADD_U = 213
 
int capstone.mips_const.MIPS_INS_DPAQX_SA = 214
 
int capstone.mips_const.MIPS_INS_DPAQX_S = 215
 
int capstone.mips_const.MIPS_INS_DPAQ_SA = 216
 
int capstone.mips_const.MIPS_INS_DPAQ_S = 217
 
int capstone.mips_const.MIPS_INS_DPAU = 218
 
int capstone.mips_const.MIPS_INS_DPAX = 219
 
int capstone.mips_const.MIPS_INS_DPA = 220
 
int capstone.mips_const.MIPS_INS_DPOP = 221
 
int capstone.mips_const.MIPS_INS_DPSQX_SA = 222
 
int capstone.mips_const.MIPS_INS_DPSQX_S = 223
 
int capstone.mips_const.MIPS_INS_DPSQ_SA = 224
 
int capstone.mips_const.MIPS_INS_DPSQ_S = 225
 
int capstone.mips_const.MIPS_INS_DPSUB_S = 226
 
int capstone.mips_const.MIPS_INS_DPSUB_U = 227
 
int capstone.mips_const.MIPS_INS_DPSU = 228
 
int capstone.mips_const.MIPS_INS_DPSX = 229
 
int capstone.mips_const.MIPS_INS_DPS = 230
 
int capstone.mips_const.MIPS_INS_DROTR = 231
 
int capstone.mips_const.MIPS_INS_DROTR32 = 232
 
int capstone.mips_const.MIPS_INS_DROTRV = 233
 
int capstone.mips_const.MIPS_INS_DSBH = 234
 
int capstone.mips_const.MIPS_INS_DSHD = 235
 
int capstone.mips_const.MIPS_INS_DSLL = 236
 
int capstone.mips_const.MIPS_INS_DSLL32 = 237
 
int capstone.mips_const.MIPS_INS_DSLLV = 238
 
int capstone.mips_const.MIPS_INS_DSRA = 239
 
int capstone.mips_const.MIPS_INS_DSRA32 = 240
 
int capstone.mips_const.MIPS_INS_DSRAV = 241
 
int capstone.mips_const.MIPS_INS_DSRL = 242
 
int capstone.mips_const.MIPS_INS_DSRL32 = 243
 
int capstone.mips_const.MIPS_INS_DSRLV = 244
 
int capstone.mips_const.MIPS_INS_DSUB = 245
 
int capstone.mips_const.MIPS_INS_DSUBU = 246
 
int capstone.mips_const.MIPS_INS_EHB = 247
 
int capstone.mips_const.MIPS_INS_EI = 248
 
int capstone.mips_const.MIPS_INS_ERET = 249
 
int capstone.mips_const.MIPS_INS_EXT = 250
 
int capstone.mips_const.MIPS_INS_EXTP = 251
 
int capstone.mips_const.MIPS_INS_EXTPDP = 252
 
int capstone.mips_const.MIPS_INS_EXTPDPV = 253
 
int capstone.mips_const.MIPS_INS_EXTPV = 254
 
int capstone.mips_const.MIPS_INS_EXTRV_RS = 255
 
int capstone.mips_const.MIPS_INS_EXTRV_R = 256
 
int capstone.mips_const.MIPS_INS_EXTRV_S = 257
 
int capstone.mips_const.MIPS_INS_EXTRV = 258
 
int capstone.mips_const.MIPS_INS_EXTR_RS = 259
 
int capstone.mips_const.MIPS_INS_EXTR_R = 260
 
int capstone.mips_const.MIPS_INS_EXTR_S = 261
 
int capstone.mips_const.MIPS_INS_EXTR = 262
 
int capstone.mips_const.MIPS_INS_EXTS = 263
 
int capstone.mips_const.MIPS_INS_EXTS32 = 264
 
int capstone.mips_const.MIPS_INS_ABS = 265
 
int capstone.mips_const.MIPS_INS_FADD = 266
 
int capstone.mips_const.MIPS_INS_FCAF = 267
 
int capstone.mips_const.MIPS_INS_FCEQ = 268
 
int capstone.mips_const.MIPS_INS_FCLASS = 269
 
int capstone.mips_const.MIPS_INS_FCLE = 270
 
int capstone.mips_const.MIPS_INS_FCLT = 271
 
int capstone.mips_const.MIPS_INS_FCNE = 272
 
int capstone.mips_const.MIPS_INS_FCOR = 273
 
int capstone.mips_const.MIPS_INS_FCUEQ = 274
 
int capstone.mips_const.MIPS_INS_FCULE = 275
 
int capstone.mips_const.MIPS_INS_FCULT = 276
 
int capstone.mips_const.MIPS_INS_FCUNE = 277
 
int capstone.mips_const.MIPS_INS_FCUN = 278
 
int capstone.mips_const.MIPS_INS_FDIV = 279
 
int capstone.mips_const.MIPS_INS_FEXDO = 280
 
int capstone.mips_const.MIPS_INS_FEXP2 = 281
 
int capstone.mips_const.MIPS_INS_FEXUPL = 282
 
int capstone.mips_const.MIPS_INS_FEXUPR = 283
 
int capstone.mips_const.MIPS_INS_FFINT_S = 284
 
int capstone.mips_const.MIPS_INS_FFINT_U = 285
 
int capstone.mips_const.MIPS_INS_FFQL = 286
 
int capstone.mips_const.MIPS_INS_FFQR = 287
 
int capstone.mips_const.MIPS_INS_FILL = 288
 
int capstone.mips_const.MIPS_INS_FLOG2 = 289
 
int capstone.mips_const.MIPS_INS_FLOOR = 290
 
int capstone.mips_const.MIPS_INS_FMADD = 291
 
int capstone.mips_const.MIPS_INS_FMAX_A = 292
 
int capstone.mips_const.MIPS_INS_FMAX = 293
 
int capstone.mips_const.MIPS_INS_FMIN_A = 294
 
int capstone.mips_const.MIPS_INS_FMIN = 295
 
int capstone.mips_const.MIPS_INS_MOV = 296
 
int capstone.mips_const.MIPS_INS_FMSUB = 297
 
int capstone.mips_const.MIPS_INS_FMUL = 298
 
int capstone.mips_const.MIPS_INS_MUL = 299
 
int capstone.mips_const.MIPS_INS_NEG = 300
 
int capstone.mips_const.MIPS_INS_FRCP = 301
 
int capstone.mips_const.MIPS_INS_FRINT = 302
 
int capstone.mips_const.MIPS_INS_FRSQRT = 303
 
int capstone.mips_const.MIPS_INS_FSAF = 304
 
int capstone.mips_const.MIPS_INS_FSEQ = 305
 
int capstone.mips_const.MIPS_INS_FSLE = 306
 
int capstone.mips_const.MIPS_INS_FSLT = 307
 
int capstone.mips_const.MIPS_INS_FSNE = 308
 
int capstone.mips_const.MIPS_INS_FSOR = 309
 
int capstone.mips_const.MIPS_INS_FSQRT = 310
 
int capstone.mips_const.MIPS_INS_SQRT = 311
 
int capstone.mips_const.MIPS_INS_FSUB = 312
 
int capstone.mips_const.MIPS_INS_SUB = 313
 
int capstone.mips_const.MIPS_INS_FSUEQ = 314
 
int capstone.mips_const.MIPS_INS_FSULE = 315
 
int capstone.mips_const.MIPS_INS_FSULT = 316
 
int capstone.mips_const.MIPS_INS_FSUNE = 317
 
int capstone.mips_const.MIPS_INS_FSUN = 318
 
int capstone.mips_const.MIPS_INS_FTINT_S = 319
 
int capstone.mips_const.MIPS_INS_FTINT_U = 320
 
int capstone.mips_const.MIPS_INS_FTQ = 321
 
int capstone.mips_const.MIPS_INS_FTRUNC_S = 322
 
int capstone.mips_const.MIPS_INS_FTRUNC_U = 323
 
int capstone.mips_const.MIPS_INS_HADD_S = 324
 
int capstone.mips_const.MIPS_INS_HADD_U = 325
 
int capstone.mips_const.MIPS_INS_HSUB_S = 326
 
int capstone.mips_const.MIPS_INS_HSUB_U = 327
 
int capstone.mips_const.MIPS_INS_ILVEV = 328
 
int capstone.mips_const.MIPS_INS_ILVL = 329
 
int capstone.mips_const.MIPS_INS_ILVOD = 330
 
int capstone.mips_const.MIPS_INS_ILVR = 331
 
int capstone.mips_const.MIPS_INS_INS = 332
 
int capstone.mips_const.MIPS_INS_INSERT = 333
 
int capstone.mips_const.MIPS_INS_INSV = 334
 
int capstone.mips_const.MIPS_INS_INSVE = 335
 
int capstone.mips_const.MIPS_INS_J = 336
 
int capstone.mips_const.MIPS_INS_JAL = 337
 
int capstone.mips_const.MIPS_INS_JALR = 338
 
int capstone.mips_const.MIPS_INS_JALRS16 = 339
 
int capstone.mips_const.MIPS_INS_JALRS = 340
 
int capstone.mips_const.MIPS_INS_JALS = 341
 
int capstone.mips_const.MIPS_INS_JALX = 342
 
int capstone.mips_const.MIPS_INS_JIALC = 343
 
int capstone.mips_const.MIPS_INS_JIC = 344
 
int capstone.mips_const.MIPS_INS_JR = 345
 
int capstone.mips_const.MIPS_INS_JR16 = 346
 
int capstone.mips_const.MIPS_INS_JRADDIUSP = 347
 
int capstone.mips_const.MIPS_INS_JRC = 348
 
int capstone.mips_const.MIPS_INS_JALRC = 349
 
int capstone.mips_const.MIPS_INS_LB = 350
 
int capstone.mips_const.MIPS_INS_LBU16 = 351
 
int capstone.mips_const.MIPS_INS_LBUX = 352
 
int capstone.mips_const.MIPS_INS_LBU = 353
 
int capstone.mips_const.MIPS_INS_LD = 354
 
int capstone.mips_const.MIPS_INS_LDC1 = 355
 
int capstone.mips_const.MIPS_INS_LDC2 = 356
 
int capstone.mips_const.MIPS_INS_LDC3 = 357
 
int capstone.mips_const.MIPS_INS_LDI = 358
 
int capstone.mips_const.MIPS_INS_LDL = 359
 
int capstone.mips_const.MIPS_INS_LDPC = 360
 
int capstone.mips_const.MIPS_INS_LDR = 361
 
int capstone.mips_const.MIPS_INS_LDXC1 = 362
 
int capstone.mips_const.MIPS_INS_LH = 363
 
int capstone.mips_const.MIPS_INS_LHU16 = 364
 
int capstone.mips_const.MIPS_INS_LHX = 365
 
int capstone.mips_const.MIPS_INS_LHU = 366
 
int capstone.mips_const.MIPS_INS_LI16 = 367
 
int capstone.mips_const.MIPS_INS_LL = 368
 
int capstone.mips_const.MIPS_INS_LLD = 369
 
int capstone.mips_const.MIPS_INS_LSA = 370
 
int capstone.mips_const.MIPS_INS_LUXC1 = 371
 
int capstone.mips_const.MIPS_INS_LUI = 372
 
int capstone.mips_const.MIPS_INS_LW = 373
 
int capstone.mips_const.MIPS_INS_LW16 = 374
 
int capstone.mips_const.MIPS_INS_LWC1 = 375
 
int capstone.mips_const.MIPS_INS_LWC2 = 376
 
int capstone.mips_const.MIPS_INS_LWC3 = 377
 
int capstone.mips_const.MIPS_INS_LWL = 378
 
int capstone.mips_const.MIPS_INS_LWM16 = 379
 
int capstone.mips_const.MIPS_INS_LWM32 = 380
 
int capstone.mips_const.MIPS_INS_LWPC = 381
 
int capstone.mips_const.MIPS_INS_LWP = 382
 
int capstone.mips_const.MIPS_INS_LWR = 383
 
int capstone.mips_const.MIPS_INS_LWUPC = 384
 
int capstone.mips_const.MIPS_INS_LWU = 385
 
int capstone.mips_const.MIPS_INS_LWX = 386
 
int capstone.mips_const.MIPS_INS_LWXC1 = 387
 
int capstone.mips_const.MIPS_INS_LWXS = 388
 
int capstone.mips_const.MIPS_INS_LI = 389
 
int capstone.mips_const.MIPS_INS_MADD = 390
 
int capstone.mips_const.MIPS_INS_MADDF = 391
 
int capstone.mips_const.MIPS_INS_MADDR_Q = 392
 
int capstone.mips_const.MIPS_INS_MADDU = 393
 
int capstone.mips_const.MIPS_INS_MADDV = 394
 
int capstone.mips_const.MIPS_INS_MADD_Q = 395
 
int capstone.mips_const.MIPS_INS_MAQ_SA = 396
 
int capstone.mips_const.MIPS_INS_MAQ_S = 397
 
int capstone.mips_const.MIPS_INS_MAXA = 398
 
int capstone.mips_const.MIPS_INS_MAXI_S = 399
 
int capstone.mips_const.MIPS_INS_MAXI_U = 400
 
int capstone.mips_const.MIPS_INS_MAX_A = 401
 
int capstone.mips_const.MIPS_INS_MAX = 402
 
int capstone.mips_const.MIPS_INS_MAX_S = 403
 
int capstone.mips_const.MIPS_INS_MAX_U = 404
 
int capstone.mips_const.MIPS_INS_MFC0 = 405
 
int capstone.mips_const.MIPS_INS_MFC1 = 406
 
int capstone.mips_const.MIPS_INS_MFC2 = 407
 
int capstone.mips_const.MIPS_INS_MFHC1 = 408
 
int capstone.mips_const.MIPS_INS_MFHI = 409
 
int capstone.mips_const.MIPS_INS_MFLO = 410
 
int capstone.mips_const.MIPS_INS_MINA = 411
 
int capstone.mips_const.MIPS_INS_MINI_S = 412
 
int capstone.mips_const.MIPS_INS_MINI_U = 413
 
int capstone.mips_const.MIPS_INS_MIN_A = 414
 
int capstone.mips_const.MIPS_INS_MIN = 415
 
int capstone.mips_const.MIPS_INS_MIN_S = 416
 
int capstone.mips_const.MIPS_INS_MIN_U = 417
 
int capstone.mips_const.MIPS_INS_MOD = 418
 
int capstone.mips_const.MIPS_INS_MODSUB = 419
 
int capstone.mips_const.MIPS_INS_MODU = 420
 
int capstone.mips_const.MIPS_INS_MOD_S = 421
 
int capstone.mips_const.MIPS_INS_MOD_U = 422
 
int capstone.mips_const.MIPS_INS_MOVE = 423
 
int capstone.mips_const.MIPS_INS_MOVEP = 424
 
int capstone.mips_const.MIPS_INS_MOVF = 425
 
int capstone.mips_const.MIPS_INS_MOVN = 426
 
int capstone.mips_const.MIPS_INS_MOVT = 427
 
int capstone.mips_const.MIPS_INS_MOVZ = 428
 
int capstone.mips_const.MIPS_INS_MSUB = 429
 
int capstone.mips_const.MIPS_INS_MSUBF = 430
 
int capstone.mips_const.MIPS_INS_MSUBR_Q = 431
 
int capstone.mips_const.MIPS_INS_MSUBU = 432
 
int capstone.mips_const.MIPS_INS_MSUBV = 433
 
int capstone.mips_const.MIPS_INS_MSUB_Q = 434
 
int capstone.mips_const.MIPS_INS_MTC0 = 435
 
int capstone.mips_const.MIPS_INS_MTC1 = 436
 
int capstone.mips_const.MIPS_INS_MTC2 = 437
 
int capstone.mips_const.MIPS_INS_MTHC1 = 438
 
int capstone.mips_const.MIPS_INS_MTHI = 439
 
int capstone.mips_const.MIPS_INS_MTHLIP = 440
 
int capstone.mips_const.MIPS_INS_MTLO = 441
 
int capstone.mips_const.MIPS_INS_MTM0 = 442
 
int capstone.mips_const.MIPS_INS_MTM1 = 443
 
int capstone.mips_const.MIPS_INS_MTM2 = 444
 
int capstone.mips_const.MIPS_INS_MTP0 = 445
 
int capstone.mips_const.MIPS_INS_MTP1 = 446
 
int capstone.mips_const.MIPS_INS_MTP2 = 447
 
int capstone.mips_const.MIPS_INS_MUH = 448
 
int capstone.mips_const.MIPS_INS_MUHU = 449
 
int capstone.mips_const.MIPS_INS_MULEQ_S = 450
 
int capstone.mips_const.MIPS_INS_MULEU_S = 451
 
int capstone.mips_const.MIPS_INS_MULQ_RS = 452
 
int capstone.mips_const.MIPS_INS_MULQ_S = 453
 
int capstone.mips_const.MIPS_INS_MULR_Q = 454
 
int capstone.mips_const.MIPS_INS_MULSAQ_S = 455
 
int capstone.mips_const.MIPS_INS_MULSA = 456
 
int capstone.mips_const.MIPS_INS_MULT = 457
 
int capstone.mips_const.MIPS_INS_MULTU = 458
 
int capstone.mips_const.MIPS_INS_MULU = 459
 
int capstone.mips_const.MIPS_INS_MULV = 460
 
int capstone.mips_const.MIPS_INS_MUL_Q = 461
 
int capstone.mips_const.MIPS_INS_MUL_S = 462
 
int capstone.mips_const.MIPS_INS_NLOC = 463
 
int capstone.mips_const.MIPS_INS_NLZC = 464
 
int capstone.mips_const.MIPS_INS_NMADD = 465
 
int capstone.mips_const.MIPS_INS_NMSUB = 466
 
int capstone.mips_const.MIPS_INS_NOR = 467
 
int capstone.mips_const.MIPS_INS_NORI = 468
 
int capstone.mips_const.MIPS_INS_NOT16 = 469
 
int capstone.mips_const.MIPS_INS_NOT = 470
 
int capstone.mips_const.MIPS_INS_OR = 471
 
int capstone.mips_const.MIPS_INS_OR16 = 472
 
int capstone.mips_const.MIPS_INS_ORI = 473
 
int capstone.mips_const.MIPS_INS_PACKRL = 474
 
int capstone.mips_const.MIPS_INS_PAUSE = 475
 
int capstone.mips_const.MIPS_INS_PCKEV = 476
 
int capstone.mips_const.MIPS_INS_PCKOD = 477
 
int capstone.mips_const.MIPS_INS_PCNT = 478
 
int capstone.mips_const.MIPS_INS_PICK = 479
 
int capstone.mips_const.MIPS_INS_POP = 480
 
int capstone.mips_const.MIPS_INS_PRECEQU = 481
 
int capstone.mips_const.MIPS_INS_PRECEQ = 482
 
int capstone.mips_const.MIPS_INS_PRECEU = 483
 
int capstone.mips_const.MIPS_INS_PRECRQU_S = 484
 
int capstone.mips_const.MIPS_INS_PRECRQ = 485
 
int capstone.mips_const.MIPS_INS_PRECRQ_RS = 486
 
int capstone.mips_const.MIPS_INS_PRECR = 487
 
int capstone.mips_const.MIPS_INS_PRECR_SRA = 488
 
int capstone.mips_const.MIPS_INS_PRECR_SRA_R = 489
 
int capstone.mips_const.MIPS_INS_PREF = 490
 
int capstone.mips_const.MIPS_INS_PREPEND = 491
 
int capstone.mips_const.MIPS_INS_RADDU = 492
 
int capstone.mips_const.MIPS_INS_RDDSP = 493
 
int capstone.mips_const.MIPS_INS_RDHWR = 494
 
int capstone.mips_const.MIPS_INS_REPLV = 495
 
int capstone.mips_const.MIPS_INS_REPL = 496
 
int capstone.mips_const.MIPS_INS_RINT = 497
 
int capstone.mips_const.MIPS_INS_ROTR = 498
 
int capstone.mips_const.MIPS_INS_ROTRV = 499
 
int capstone.mips_const.MIPS_INS_ROUND = 500
 
int capstone.mips_const.MIPS_INS_SAT_S = 501
 
int capstone.mips_const.MIPS_INS_SAT_U = 502
 
int capstone.mips_const.MIPS_INS_SB = 503
 
int capstone.mips_const.MIPS_INS_SB16 = 504
 
int capstone.mips_const.MIPS_INS_SC = 505
 
int capstone.mips_const.MIPS_INS_SCD = 506
 
int capstone.mips_const.MIPS_INS_SD = 507
 
int capstone.mips_const.MIPS_INS_SDBBP = 508
 
int capstone.mips_const.MIPS_INS_SDBBP16 = 509
 
int capstone.mips_const.MIPS_INS_SDC1 = 510
 
int capstone.mips_const.MIPS_INS_SDC2 = 511
 
int capstone.mips_const.MIPS_INS_SDC3 = 512
 
int capstone.mips_const.MIPS_INS_SDL = 513
 
int capstone.mips_const.MIPS_INS_SDR = 514
 
int capstone.mips_const.MIPS_INS_SDXC1 = 515
 
int capstone.mips_const.MIPS_INS_SEB = 516
 
int capstone.mips_const.MIPS_INS_SEH = 517
 
int capstone.mips_const.MIPS_INS_SELEQZ = 518
 
int capstone.mips_const.MIPS_INS_SELNEZ = 519
 
int capstone.mips_const.MIPS_INS_SEL = 520
 
int capstone.mips_const.MIPS_INS_SEQ = 521
 
int capstone.mips_const.MIPS_INS_SEQI = 522
 
int capstone.mips_const.MIPS_INS_SH = 523
 
int capstone.mips_const.MIPS_INS_SH16 = 524
 
int capstone.mips_const.MIPS_INS_SHF = 525
 
int capstone.mips_const.MIPS_INS_SHILO = 526
 
int capstone.mips_const.MIPS_INS_SHILOV = 527
 
int capstone.mips_const.MIPS_INS_SHLLV = 528
 
int capstone.mips_const.MIPS_INS_SHLLV_S = 529
 
int capstone.mips_const.MIPS_INS_SHLL = 530
 
int capstone.mips_const.MIPS_INS_SHLL_S = 531
 
int capstone.mips_const.MIPS_INS_SHRAV = 532
 
int capstone.mips_const.MIPS_INS_SHRAV_R = 533
 
int capstone.mips_const.MIPS_INS_SHRA = 534
 
int capstone.mips_const.MIPS_INS_SHRA_R = 535
 
int capstone.mips_const.MIPS_INS_SHRLV = 536
 
int capstone.mips_const.MIPS_INS_SHRL = 537
 
int capstone.mips_const.MIPS_INS_SLDI = 538
 
int capstone.mips_const.MIPS_INS_SLD = 539
 
int capstone.mips_const.MIPS_INS_SLL = 540
 
int capstone.mips_const.MIPS_INS_SLL16 = 541
 
int capstone.mips_const.MIPS_INS_SLLI = 542
 
int capstone.mips_const.MIPS_INS_SLLV = 543
 
int capstone.mips_const.MIPS_INS_SLT = 544
 
int capstone.mips_const.MIPS_INS_SLTI = 545
 
int capstone.mips_const.MIPS_INS_SLTIU = 546
 
int capstone.mips_const.MIPS_INS_SLTU = 547
 
int capstone.mips_const.MIPS_INS_SNE = 548
 
int capstone.mips_const.MIPS_INS_SNEI = 549
 
int capstone.mips_const.MIPS_INS_SPLATI = 550
 
int capstone.mips_const.MIPS_INS_SPLAT = 551
 
int capstone.mips_const.MIPS_INS_SRA = 552
 
int capstone.mips_const.MIPS_INS_SRAI = 553
 
int capstone.mips_const.MIPS_INS_SRARI = 554
 
int capstone.mips_const.MIPS_INS_SRAR = 555
 
int capstone.mips_const.MIPS_INS_SRAV = 556
 
int capstone.mips_const.MIPS_INS_SRL = 557
 
int capstone.mips_const.MIPS_INS_SRL16 = 558
 
int capstone.mips_const.MIPS_INS_SRLI = 559
 
int capstone.mips_const.MIPS_INS_SRLRI = 560
 
int capstone.mips_const.MIPS_INS_SRLR = 561
 
int capstone.mips_const.MIPS_INS_SRLV = 562
 
int capstone.mips_const.MIPS_INS_SSNOP = 563
 
int capstone.mips_const.MIPS_INS_ST = 564
 
int capstone.mips_const.MIPS_INS_SUBQH = 565
 
int capstone.mips_const.MIPS_INS_SUBQH_R = 566
 
int capstone.mips_const.MIPS_INS_SUBQ = 567
 
int capstone.mips_const.MIPS_INS_SUBQ_S = 568
 
int capstone.mips_const.MIPS_INS_SUBSUS_U = 569
 
int capstone.mips_const.MIPS_INS_SUBSUU_S = 570
 
int capstone.mips_const.MIPS_INS_SUBS_S = 571
 
int capstone.mips_const.MIPS_INS_SUBS_U = 572
 
int capstone.mips_const.MIPS_INS_SUBU16 = 573
 
int capstone.mips_const.MIPS_INS_SUBUH = 574
 
int capstone.mips_const.MIPS_INS_SUBUH_R = 575
 
int capstone.mips_const.MIPS_INS_SUBU = 576
 
int capstone.mips_const.MIPS_INS_SUBU_S = 577
 
int capstone.mips_const.MIPS_INS_SUBVI = 578
 
int capstone.mips_const.MIPS_INS_SUBV = 579
 
int capstone.mips_const.MIPS_INS_SUXC1 = 580
 
int capstone.mips_const.MIPS_INS_SW = 581
 
int capstone.mips_const.MIPS_INS_SW16 = 582
 
int capstone.mips_const.MIPS_INS_SWC1 = 583
 
int capstone.mips_const.MIPS_INS_SWC2 = 584
 
int capstone.mips_const.MIPS_INS_SWC3 = 585
 
int capstone.mips_const.MIPS_INS_SWL = 586
 
int capstone.mips_const.MIPS_INS_SWM16 = 587
 
int capstone.mips_const.MIPS_INS_SWM32 = 588
 
int capstone.mips_const.MIPS_INS_SWP = 589
 
int capstone.mips_const.MIPS_INS_SWR = 590
 
int capstone.mips_const.MIPS_INS_SWXC1 = 591
 
int capstone.mips_const.MIPS_INS_SYNC = 592
 
int capstone.mips_const.MIPS_INS_SYNCI = 593
 
int capstone.mips_const.MIPS_INS_SYSCALL = 594
 
int capstone.mips_const.MIPS_INS_TEQ = 595
 
int capstone.mips_const.MIPS_INS_TEQI = 596
 
int capstone.mips_const.MIPS_INS_TGE = 597
 
int capstone.mips_const.MIPS_INS_TGEI = 598
 
int capstone.mips_const.MIPS_INS_TGEIU = 599
 
int capstone.mips_const.MIPS_INS_TGEU = 600
 
int capstone.mips_const.MIPS_INS_TLBP = 601
 
int capstone.mips_const.MIPS_INS_TLBR = 602
 
int capstone.mips_const.MIPS_INS_TLBWI = 603
 
int capstone.mips_const.MIPS_INS_TLBWR = 604
 
int capstone.mips_const.MIPS_INS_TLT = 605
 
int capstone.mips_const.MIPS_INS_TLTI = 606
 
int capstone.mips_const.MIPS_INS_TLTIU = 607
 
int capstone.mips_const.MIPS_INS_TLTU = 608
 
int capstone.mips_const.MIPS_INS_TNE = 609
 
int capstone.mips_const.MIPS_INS_TNEI = 610
 
int capstone.mips_const.MIPS_INS_TRUNC = 611
 
int capstone.mips_const.MIPS_INS_V3MULU = 612
 
int capstone.mips_const.MIPS_INS_VMM0 = 613
 
int capstone.mips_const.MIPS_INS_VMULU = 614
 
int capstone.mips_const.MIPS_INS_VSHF = 615
 
int capstone.mips_const.MIPS_INS_WAIT = 616
 
int capstone.mips_const.MIPS_INS_WRDSP = 617
 
int capstone.mips_const.MIPS_INS_WSBH = 618
 
int capstone.mips_const.MIPS_INS_XOR = 619
 
int capstone.mips_const.MIPS_INS_XOR16 = 620
 
int capstone.mips_const.MIPS_INS_XORI = 621
 
int capstone.mips_const.MIPS_INS_NOP = 622
 
int capstone.mips_const.MIPS_INS_NEGU = 623
 
int capstone.mips_const.MIPS_INS_JALR_HB = 624
 
int capstone.mips_const.MIPS_INS_JR_HB = 625
 
int capstone.mips_const.MIPS_INS_ENDING = 626
 
int capstone.mips_const.MIPS_GRP_INVALID = 0
 
int capstone.mips_const.MIPS_GRP_JUMP = 1
 
int capstone.mips_const.MIPS_GRP_CALL = 2
 
int capstone.mips_const.MIPS_GRP_RET = 3
 
int capstone.mips_const.MIPS_GRP_INT = 4
 
int capstone.mips_const.MIPS_GRP_IRET = 5
 
int capstone.mips_const.MIPS_GRP_PRIVILEGE = 6
 
int capstone.mips_const.MIPS_GRP_BRANCH_RELATIVE = 7
 
int capstone.mips_const.MIPS_GRP_BITCOUNT = 128
 
int capstone.mips_const.MIPS_GRP_DSP = 129
 
int capstone.mips_const.MIPS_GRP_DSPR2 = 130
 
int capstone.mips_const.MIPS_GRP_FPIDX = 131
 
int capstone.mips_const.MIPS_GRP_MSA = 132
 
int capstone.mips_const.MIPS_GRP_MIPS32R2 = 133
 
int capstone.mips_const.MIPS_GRP_MIPS64 = 134
 
int capstone.mips_const.MIPS_GRP_MIPS64R2 = 135
 
int capstone.mips_const.MIPS_GRP_SEINREG = 136
 
int capstone.mips_const.MIPS_GRP_STDENC = 137
 
int capstone.mips_const.MIPS_GRP_SWAP = 138
 
int capstone.mips_const.MIPS_GRP_MICROMIPS = 139
 
int capstone.mips_const.MIPS_GRP_MIPS16MODE = 140
 
int capstone.mips_const.MIPS_GRP_FP64BIT = 141
 
int capstone.mips_const.MIPS_GRP_NONANSFPMATH = 142
 
int capstone.mips_const.MIPS_GRP_NOTFP64BIT = 143
 
int capstone.mips_const.MIPS_GRP_NOTINMICROMIPS = 144
 
int capstone.mips_const.MIPS_GRP_NOTNACL = 145
 
int capstone.mips_const.MIPS_GRP_NOTMIPS32R6 = 146
 
int capstone.mips_const.MIPS_GRP_NOTMIPS64R6 = 147
 
int capstone.mips_const.MIPS_GRP_CNMIPS = 148
 
int capstone.mips_const.MIPS_GRP_MIPS32 = 149
 
int capstone.mips_const.MIPS_GRP_MIPS32R6 = 150
 
int capstone.mips_const.MIPS_GRP_MIPS64R6 = 151
 
int capstone.mips_const.MIPS_GRP_MIPS2 = 152
 
int capstone.mips_const.MIPS_GRP_MIPS3 = 153
 
int capstone.mips_const.MIPS_GRP_MIPS3_32 = 154
 
int capstone.mips_const.MIPS_GRP_MIPS3_32R2 = 155
 
int capstone.mips_const.MIPS_GRP_MIPS4_32 = 156
 
int capstone.mips_const.MIPS_GRP_MIPS4_32R2 = 157
 
int capstone.mips_const.MIPS_GRP_MIPS5_32R2 = 158
 
int capstone.mips_const.MIPS_GRP_GP32BIT = 159
 
int capstone.mips_const.MIPS_GRP_GP64BIT = 160
 
int capstone.mips_const.MIPS_GRP_ENDING = 161