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

Go to the source code of this file.

Namespaces

 capstone.ppc_const
 

Variables

int capstone.ppc_const.PPC_BC_INVALID = 0
 
tuple capstone.ppc_const.PPC_BC_LT = (0<<5)|12
 
tuple capstone.ppc_const.PPC_BC_LE = (1<<5)|4
 
tuple capstone.ppc_const.PPC_BC_EQ = (2<<5)|12
 
tuple capstone.ppc_const.PPC_BC_GE = (0<<5)|4
 
tuple capstone.ppc_const.PPC_BC_GT = (1<<5)|12
 
tuple capstone.ppc_const.PPC_BC_NE = (2<<5)|4
 
tuple capstone.ppc_const.PPC_BC_UN = (3<<5)|12
 
tuple capstone.ppc_const.PPC_BC_NU = (3<<5)|4
 
tuple capstone.ppc_const.PPC_BC_SO = (4<<5)|12
 
tuple capstone.ppc_const.PPC_BC_NS = (4<<5)|4
 
int capstone.ppc_const.PPC_BH_INVALID = 0
 
int capstone.ppc_const.PPC_BH_PLUS = 1
 
int capstone.ppc_const.PPC_BH_MINUS = 2
 
int capstone.ppc_const.PPC_OP_INVALID = 0
 
int capstone.ppc_const.PPC_OP_REG = 1
 
int capstone.ppc_const.PPC_OP_IMM = 2
 
int capstone.ppc_const.PPC_OP_MEM = 3
 
int capstone.ppc_const.PPC_OP_CRX = 64
 
int capstone.ppc_const.PPC_REG_INVALID = 0
 
int capstone.ppc_const.PPC_REG_CARRY = 1
 
int capstone.ppc_const.PPC_REG_CR0 = 2
 
int capstone.ppc_const.PPC_REG_CR1 = 3
 
int capstone.ppc_const.PPC_REG_CR2 = 4
 
int capstone.ppc_const.PPC_REG_CR3 = 5
 
int capstone.ppc_const.PPC_REG_CR4 = 6
 
int capstone.ppc_const.PPC_REG_CR5 = 7
 
int capstone.ppc_const.PPC_REG_CR6 = 8
 
int capstone.ppc_const.PPC_REG_CR7 = 9
 
int capstone.ppc_const.PPC_REG_CTR = 10
 
int capstone.ppc_const.PPC_REG_F0 = 11
 
int capstone.ppc_const.PPC_REG_F1 = 12
 
int capstone.ppc_const.PPC_REG_F2 = 13
 
int capstone.ppc_const.PPC_REG_F3 = 14
 
int capstone.ppc_const.PPC_REG_F4 = 15
 
int capstone.ppc_const.PPC_REG_F5 = 16
 
int capstone.ppc_const.PPC_REG_F6 = 17
 
int capstone.ppc_const.PPC_REG_F7 = 18
 
int capstone.ppc_const.PPC_REG_F8 = 19
 
int capstone.ppc_const.PPC_REG_F9 = 20
 
int capstone.ppc_const.PPC_REG_F10 = 21
 
int capstone.ppc_const.PPC_REG_F11 = 22
 
int capstone.ppc_const.PPC_REG_F12 = 23
 
int capstone.ppc_const.PPC_REG_F13 = 24
 
int capstone.ppc_const.PPC_REG_F14 = 25
 
int capstone.ppc_const.PPC_REG_F15 = 26
 
int capstone.ppc_const.PPC_REG_F16 = 27
 
int capstone.ppc_const.PPC_REG_F17 = 28
 
int capstone.ppc_const.PPC_REG_F18 = 29
 
int capstone.ppc_const.PPC_REG_F19 = 30
 
int capstone.ppc_const.PPC_REG_F20 = 31
 
int capstone.ppc_const.PPC_REG_F21 = 32
 
int capstone.ppc_const.PPC_REG_F22 = 33
 
int capstone.ppc_const.PPC_REG_F23 = 34
 
int capstone.ppc_const.PPC_REG_F24 = 35
 
int capstone.ppc_const.PPC_REG_F25 = 36
 
int capstone.ppc_const.PPC_REG_F26 = 37
 
int capstone.ppc_const.PPC_REG_F27 = 38
 
int capstone.ppc_const.PPC_REG_F28 = 39
 
int capstone.ppc_const.PPC_REG_F29 = 40
 
int capstone.ppc_const.PPC_REG_F30 = 41
 
int capstone.ppc_const.PPC_REG_F31 = 42
 
int capstone.ppc_const.PPC_REG_LR = 43
 
int capstone.ppc_const.PPC_REG_R0 = 44
 
int capstone.ppc_const.PPC_REG_R1 = 45
 
int capstone.ppc_const.PPC_REG_R2 = 46
 
int capstone.ppc_const.PPC_REG_R3 = 47
 
int capstone.ppc_const.PPC_REG_R4 = 48
 
int capstone.ppc_const.PPC_REG_R5 = 49
 
int capstone.ppc_const.PPC_REG_R6 = 50
 
int capstone.ppc_const.PPC_REG_R7 = 51
 
int capstone.ppc_const.PPC_REG_R8 = 52
 
int capstone.ppc_const.PPC_REG_R9 = 53
 
int capstone.ppc_const.PPC_REG_R10 = 54
 
int capstone.ppc_const.PPC_REG_R11 = 55
 
int capstone.ppc_const.PPC_REG_R12 = 56
 
int capstone.ppc_const.PPC_REG_R13 = 57
 
int capstone.ppc_const.PPC_REG_R14 = 58
 
int capstone.ppc_const.PPC_REG_R15 = 59
 
int capstone.ppc_const.PPC_REG_R16 = 60
 
int capstone.ppc_const.PPC_REG_R17 = 61
 
int capstone.ppc_const.PPC_REG_R18 = 62
 
int capstone.ppc_const.PPC_REG_R19 = 63
 
int capstone.ppc_const.PPC_REG_R20 = 64
 
int capstone.ppc_const.PPC_REG_R21 = 65
 
int capstone.ppc_const.PPC_REG_R22 = 66
 
int capstone.ppc_const.PPC_REG_R23 = 67
 
int capstone.ppc_const.PPC_REG_R24 = 68
 
int capstone.ppc_const.PPC_REG_R25 = 69
 
int capstone.ppc_const.PPC_REG_R26 = 70
 
int capstone.ppc_const.PPC_REG_R27 = 71
 
int capstone.ppc_const.PPC_REG_R28 = 72
 
int capstone.ppc_const.PPC_REG_R29 = 73
 
int capstone.ppc_const.PPC_REG_R30 = 74
 
int capstone.ppc_const.PPC_REG_R31 = 75
 
int capstone.ppc_const.PPC_REG_V0 = 76
 
int capstone.ppc_const.PPC_REG_V1 = 77
 
int capstone.ppc_const.PPC_REG_V2 = 78
 
int capstone.ppc_const.PPC_REG_V3 = 79
 
int capstone.ppc_const.PPC_REG_V4 = 80
 
int capstone.ppc_const.PPC_REG_V5 = 81
 
int capstone.ppc_const.PPC_REG_V6 = 82
 
int capstone.ppc_const.PPC_REG_V7 = 83
 
int capstone.ppc_const.PPC_REG_V8 = 84
 
int capstone.ppc_const.PPC_REG_V9 = 85
 
int capstone.ppc_const.PPC_REG_V10 = 86
 
int capstone.ppc_const.PPC_REG_V11 = 87
 
int capstone.ppc_const.PPC_REG_V12 = 88
 
int capstone.ppc_const.PPC_REG_V13 = 89
 
int capstone.ppc_const.PPC_REG_V14 = 90
 
int capstone.ppc_const.PPC_REG_V15 = 91
 
int capstone.ppc_const.PPC_REG_V16 = 92
 
int capstone.ppc_const.PPC_REG_V17 = 93
 
int capstone.ppc_const.PPC_REG_V18 = 94
 
int capstone.ppc_const.PPC_REG_V19 = 95
 
int capstone.ppc_const.PPC_REG_V20 = 96
 
int capstone.ppc_const.PPC_REG_V21 = 97
 
int capstone.ppc_const.PPC_REG_V22 = 98
 
int capstone.ppc_const.PPC_REG_V23 = 99
 
int capstone.ppc_const.PPC_REG_V24 = 100
 
int capstone.ppc_const.PPC_REG_V25 = 101
 
int capstone.ppc_const.PPC_REG_V26 = 102
 
int capstone.ppc_const.PPC_REG_V27 = 103
 
int capstone.ppc_const.PPC_REG_V28 = 104
 
int capstone.ppc_const.PPC_REG_V29 = 105
 
int capstone.ppc_const.PPC_REG_V30 = 106
 
int capstone.ppc_const.PPC_REG_V31 = 107
 
int capstone.ppc_const.PPC_REG_VRSAVE = 108
 
int capstone.ppc_const.PPC_REG_VS0 = 109
 
int capstone.ppc_const.PPC_REG_VS1 = 110
 
int capstone.ppc_const.PPC_REG_VS2 = 111
 
int capstone.ppc_const.PPC_REG_VS3 = 112
 
int capstone.ppc_const.PPC_REG_VS4 = 113
 
int capstone.ppc_const.PPC_REG_VS5 = 114
 
int capstone.ppc_const.PPC_REG_VS6 = 115
 
int capstone.ppc_const.PPC_REG_VS7 = 116
 
int capstone.ppc_const.PPC_REG_VS8 = 117
 
int capstone.ppc_const.PPC_REG_VS9 = 118
 
int capstone.ppc_const.PPC_REG_VS10 = 119
 
int capstone.ppc_const.PPC_REG_VS11 = 120
 
int capstone.ppc_const.PPC_REG_VS12 = 121
 
int capstone.ppc_const.PPC_REG_VS13 = 122
 
int capstone.ppc_const.PPC_REG_VS14 = 123
 
int capstone.ppc_const.PPC_REG_VS15 = 124
 
int capstone.ppc_const.PPC_REG_VS16 = 125
 
int capstone.ppc_const.PPC_REG_VS17 = 126
 
int capstone.ppc_const.PPC_REG_VS18 = 127
 
int capstone.ppc_const.PPC_REG_VS19 = 128
 
int capstone.ppc_const.PPC_REG_VS20 = 129
 
int capstone.ppc_const.PPC_REG_VS21 = 130
 
int capstone.ppc_const.PPC_REG_VS22 = 131
 
int capstone.ppc_const.PPC_REG_VS23 = 132
 
int capstone.ppc_const.PPC_REG_VS24 = 133
 
int capstone.ppc_const.PPC_REG_VS25 = 134
 
int capstone.ppc_const.PPC_REG_VS26 = 135
 
int capstone.ppc_const.PPC_REG_VS27 = 136
 
int capstone.ppc_const.PPC_REG_VS28 = 137
 
int capstone.ppc_const.PPC_REG_VS29 = 138
 
int capstone.ppc_const.PPC_REG_VS30 = 139
 
int capstone.ppc_const.PPC_REG_VS31 = 140
 
int capstone.ppc_const.PPC_REG_VS32 = 141
 
int capstone.ppc_const.PPC_REG_VS33 = 142
 
int capstone.ppc_const.PPC_REG_VS34 = 143
 
int capstone.ppc_const.PPC_REG_VS35 = 144
 
int capstone.ppc_const.PPC_REG_VS36 = 145
 
int capstone.ppc_const.PPC_REG_VS37 = 146
 
int capstone.ppc_const.PPC_REG_VS38 = 147
 
int capstone.ppc_const.PPC_REG_VS39 = 148
 
int capstone.ppc_const.PPC_REG_VS40 = 149
 
int capstone.ppc_const.PPC_REG_VS41 = 150
 
int capstone.ppc_const.PPC_REG_VS42 = 151
 
int capstone.ppc_const.PPC_REG_VS43 = 152
 
int capstone.ppc_const.PPC_REG_VS44 = 153
 
int capstone.ppc_const.PPC_REG_VS45 = 154
 
int capstone.ppc_const.PPC_REG_VS46 = 155
 
int capstone.ppc_const.PPC_REG_VS47 = 156
 
int capstone.ppc_const.PPC_REG_VS48 = 157
 
int capstone.ppc_const.PPC_REG_VS49 = 158
 
int capstone.ppc_const.PPC_REG_VS50 = 159
 
int capstone.ppc_const.PPC_REG_VS51 = 160
 
int capstone.ppc_const.PPC_REG_VS52 = 161
 
int capstone.ppc_const.PPC_REG_VS53 = 162
 
int capstone.ppc_const.PPC_REG_VS54 = 163
 
int capstone.ppc_const.PPC_REG_VS55 = 164
 
int capstone.ppc_const.PPC_REG_VS56 = 165
 
int capstone.ppc_const.PPC_REG_VS57 = 166
 
int capstone.ppc_const.PPC_REG_VS58 = 167
 
int capstone.ppc_const.PPC_REG_VS59 = 168
 
int capstone.ppc_const.PPC_REG_VS60 = 169
 
int capstone.ppc_const.PPC_REG_VS61 = 170
 
int capstone.ppc_const.PPC_REG_VS62 = 171
 
int capstone.ppc_const.PPC_REG_VS63 = 172
 
int capstone.ppc_const.PPC_REG_Q0 = 173
 
int capstone.ppc_const.PPC_REG_Q1 = 174
 
int capstone.ppc_const.PPC_REG_Q2 = 175
 
int capstone.ppc_const.PPC_REG_Q3 = 176
 
int capstone.ppc_const.PPC_REG_Q4 = 177
 
int capstone.ppc_const.PPC_REG_Q5 = 178
 
int capstone.ppc_const.PPC_REG_Q6 = 179
 
int capstone.ppc_const.PPC_REG_Q7 = 180
 
int capstone.ppc_const.PPC_REG_Q8 = 181
 
int capstone.ppc_const.PPC_REG_Q9 = 182
 
int capstone.ppc_const.PPC_REG_Q10 = 183
 
int capstone.ppc_const.PPC_REG_Q11 = 184
 
int capstone.ppc_const.PPC_REG_Q12 = 185
 
int capstone.ppc_const.PPC_REG_Q13 = 186
 
int capstone.ppc_const.PPC_REG_Q14 = 187
 
int capstone.ppc_const.PPC_REG_Q15 = 188
 
int capstone.ppc_const.PPC_REG_Q16 = 189
 
int capstone.ppc_const.PPC_REG_Q17 = 190
 
int capstone.ppc_const.PPC_REG_Q18 = 191
 
int capstone.ppc_const.PPC_REG_Q19 = 192
 
int capstone.ppc_const.PPC_REG_Q20 = 193
 
int capstone.ppc_const.PPC_REG_Q21 = 194
 
int capstone.ppc_const.PPC_REG_Q22 = 195
 
int capstone.ppc_const.PPC_REG_Q23 = 196
 
int capstone.ppc_const.PPC_REG_Q24 = 197
 
int capstone.ppc_const.PPC_REG_Q25 = 198
 
int capstone.ppc_const.PPC_REG_Q26 = 199
 
int capstone.ppc_const.PPC_REG_Q27 = 200
 
int capstone.ppc_const.PPC_REG_Q28 = 201
 
int capstone.ppc_const.PPC_REG_Q29 = 202
 
int capstone.ppc_const.PPC_REG_Q30 = 203
 
int capstone.ppc_const.PPC_REG_Q31 = 204
 
int capstone.ppc_const.PPC_REG_RM = 205
 
int capstone.ppc_const.PPC_REG_CTR8 = 206
 
int capstone.ppc_const.PPC_REG_LR8 = 207
 
int capstone.ppc_const.PPC_REG_CR1EQ = 208
 
int capstone.ppc_const.PPC_REG_X2 = 209
 
int capstone.ppc_const.PPC_REG_ENDING = 210
 
int capstone.ppc_const.PPC_INS_INVALID = 0
 
int capstone.ppc_const.PPC_INS_ADD = 1
 
int capstone.ppc_const.PPC_INS_ADDC = 2
 
int capstone.ppc_const.PPC_INS_ADDE = 3
 
int capstone.ppc_const.PPC_INS_ADDI = 4
 
int capstone.ppc_const.PPC_INS_ADDIC = 5
 
int capstone.ppc_const.PPC_INS_ADDIS = 6
 
int capstone.ppc_const.PPC_INS_ADDME = 7
 
int capstone.ppc_const.PPC_INS_ADDZE = 8
 
int capstone.ppc_const.PPC_INS_AND = 9
 
int capstone.ppc_const.PPC_INS_ANDC = 10
 
int capstone.ppc_const.PPC_INS_ANDIS = 11
 
int capstone.ppc_const.PPC_INS_ANDI = 12
 
int capstone.ppc_const.PPC_INS_ATTN = 13
 
int capstone.ppc_const.PPC_INS_B = 14
 
int capstone.ppc_const.PPC_INS_BA = 15
 
int capstone.ppc_const.PPC_INS_BC = 16
 
int capstone.ppc_const.PPC_INS_BCCTR = 17
 
int capstone.ppc_const.PPC_INS_BCCTRL = 18
 
int capstone.ppc_const.PPC_INS_BCL = 19
 
int capstone.ppc_const.PPC_INS_BCLR = 20
 
int capstone.ppc_const.PPC_INS_BCLRL = 21
 
int capstone.ppc_const.PPC_INS_BCTR = 22
 
int capstone.ppc_const.PPC_INS_BCTRL = 23
 
int capstone.ppc_const.PPC_INS_BCT = 24
 
int capstone.ppc_const.PPC_INS_BDNZ = 25
 
int capstone.ppc_const.PPC_INS_BDNZA = 26
 
int capstone.ppc_const.PPC_INS_BDNZL = 27
 
int capstone.ppc_const.PPC_INS_BDNZLA = 28
 
int capstone.ppc_const.PPC_INS_BDNZLR = 29
 
int capstone.ppc_const.PPC_INS_BDNZLRL = 30
 
int capstone.ppc_const.PPC_INS_BDZ = 31
 
int capstone.ppc_const.PPC_INS_BDZA = 32
 
int capstone.ppc_const.PPC_INS_BDZL = 33
 
int capstone.ppc_const.PPC_INS_BDZLA = 34
 
int capstone.ppc_const.PPC_INS_BDZLR = 35
 
int capstone.ppc_const.PPC_INS_BDZLRL = 36
 
int capstone.ppc_const.PPC_INS_BL = 37
 
int capstone.ppc_const.PPC_INS_BLA = 38
 
int capstone.ppc_const.PPC_INS_BLR = 39
 
int capstone.ppc_const.PPC_INS_BLRL = 40
 
int capstone.ppc_const.PPC_INS_BRINC = 41
 
int capstone.ppc_const.PPC_INS_CMPB = 42
 
int capstone.ppc_const.PPC_INS_CMPD = 43
 
int capstone.ppc_const.PPC_INS_CMPDI = 44
 
int capstone.ppc_const.PPC_INS_CMPLD = 45
 
int capstone.ppc_const.PPC_INS_CMPLDI = 46
 
int capstone.ppc_const.PPC_INS_CMPLW = 47
 
int capstone.ppc_const.PPC_INS_CMPLWI = 48
 
int capstone.ppc_const.PPC_INS_CMPW = 49
 
int capstone.ppc_const.PPC_INS_CMPWI = 50
 
int capstone.ppc_const.PPC_INS_CNTLZD = 51
 
int capstone.ppc_const.PPC_INS_CNTLZW = 52
 
int capstone.ppc_const.PPC_INS_CREQV = 53
 
int capstone.ppc_const.PPC_INS_CRXOR = 54
 
int capstone.ppc_const.PPC_INS_CRAND = 55
 
int capstone.ppc_const.PPC_INS_CRANDC = 56
 
int capstone.ppc_const.PPC_INS_CRNAND = 57
 
int capstone.ppc_const.PPC_INS_CRNOR = 58
 
int capstone.ppc_const.PPC_INS_CROR = 59
 
int capstone.ppc_const.PPC_INS_CRORC = 60
 
int capstone.ppc_const.PPC_INS_DCBA = 61
 
int capstone.ppc_const.PPC_INS_DCBF = 62
 
int capstone.ppc_const.PPC_INS_DCBI = 63
 
int capstone.ppc_const.PPC_INS_DCBST = 64
 
int capstone.ppc_const.PPC_INS_DCBT = 65
 
int capstone.ppc_const.PPC_INS_DCBTST = 66
 
int capstone.ppc_const.PPC_INS_DCBZ = 67
 
int capstone.ppc_const.PPC_INS_DCBZL = 68
 
int capstone.ppc_const.PPC_INS_DCCCI = 69
 
int capstone.ppc_const.PPC_INS_DIVD = 70
 
int capstone.ppc_const.PPC_INS_DIVDU = 71
 
int capstone.ppc_const.PPC_INS_DIVW = 72
 
int capstone.ppc_const.PPC_INS_DIVWU = 73
 
int capstone.ppc_const.PPC_INS_DSS = 74
 
int capstone.ppc_const.PPC_INS_DSSALL = 75
 
int capstone.ppc_const.PPC_INS_DST = 76
 
int capstone.ppc_const.PPC_INS_DSTST = 77
 
int capstone.ppc_const.PPC_INS_DSTSTT = 78
 
int capstone.ppc_const.PPC_INS_DSTT = 79
 
int capstone.ppc_const.PPC_INS_EQV = 80
 
int capstone.ppc_const.PPC_INS_EVABS = 81
 
int capstone.ppc_const.PPC_INS_EVADDIW = 82
 
int capstone.ppc_const.PPC_INS_EVADDSMIAAW = 83
 
int capstone.ppc_const.PPC_INS_EVADDSSIAAW = 84
 
int capstone.ppc_const.PPC_INS_EVADDUMIAAW = 85
 
int capstone.ppc_const.PPC_INS_EVADDUSIAAW = 86
 
int capstone.ppc_const.PPC_INS_EVADDW = 87
 
int capstone.ppc_const.PPC_INS_EVAND = 88
 
int capstone.ppc_const.PPC_INS_EVANDC = 89
 
int capstone.ppc_const.PPC_INS_EVCMPEQ = 90
 
int capstone.ppc_const.PPC_INS_EVCMPGTS = 91
 
int capstone.ppc_const.PPC_INS_EVCMPGTU = 92
 
int capstone.ppc_const.PPC_INS_EVCMPLTS = 93
 
int capstone.ppc_const.PPC_INS_EVCMPLTU = 94
 
int capstone.ppc_const.PPC_INS_EVCNTLSW = 95
 
int capstone.ppc_const.PPC_INS_EVCNTLZW = 96
 
int capstone.ppc_const.PPC_INS_EVDIVWS = 97
 
int capstone.ppc_const.PPC_INS_EVDIVWU = 98
 
int capstone.ppc_const.PPC_INS_EVEQV = 99
 
int capstone.ppc_const.PPC_INS_EVEXTSB = 100
 
int capstone.ppc_const.PPC_INS_EVEXTSH = 101
 
int capstone.ppc_const.PPC_INS_EVLDD = 102
 
int capstone.ppc_const.PPC_INS_EVLDDX = 103
 
int capstone.ppc_const.PPC_INS_EVLDH = 104
 
int capstone.ppc_const.PPC_INS_EVLDHX = 105
 
int capstone.ppc_const.PPC_INS_EVLDW = 106
 
int capstone.ppc_const.PPC_INS_EVLDWX = 107
 
int capstone.ppc_const.PPC_INS_EVLHHESPLAT = 108
 
int capstone.ppc_const.PPC_INS_EVLHHESPLATX = 109
 
int capstone.ppc_const.PPC_INS_EVLHHOSSPLAT = 110
 
int capstone.ppc_const.PPC_INS_EVLHHOSSPLATX = 111
 
int capstone.ppc_const.PPC_INS_EVLHHOUSPLAT = 112
 
int capstone.ppc_const.PPC_INS_EVLHHOUSPLATX = 113
 
int capstone.ppc_const.PPC_INS_EVLWHE = 114
 
int capstone.ppc_const.PPC_INS_EVLWHEX = 115
 
int capstone.ppc_const.PPC_INS_EVLWHOS = 116
 
int capstone.ppc_const.PPC_INS_EVLWHOSX = 117
 
int capstone.ppc_const.PPC_INS_EVLWHOU = 118
 
int capstone.ppc_const.PPC_INS_EVLWHOUX = 119
 
int capstone.ppc_const.PPC_INS_EVLWHSPLAT = 120
 
int capstone.ppc_const.PPC_INS_EVLWHSPLATX = 121
 
int capstone.ppc_const.PPC_INS_EVLWWSPLAT = 122
 
int capstone.ppc_const.PPC_INS_EVLWWSPLATX = 123
 
int capstone.ppc_const.PPC_INS_EVMERGEHI = 124
 
int capstone.ppc_const.PPC_INS_EVMERGEHILO = 125
 
int capstone.ppc_const.PPC_INS_EVMERGELO = 126
 
int capstone.ppc_const.PPC_INS_EVMERGELOHI = 127
 
int capstone.ppc_const.PPC_INS_EVMHEGSMFAA = 128
 
int capstone.ppc_const.PPC_INS_EVMHEGSMFAN = 129
 
int capstone.ppc_const.PPC_INS_EVMHEGSMIAA = 130
 
int capstone.ppc_const.PPC_INS_EVMHEGSMIAN = 131
 
int capstone.ppc_const.PPC_INS_EVMHEGUMIAA = 132
 
int capstone.ppc_const.PPC_INS_EVMHEGUMIAN = 133
 
int capstone.ppc_const.PPC_INS_EVMHESMF = 134
 
int capstone.ppc_const.PPC_INS_EVMHESMFA = 135
 
int capstone.ppc_const.PPC_INS_EVMHESMFAAW = 136
 
int capstone.ppc_const.PPC_INS_EVMHESMFANW = 137
 
int capstone.ppc_const.PPC_INS_EVMHESMI = 138
 
int capstone.ppc_const.PPC_INS_EVMHESMIA = 139
 
int capstone.ppc_const.PPC_INS_EVMHESMIAAW = 140
 
int capstone.ppc_const.PPC_INS_EVMHESMIANW = 141
 
int capstone.ppc_const.PPC_INS_EVMHESSF = 142
 
int capstone.ppc_const.PPC_INS_EVMHESSFA = 143
 
int capstone.ppc_const.PPC_INS_EVMHESSFAAW = 144
 
int capstone.ppc_const.PPC_INS_EVMHESSFANW = 145
 
int capstone.ppc_const.PPC_INS_EVMHESSIAAW = 146
 
int capstone.ppc_const.PPC_INS_EVMHESSIANW = 147
 
int capstone.ppc_const.PPC_INS_EVMHEUMI = 148
 
int capstone.ppc_const.PPC_INS_EVMHEUMIA = 149
 
int capstone.ppc_const.PPC_INS_EVMHEUMIAAW = 150
 
int capstone.ppc_const.PPC_INS_EVMHEUMIANW = 151
 
int capstone.ppc_const.PPC_INS_EVMHEUSIAAW = 152
 
int capstone.ppc_const.PPC_INS_EVMHEUSIANW = 153
 
int capstone.ppc_const.PPC_INS_EVMHOGSMFAA = 154
 
int capstone.ppc_const.PPC_INS_EVMHOGSMFAN = 155
 
int capstone.ppc_const.PPC_INS_EVMHOGSMIAA = 156
 
int capstone.ppc_const.PPC_INS_EVMHOGSMIAN = 157
 
int capstone.ppc_const.PPC_INS_EVMHOGUMIAA = 158
 
int capstone.ppc_const.PPC_INS_EVMHOGUMIAN = 159
 
int capstone.ppc_const.PPC_INS_EVMHOSMF = 160
 
int capstone.ppc_const.PPC_INS_EVMHOSMFA = 161
 
int capstone.ppc_const.PPC_INS_EVMHOSMFAAW = 162
 
int capstone.ppc_const.PPC_INS_EVMHOSMFANW = 163
 
int capstone.ppc_const.PPC_INS_EVMHOSMI = 164
 
int capstone.ppc_const.PPC_INS_EVMHOSMIA = 165
 
int capstone.ppc_const.PPC_INS_EVMHOSMIAAW = 166
 
int capstone.ppc_const.PPC_INS_EVMHOSMIANW = 167
 
int capstone.ppc_const.PPC_INS_EVMHOSSF = 168
 
int capstone.ppc_const.PPC_INS_EVMHOSSFA = 169
 
int capstone.ppc_const.PPC_INS_EVMHOSSFAAW = 170
 
int capstone.ppc_const.PPC_INS_EVMHOSSFANW = 171
 
int capstone.ppc_const.PPC_INS_EVMHOSSIAAW = 172
 
int capstone.ppc_const.PPC_INS_EVMHOSSIANW = 173
 
int capstone.ppc_const.PPC_INS_EVMHOUMI = 174
 
int capstone.ppc_const.PPC_INS_EVMHOUMIA = 175
 
int capstone.ppc_const.PPC_INS_EVMHOUMIAAW = 176
 
int capstone.ppc_const.PPC_INS_EVMHOUMIANW = 177
 
int capstone.ppc_const.PPC_INS_EVMHOUSIAAW = 178
 
int capstone.ppc_const.PPC_INS_EVMHOUSIANW = 179
 
int capstone.ppc_const.PPC_INS_EVMRA = 180
 
int capstone.ppc_const.PPC_INS_EVMWHSMF = 181
 
int capstone.ppc_const.PPC_INS_EVMWHSMFA = 182
 
int capstone.ppc_const.PPC_INS_EVMWHSMI = 183
 
int capstone.ppc_const.PPC_INS_EVMWHSMIA = 184
 
int capstone.ppc_const.PPC_INS_EVMWHSSF = 185
 
int capstone.ppc_const.PPC_INS_EVMWHSSFA = 186
 
int capstone.ppc_const.PPC_INS_EVMWHUMI = 187
 
int capstone.ppc_const.PPC_INS_EVMWHUMIA = 188
 
int capstone.ppc_const.PPC_INS_EVMWLSMIAAW = 189
 
int capstone.ppc_const.PPC_INS_EVMWLSMIANW = 190
 
int capstone.ppc_const.PPC_INS_EVMWLSSIAAW = 191
 
int capstone.ppc_const.PPC_INS_EVMWLSSIANW = 192
 
int capstone.ppc_const.PPC_INS_EVMWLUMI = 193
 
int capstone.ppc_const.PPC_INS_EVMWLUMIA = 194
 
int capstone.ppc_const.PPC_INS_EVMWLUMIAAW = 195
 
int capstone.ppc_const.PPC_INS_EVMWLUMIANW = 196
 
int capstone.ppc_const.PPC_INS_EVMWLUSIAAW = 197
 
int capstone.ppc_const.PPC_INS_EVMWLUSIANW = 198
 
int capstone.ppc_const.PPC_INS_EVMWSMF = 199
 
int capstone.ppc_const.PPC_INS_EVMWSMFA = 200
 
int capstone.ppc_const.PPC_INS_EVMWSMFAA = 201
 
int capstone.ppc_const.PPC_INS_EVMWSMFAN = 202
 
int capstone.ppc_const.PPC_INS_EVMWSMI = 203
 
int capstone.ppc_const.PPC_INS_EVMWSMIA = 204
 
int capstone.ppc_const.PPC_INS_EVMWSMIAA = 205
 
int capstone.ppc_const.PPC_INS_EVMWSMIAN = 206
 
int capstone.ppc_const.PPC_INS_EVMWSSF = 207
 
int capstone.ppc_const.PPC_INS_EVMWSSFA = 208
 
int capstone.ppc_const.PPC_INS_EVMWSSFAA = 209
 
int capstone.ppc_const.PPC_INS_EVMWSSFAN = 210
 
int capstone.ppc_const.PPC_INS_EVMWUMI = 211
 
int capstone.ppc_const.PPC_INS_EVMWUMIA = 212
 
int capstone.ppc_const.PPC_INS_EVMWUMIAA = 213
 
int capstone.ppc_const.PPC_INS_EVMWUMIAN = 214
 
int capstone.ppc_const.PPC_INS_EVNAND = 215
 
int capstone.ppc_const.PPC_INS_EVNEG = 216
 
int capstone.ppc_const.PPC_INS_EVNOR = 217
 
int capstone.ppc_const.PPC_INS_EVOR = 218
 
int capstone.ppc_const.PPC_INS_EVORC = 219
 
int capstone.ppc_const.PPC_INS_EVRLW = 220
 
int capstone.ppc_const.PPC_INS_EVRLWI = 221
 
int capstone.ppc_const.PPC_INS_EVRNDW = 222
 
int capstone.ppc_const.PPC_INS_EVSLW = 223
 
int capstone.ppc_const.PPC_INS_EVSLWI = 224
 
int capstone.ppc_const.PPC_INS_EVSPLATFI = 225
 
int capstone.ppc_const.PPC_INS_EVSPLATI = 226
 
int capstone.ppc_const.PPC_INS_EVSRWIS = 227
 
int capstone.ppc_const.PPC_INS_EVSRWIU = 228
 
int capstone.ppc_const.PPC_INS_EVSRWS = 229
 
int capstone.ppc_const.PPC_INS_EVSRWU = 230
 
int capstone.ppc_const.PPC_INS_EVSTDD = 231
 
int capstone.ppc_const.PPC_INS_EVSTDDX = 232
 
int capstone.ppc_const.PPC_INS_EVSTDH = 233
 
int capstone.ppc_const.PPC_INS_EVSTDHX = 234
 
int capstone.ppc_const.PPC_INS_EVSTDW = 235
 
int capstone.ppc_const.PPC_INS_EVSTDWX = 236
 
int capstone.ppc_const.PPC_INS_EVSTWHE = 237
 
int capstone.ppc_const.PPC_INS_EVSTWHEX = 238
 
int capstone.ppc_const.PPC_INS_EVSTWHO = 239
 
int capstone.ppc_const.PPC_INS_EVSTWHOX = 240
 
int capstone.ppc_const.PPC_INS_EVSTWWE = 241
 
int capstone.ppc_const.PPC_INS_EVSTWWEX = 242
 
int capstone.ppc_const.PPC_INS_EVSTWWO = 243
 
int capstone.ppc_const.PPC_INS_EVSTWWOX = 244
 
int capstone.ppc_const.PPC_INS_EVSUBFSMIAAW = 245
 
int capstone.ppc_const.PPC_INS_EVSUBFSSIAAW = 246
 
int capstone.ppc_const.PPC_INS_EVSUBFUMIAAW = 247
 
int capstone.ppc_const.PPC_INS_EVSUBFUSIAAW = 248
 
int capstone.ppc_const.PPC_INS_EVSUBFW = 249
 
int capstone.ppc_const.PPC_INS_EVSUBIFW = 250
 
int capstone.ppc_const.PPC_INS_EVXOR = 251
 
int capstone.ppc_const.PPC_INS_EXTSB = 252
 
int capstone.ppc_const.PPC_INS_EXTSH = 253
 
int capstone.ppc_const.PPC_INS_EXTSW = 254
 
int capstone.ppc_const.PPC_INS_EIEIO = 255
 
int capstone.ppc_const.PPC_INS_FABS = 256
 
int capstone.ppc_const.PPC_INS_FADD = 257
 
int capstone.ppc_const.PPC_INS_FADDS = 258
 
int capstone.ppc_const.PPC_INS_FCFID = 259
 
int capstone.ppc_const.PPC_INS_FCFIDS = 260
 
int capstone.ppc_const.PPC_INS_FCFIDU = 261
 
int capstone.ppc_const.PPC_INS_FCFIDUS = 262
 
int capstone.ppc_const.PPC_INS_FCMPU = 263
 
int capstone.ppc_const.PPC_INS_FCPSGN = 264
 
int capstone.ppc_const.PPC_INS_FCTID = 265
 
int capstone.ppc_const.PPC_INS_FCTIDUZ = 266
 
int capstone.ppc_const.PPC_INS_FCTIDZ = 267
 
int capstone.ppc_const.PPC_INS_FCTIW = 268
 
int capstone.ppc_const.PPC_INS_FCTIWUZ = 269
 
int capstone.ppc_const.PPC_INS_FCTIWZ = 270
 
int capstone.ppc_const.PPC_INS_FDIV = 271
 
int capstone.ppc_const.PPC_INS_FDIVS = 272
 
int capstone.ppc_const.PPC_INS_FMADD = 273
 
int capstone.ppc_const.PPC_INS_FMADDS = 274
 
int capstone.ppc_const.PPC_INS_FMR = 275
 
int capstone.ppc_const.PPC_INS_FMSUB = 276
 
int capstone.ppc_const.PPC_INS_FMSUBS = 277
 
int capstone.ppc_const.PPC_INS_FMUL = 278
 
int capstone.ppc_const.PPC_INS_FMULS = 279
 
int capstone.ppc_const.PPC_INS_FNABS = 280
 
int capstone.ppc_const.PPC_INS_FNEG = 281
 
int capstone.ppc_const.PPC_INS_FNMADD = 282
 
int capstone.ppc_const.PPC_INS_FNMADDS = 283
 
int capstone.ppc_const.PPC_INS_FNMSUB = 284
 
int capstone.ppc_const.PPC_INS_FNMSUBS = 285
 
int capstone.ppc_const.PPC_INS_FRE = 286
 
int capstone.ppc_const.PPC_INS_FRES = 287
 
int capstone.ppc_const.PPC_INS_FRIM = 288
 
int capstone.ppc_const.PPC_INS_FRIN = 289
 
int capstone.ppc_const.PPC_INS_FRIP = 290
 
int capstone.ppc_const.PPC_INS_FRIZ = 291
 
int capstone.ppc_const.PPC_INS_FRSP = 292
 
int capstone.ppc_const.PPC_INS_FRSQRTE = 293
 
int capstone.ppc_const.PPC_INS_FRSQRTES = 294
 
int capstone.ppc_const.PPC_INS_FSEL = 295
 
int capstone.ppc_const.PPC_INS_FSQRT = 296
 
int capstone.ppc_const.PPC_INS_FSQRTS = 297
 
int capstone.ppc_const.PPC_INS_FSUB = 298
 
int capstone.ppc_const.PPC_INS_FSUBS = 299
 
int capstone.ppc_const.PPC_INS_ICBI = 300
 
int capstone.ppc_const.PPC_INS_ICBT = 301
 
int capstone.ppc_const.PPC_INS_ICCCI = 302
 
int capstone.ppc_const.PPC_INS_ISEL = 303
 
int capstone.ppc_const.PPC_INS_ISYNC = 304
 
int capstone.ppc_const.PPC_INS_LA = 305
 
int capstone.ppc_const.PPC_INS_LBZ = 306
 
int capstone.ppc_const.PPC_INS_LBZCIX = 307
 
int capstone.ppc_const.PPC_INS_LBZU = 308
 
int capstone.ppc_const.PPC_INS_LBZUX = 309
 
int capstone.ppc_const.PPC_INS_LBZX = 310
 
int capstone.ppc_const.PPC_INS_LD = 311
 
int capstone.ppc_const.PPC_INS_LDARX = 312
 
int capstone.ppc_const.PPC_INS_LDBRX = 313
 
int capstone.ppc_const.PPC_INS_LDCIX = 314
 
int capstone.ppc_const.PPC_INS_LDU = 315
 
int capstone.ppc_const.PPC_INS_LDUX = 316
 
int capstone.ppc_const.PPC_INS_LDX = 317
 
int capstone.ppc_const.PPC_INS_LFD = 318
 
int capstone.ppc_const.PPC_INS_LFDU = 319
 
int capstone.ppc_const.PPC_INS_LFDUX = 320
 
int capstone.ppc_const.PPC_INS_LFDX = 321
 
int capstone.ppc_const.PPC_INS_LFIWAX = 322
 
int capstone.ppc_const.PPC_INS_LFIWZX = 323
 
int capstone.ppc_const.PPC_INS_LFS = 324
 
int capstone.ppc_const.PPC_INS_LFSU = 325
 
int capstone.ppc_const.PPC_INS_LFSUX = 326
 
int capstone.ppc_const.PPC_INS_LFSX = 327
 
int capstone.ppc_const.PPC_INS_LHA = 328
 
int capstone.ppc_const.PPC_INS_LHAU = 329
 
int capstone.ppc_const.PPC_INS_LHAUX = 330
 
int capstone.ppc_const.PPC_INS_LHAX = 331
 
int capstone.ppc_const.PPC_INS_LHBRX = 332
 
int capstone.ppc_const.PPC_INS_LHZ = 333
 
int capstone.ppc_const.PPC_INS_LHZCIX = 334
 
int capstone.ppc_const.PPC_INS_LHZU = 335
 
int capstone.ppc_const.PPC_INS_LHZUX = 336
 
int capstone.ppc_const.PPC_INS_LHZX = 337
 
int capstone.ppc_const.PPC_INS_LI = 338
 
int capstone.ppc_const.PPC_INS_LIS = 339
 
int capstone.ppc_const.PPC_INS_LMW = 340
 
int capstone.ppc_const.PPC_INS_LSWI = 341
 
int capstone.ppc_const.PPC_INS_LVEBX = 342
 
int capstone.ppc_const.PPC_INS_LVEHX = 343
 
int capstone.ppc_const.PPC_INS_LVEWX = 344
 
int capstone.ppc_const.PPC_INS_LVSL = 345
 
int capstone.ppc_const.PPC_INS_LVSR = 346
 
int capstone.ppc_const.PPC_INS_LVX = 347
 
int capstone.ppc_const.PPC_INS_LVXL = 348
 
int capstone.ppc_const.PPC_INS_LWA = 349
 
int capstone.ppc_const.PPC_INS_LWARX = 350
 
int capstone.ppc_const.PPC_INS_LWAUX = 351
 
int capstone.ppc_const.PPC_INS_LWAX = 352
 
int capstone.ppc_const.PPC_INS_LWBRX = 353
 
int capstone.ppc_const.PPC_INS_LWZ = 354
 
int capstone.ppc_const.PPC_INS_LWZCIX = 355
 
int capstone.ppc_const.PPC_INS_LWZU = 356
 
int capstone.ppc_const.PPC_INS_LWZUX = 357
 
int capstone.ppc_const.PPC_INS_LWZX = 358
 
int capstone.ppc_const.PPC_INS_LXSDX = 359
 
int capstone.ppc_const.PPC_INS_LXVD2X = 360
 
int capstone.ppc_const.PPC_INS_LXVDSX = 361
 
int capstone.ppc_const.PPC_INS_LXVW4X = 362
 
int capstone.ppc_const.PPC_INS_MBAR = 363
 
int capstone.ppc_const.PPC_INS_MCRF = 364
 
int capstone.ppc_const.PPC_INS_MCRFS = 365
 
int capstone.ppc_const.PPC_INS_MFCR = 366
 
int capstone.ppc_const.PPC_INS_MFCTR = 367
 
int capstone.ppc_const.PPC_INS_MFDCR = 368
 
int capstone.ppc_const.PPC_INS_MFFS = 369
 
int capstone.ppc_const.PPC_INS_MFLR = 370
 
int capstone.ppc_const.PPC_INS_MFMSR = 371
 
int capstone.ppc_const.PPC_INS_MFOCRF = 372
 
int capstone.ppc_const.PPC_INS_MFSPR = 373
 
int capstone.ppc_const.PPC_INS_MFSR = 374
 
int capstone.ppc_const.PPC_INS_MFSRIN = 375
 
int capstone.ppc_const.PPC_INS_MFTB = 376
 
int capstone.ppc_const.PPC_INS_MFVSCR = 377
 
int capstone.ppc_const.PPC_INS_MSYNC = 378
 
int capstone.ppc_const.PPC_INS_MTCRF = 379
 
int capstone.ppc_const.PPC_INS_MTCTR = 380
 
int capstone.ppc_const.PPC_INS_MTDCR = 381
 
int capstone.ppc_const.PPC_INS_MTFSB0 = 382
 
int capstone.ppc_const.PPC_INS_MTFSB1 = 383
 
int capstone.ppc_const.PPC_INS_MTFSF = 384
 
int capstone.ppc_const.PPC_INS_MTFSFI = 385
 
int capstone.ppc_const.PPC_INS_MTLR = 386
 
int capstone.ppc_const.PPC_INS_MTMSR = 387
 
int capstone.ppc_const.PPC_INS_MTMSRD = 388
 
int capstone.ppc_const.PPC_INS_MTOCRF = 389
 
int capstone.ppc_const.PPC_INS_MTSPR = 390
 
int capstone.ppc_const.PPC_INS_MTSR = 391
 
int capstone.ppc_const.PPC_INS_MTSRIN = 392
 
int capstone.ppc_const.PPC_INS_MTVSCR = 393
 
int capstone.ppc_const.PPC_INS_MULHD = 394
 
int capstone.ppc_const.PPC_INS_MULHDU = 395
 
int capstone.ppc_const.PPC_INS_MULHW = 396
 
int capstone.ppc_const.PPC_INS_MULHWU = 397
 
int capstone.ppc_const.PPC_INS_MULLD = 398
 
int capstone.ppc_const.PPC_INS_MULLI = 399
 
int capstone.ppc_const.PPC_INS_MULLW = 400
 
int capstone.ppc_const.PPC_INS_NAND = 401
 
int capstone.ppc_const.PPC_INS_NEG = 402
 
int capstone.ppc_const.PPC_INS_NOP = 403
 
int capstone.ppc_const.PPC_INS_ORI = 404
 
int capstone.ppc_const.PPC_INS_NOR = 405
 
int capstone.ppc_const.PPC_INS_OR = 406
 
int capstone.ppc_const.PPC_INS_ORC = 407
 
int capstone.ppc_const.PPC_INS_ORIS = 408
 
int capstone.ppc_const.PPC_INS_POPCNTD = 409
 
int capstone.ppc_const.PPC_INS_POPCNTW = 410
 
int capstone.ppc_const.PPC_INS_QVALIGNI = 411
 
int capstone.ppc_const.PPC_INS_QVESPLATI = 412
 
int capstone.ppc_const.PPC_INS_QVFABS = 413
 
int capstone.ppc_const.PPC_INS_QVFADD = 414
 
int capstone.ppc_const.PPC_INS_QVFADDS = 415
 
int capstone.ppc_const.PPC_INS_QVFCFID = 416
 
int capstone.ppc_const.PPC_INS_QVFCFIDS = 417
 
int capstone.ppc_const.PPC_INS_QVFCFIDU = 418
 
int capstone.ppc_const.PPC_INS_QVFCFIDUS = 419
 
int capstone.ppc_const.PPC_INS_QVFCMPEQ = 420
 
int capstone.ppc_const.PPC_INS_QVFCMPGT = 421
 
int capstone.ppc_const.PPC_INS_QVFCMPLT = 422
 
int capstone.ppc_const.PPC_INS_QVFCPSGN = 423
 
int capstone.ppc_const.PPC_INS_QVFCTID = 424
 
int capstone.ppc_const.PPC_INS_QVFCTIDU = 425
 
int capstone.ppc_const.PPC_INS_QVFCTIDUZ = 426
 
int capstone.ppc_const.PPC_INS_QVFCTIDZ = 427
 
int capstone.ppc_const.PPC_INS_QVFCTIW = 428
 
int capstone.ppc_const.PPC_INS_QVFCTIWU = 429
 
int capstone.ppc_const.PPC_INS_QVFCTIWUZ = 430
 
int capstone.ppc_const.PPC_INS_QVFCTIWZ = 431
 
int capstone.ppc_const.PPC_INS_QVFLOGICAL = 432
 
int capstone.ppc_const.PPC_INS_QVFMADD = 433
 
int capstone.ppc_const.PPC_INS_QVFMADDS = 434
 
int capstone.ppc_const.PPC_INS_QVFMR = 435
 
int capstone.ppc_const.PPC_INS_QVFMSUB = 436
 
int capstone.ppc_const.PPC_INS_QVFMSUBS = 437
 
int capstone.ppc_const.PPC_INS_QVFMUL = 438
 
int capstone.ppc_const.PPC_INS_QVFMULS = 439
 
int capstone.ppc_const.PPC_INS_QVFNABS = 440
 
int capstone.ppc_const.PPC_INS_QVFNEG = 441
 
int capstone.ppc_const.PPC_INS_QVFNMADD = 442
 
int capstone.ppc_const.PPC_INS_QVFNMADDS = 443
 
int capstone.ppc_const.PPC_INS_QVFNMSUB = 444
 
int capstone.ppc_const.PPC_INS_QVFNMSUBS = 445
 
int capstone.ppc_const.PPC_INS_QVFPERM = 446
 
int capstone.ppc_const.PPC_INS_QVFRE = 447
 
int capstone.ppc_const.PPC_INS_QVFRES = 448
 
int capstone.ppc_const.PPC_INS_QVFRIM = 449
 
int capstone.ppc_const.PPC_INS_QVFRIN = 450
 
int capstone.ppc_const.PPC_INS_QVFRIP = 451
 
int capstone.ppc_const.PPC_INS_QVFRIZ = 452
 
int capstone.ppc_const.PPC_INS_QVFRSP = 453
 
int capstone.ppc_const.PPC_INS_QVFRSQRTE = 454
 
int capstone.ppc_const.PPC_INS_QVFRSQRTES = 455
 
int capstone.ppc_const.PPC_INS_QVFSEL = 456
 
int capstone.ppc_const.PPC_INS_QVFSUB = 457
 
int capstone.ppc_const.PPC_INS_QVFSUBS = 458
 
int capstone.ppc_const.PPC_INS_QVFTSTNAN = 459
 
int capstone.ppc_const.PPC_INS_QVFXMADD = 460
 
int capstone.ppc_const.PPC_INS_QVFXMADDS = 461
 
int capstone.ppc_const.PPC_INS_QVFXMUL = 462
 
int capstone.ppc_const.PPC_INS_QVFXMULS = 463
 
int capstone.ppc_const.PPC_INS_QVFXXCPNMADD = 464
 
int capstone.ppc_const.PPC_INS_QVFXXCPNMADDS = 465
 
int capstone.ppc_const.PPC_INS_QVFXXMADD = 466
 
int capstone.ppc_const.PPC_INS_QVFXXMADDS = 467
 
int capstone.ppc_const.PPC_INS_QVFXXNPMADD = 468
 
int capstone.ppc_const.PPC_INS_QVFXXNPMADDS = 469
 
int capstone.ppc_const.PPC_INS_QVGPCI = 470
 
int capstone.ppc_const.PPC_INS_QVLFCDUX = 471
 
int capstone.ppc_const.PPC_INS_QVLFCDUXA = 472
 
int capstone.ppc_const.PPC_INS_QVLFCDX = 473
 
int capstone.ppc_const.PPC_INS_QVLFCDXA = 474
 
int capstone.ppc_const.PPC_INS_QVLFCSUX = 475
 
int capstone.ppc_const.PPC_INS_QVLFCSUXA = 476
 
int capstone.ppc_const.PPC_INS_QVLFCSX = 477
 
int capstone.ppc_const.PPC_INS_QVLFCSXA = 478
 
int capstone.ppc_const.PPC_INS_QVLFDUX = 479
 
int capstone.ppc_const.PPC_INS_QVLFDUXA = 480
 
int capstone.ppc_const.PPC_INS_QVLFDX = 481
 
int capstone.ppc_const.PPC_INS_QVLFDXA = 482
 
int capstone.ppc_const.PPC_INS_QVLFIWAX = 483
 
int capstone.ppc_const.PPC_INS_QVLFIWAXA = 484
 
int capstone.ppc_const.PPC_INS_QVLFIWZX = 485
 
int capstone.ppc_const.PPC_INS_QVLFIWZXA = 486
 
int capstone.ppc_const.PPC_INS_QVLFSUX = 487
 
int capstone.ppc_const.PPC_INS_QVLFSUXA = 488
 
int capstone.ppc_const.PPC_INS_QVLFSX = 489
 
int capstone.ppc_const.PPC_INS_QVLFSXA = 490
 
int capstone.ppc_const.PPC_INS_QVLPCLDX = 491
 
int capstone.ppc_const.PPC_INS_QVLPCLSX = 492
 
int capstone.ppc_const.PPC_INS_QVLPCRDX = 493
 
int capstone.ppc_const.PPC_INS_QVLPCRSX = 494
 
int capstone.ppc_const.PPC_INS_QVSTFCDUX = 495
 
int capstone.ppc_const.PPC_INS_QVSTFCDUXA = 496
 
int capstone.ppc_const.PPC_INS_QVSTFCDUXI = 497
 
int capstone.ppc_const.PPC_INS_QVSTFCDUXIA = 498
 
int capstone.ppc_const.PPC_INS_QVSTFCDX = 499
 
int capstone.ppc_const.PPC_INS_QVSTFCDXA = 500
 
int capstone.ppc_const.PPC_INS_QVSTFCDXI = 501
 
int capstone.ppc_const.PPC_INS_QVSTFCDXIA = 502
 
int capstone.ppc_const.PPC_INS_QVSTFCSUX = 503
 
int capstone.ppc_const.PPC_INS_QVSTFCSUXA = 504
 
int capstone.ppc_const.PPC_INS_QVSTFCSUXI = 505
 
int capstone.ppc_const.PPC_INS_QVSTFCSUXIA = 506
 
int capstone.ppc_const.PPC_INS_QVSTFCSX = 507
 
int capstone.ppc_const.PPC_INS_QVSTFCSXA = 508
 
int capstone.ppc_const.PPC_INS_QVSTFCSXI = 509
 
int capstone.ppc_const.PPC_INS_QVSTFCSXIA = 510
 
int capstone.ppc_const.PPC_INS_QVSTFDUX = 511
 
int capstone.ppc_const.PPC_INS_QVSTFDUXA = 512
 
int capstone.ppc_const.PPC_INS_QVSTFDUXI = 513
 
int capstone.ppc_const.PPC_INS_QVSTFDUXIA = 514
 
int capstone.ppc_const.PPC_INS_QVSTFDX = 515
 
int capstone.ppc_const.PPC_INS_QVSTFDXA = 516
 
int capstone.ppc_const.PPC_INS_QVSTFDXI = 517
 
int capstone.ppc_const.PPC_INS_QVSTFDXIA = 518
 
int capstone.ppc_const.PPC_INS_QVSTFIWX = 519
 
int capstone.ppc_const.PPC_INS_QVSTFIWXA = 520
 
int capstone.ppc_const.PPC_INS_QVSTFSUX = 521
 
int capstone.ppc_const.PPC_INS_QVSTFSUXA = 522
 
int capstone.ppc_const.PPC_INS_QVSTFSUXI = 523
 
int capstone.ppc_const.PPC_INS_QVSTFSUXIA = 524
 
int capstone.ppc_const.PPC_INS_QVSTFSX = 525
 
int capstone.ppc_const.PPC_INS_QVSTFSXA = 526
 
int capstone.ppc_const.PPC_INS_QVSTFSXI = 527
 
int capstone.ppc_const.PPC_INS_QVSTFSXIA = 528
 
int capstone.ppc_const.PPC_INS_RFCI = 529
 
int capstone.ppc_const.PPC_INS_RFDI = 530
 
int capstone.ppc_const.PPC_INS_RFI = 531
 
int capstone.ppc_const.PPC_INS_RFID = 532
 
int capstone.ppc_const.PPC_INS_RFMCI = 533
 
int capstone.ppc_const.PPC_INS_RLDCL = 534
 
int capstone.ppc_const.PPC_INS_RLDCR = 535
 
int capstone.ppc_const.PPC_INS_RLDIC = 536
 
int capstone.ppc_const.PPC_INS_RLDICL = 537
 
int capstone.ppc_const.PPC_INS_RLDICR = 538
 
int capstone.ppc_const.PPC_INS_RLDIMI = 539
 
int capstone.ppc_const.PPC_INS_RLWIMI = 540
 
int capstone.ppc_const.PPC_INS_RLWINM = 541
 
int capstone.ppc_const.PPC_INS_RLWNM = 542
 
int capstone.ppc_const.PPC_INS_SC = 543
 
int capstone.ppc_const.PPC_INS_SLBIA = 544
 
int capstone.ppc_const.PPC_INS_SLBIE = 545
 
int capstone.ppc_const.PPC_INS_SLBMFEE = 546
 
int capstone.ppc_const.PPC_INS_SLBMTE = 547
 
int capstone.ppc_const.PPC_INS_SLD = 548
 
int capstone.ppc_const.PPC_INS_SLW = 549
 
int capstone.ppc_const.PPC_INS_SRAD = 550
 
int capstone.ppc_const.PPC_INS_SRADI = 551
 
int capstone.ppc_const.PPC_INS_SRAW = 552
 
int capstone.ppc_const.PPC_INS_SRAWI = 553
 
int capstone.ppc_const.PPC_INS_SRD = 554
 
int capstone.ppc_const.PPC_INS_SRW = 555
 
int capstone.ppc_const.PPC_INS_STB = 556
 
int capstone.ppc_const.PPC_INS_STBCIX = 557
 
int capstone.ppc_const.PPC_INS_STBU = 558
 
int capstone.ppc_const.PPC_INS_STBUX = 559
 
int capstone.ppc_const.PPC_INS_STBX = 560
 
int capstone.ppc_const.PPC_INS_STD = 561
 
int capstone.ppc_const.PPC_INS_STDBRX = 562
 
int capstone.ppc_const.PPC_INS_STDCIX = 563
 
int capstone.ppc_const.PPC_INS_STDCX = 564
 
int capstone.ppc_const.PPC_INS_STDU = 565
 
int capstone.ppc_const.PPC_INS_STDUX = 566
 
int capstone.ppc_const.PPC_INS_STDX = 567
 
int capstone.ppc_const.PPC_INS_STFD = 568
 
int capstone.ppc_const.PPC_INS_STFDU = 569
 
int capstone.ppc_const.PPC_INS_STFDUX = 570
 
int capstone.ppc_const.PPC_INS_STFDX = 571
 
int capstone.ppc_const.PPC_INS_STFIWX = 572
 
int capstone.ppc_const.PPC_INS_STFS = 573
 
int capstone.ppc_const.PPC_INS_STFSU = 574
 
int capstone.ppc_const.PPC_INS_STFSUX = 575
 
int capstone.ppc_const.PPC_INS_STFSX = 576
 
int capstone.ppc_const.PPC_INS_STH = 577
 
int capstone.ppc_const.PPC_INS_STHBRX = 578
 
int capstone.ppc_const.PPC_INS_STHCIX = 579
 
int capstone.ppc_const.PPC_INS_STHU = 580
 
int capstone.ppc_const.PPC_INS_STHUX = 581
 
int capstone.ppc_const.PPC_INS_STHX = 582
 
int capstone.ppc_const.PPC_INS_STMW = 583
 
int capstone.ppc_const.PPC_INS_STSWI = 584
 
int capstone.ppc_const.PPC_INS_STVEBX = 585
 
int capstone.ppc_const.PPC_INS_STVEHX = 586
 
int capstone.ppc_const.PPC_INS_STVEWX = 587
 
int capstone.ppc_const.PPC_INS_STVX = 588
 
int capstone.ppc_const.PPC_INS_STVXL = 589
 
int capstone.ppc_const.PPC_INS_STW = 590
 
int capstone.ppc_const.PPC_INS_STWBRX = 591
 
int capstone.ppc_const.PPC_INS_STWCIX = 592
 
int capstone.ppc_const.PPC_INS_STWCX = 593
 
int capstone.ppc_const.PPC_INS_STWU = 594
 
int capstone.ppc_const.PPC_INS_STWUX = 595
 
int capstone.ppc_const.PPC_INS_STWX = 596
 
int capstone.ppc_const.PPC_INS_STXSDX = 597
 
int capstone.ppc_const.PPC_INS_STXVD2X = 598
 
int capstone.ppc_const.PPC_INS_STXVW4X = 599
 
int capstone.ppc_const.PPC_INS_SUBF = 600
 
int capstone.ppc_const.PPC_INS_SUBFC = 601
 
int capstone.ppc_const.PPC_INS_SUBFE = 602
 
int capstone.ppc_const.PPC_INS_SUBFIC = 603
 
int capstone.ppc_const.PPC_INS_SUBFME = 604
 
int capstone.ppc_const.PPC_INS_SUBFZE = 605
 
int capstone.ppc_const.PPC_INS_SYNC = 606
 
int capstone.ppc_const.PPC_INS_TD = 607
 
int capstone.ppc_const.PPC_INS_TDI = 608
 
int capstone.ppc_const.PPC_INS_TLBIA = 609
 
int capstone.ppc_const.PPC_INS_TLBIE = 610
 
int capstone.ppc_const.PPC_INS_TLBIEL = 611
 
int capstone.ppc_const.PPC_INS_TLBIVAX = 612
 
int capstone.ppc_const.PPC_INS_TLBLD = 613
 
int capstone.ppc_const.PPC_INS_TLBLI = 614
 
int capstone.ppc_const.PPC_INS_TLBRE = 615
 
int capstone.ppc_const.PPC_INS_TLBSX = 616
 
int capstone.ppc_const.PPC_INS_TLBSYNC = 617
 
int capstone.ppc_const.PPC_INS_TLBWE = 618
 
int capstone.ppc_const.PPC_INS_TRAP = 619
 
int capstone.ppc_const.PPC_INS_TW = 620
 
int capstone.ppc_const.PPC_INS_TWI = 621
 
int capstone.ppc_const.PPC_INS_VADDCUW = 622
 
int capstone.ppc_const.PPC_INS_VADDFP = 623
 
int capstone.ppc_const.PPC_INS_VADDSBS = 624
 
int capstone.ppc_const.PPC_INS_VADDSHS = 625
 
int capstone.ppc_const.PPC_INS_VADDSWS = 626
 
int capstone.ppc_const.PPC_INS_VADDUBM = 627
 
int capstone.ppc_const.PPC_INS_VADDUBS = 628
 
int capstone.ppc_const.PPC_INS_VADDUDM = 629
 
int capstone.ppc_const.PPC_INS_VADDUHM = 630
 
int capstone.ppc_const.PPC_INS_VADDUHS = 631
 
int capstone.ppc_const.PPC_INS_VADDUWM = 632
 
int capstone.ppc_const.PPC_INS_VADDUWS = 633
 
int capstone.ppc_const.PPC_INS_VAND = 634
 
int capstone.ppc_const.PPC_INS_VANDC = 635
 
int capstone.ppc_const.PPC_INS_VAVGSB = 636
 
int capstone.ppc_const.PPC_INS_VAVGSH = 637
 
int capstone.ppc_const.PPC_INS_VAVGSW = 638
 
int capstone.ppc_const.PPC_INS_VAVGUB = 639
 
int capstone.ppc_const.PPC_INS_VAVGUH = 640
 
int capstone.ppc_const.PPC_INS_VAVGUW = 641
 
int capstone.ppc_const.PPC_INS_VCFSX = 642
 
int capstone.ppc_const.PPC_INS_VCFUX = 643
 
int capstone.ppc_const.PPC_INS_VCLZB = 644
 
int capstone.ppc_const.PPC_INS_VCLZD = 645
 
int capstone.ppc_const.PPC_INS_VCLZH = 646
 
int capstone.ppc_const.PPC_INS_VCLZW = 647
 
int capstone.ppc_const.PPC_INS_VCMPBFP = 648
 
int capstone.ppc_const.PPC_INS_VCMPEQFP = 649
 
int capstone.ppc_const.PPC_INS_VCMPEQUB = 650
 
int capstone.ppc_const.PPC_INS_VCMPEQUD = 651
 
int capstone.ppc_const.PPC_INS_VCMPEQUH = 652
 
int capstone.ppc_const.PPC_INS_VCMPEQUW = 653
 
int capstone.ppc_const.PPC_INS_VCMPGEFP = 654
 
int capstone.ppc_const.PPC_INS_VCMPGTFP = 655
 
int capstone.ppc_const.PPC_INS_VCMPGTSB = 656
 
int capstone.ppc_const.PPC_INS_VCMPGTSD = 657
 
int capstone.ppc_const.PPC_INS_VCMPGTSH = 658
 
int capstone.ppc_const.PPC_INS_VCMPGTSW = 659
 
int capstone.ppc_const.PPC_INS_VCMPGTUB = 660
 
int capstone.ppc_const.PPC_INS_VCMPGTUD = 661
 
int capstone.ppc_const.PPC_INS_VCMPGTUH = 662
 
int capstone.ppc_const.PPC_INS_VCMPGTUW = 663
 
int capstone.ppc_const.PPC_INS_VCTSXS = 664
 
int capstone.ppc_const.PPC_INS_VCTUXS = 665
 
int capstone.ppc_const.PPC_INS_VEQV = 666
 
int capstone.ppc_const.PPC_INS_VEXPTEFP = 667
 
int capstone.ppc_const.PPC_INS_VLOGEFP = 668
 
int capstone.ppc_const.PPC_INS_VMADDFP = 669
 
int capstone.ppc_const.PPC_INS_VMAXFP = 670
 
int capstone.ppc_const.PPC_INS_VMAXSB = 671
 
int capstone.ppc_const.PPC_INS_VMAXSD = 672
 
int capstone.ppc_const.PPC_INS_VMAXSH = 673
 
int capstone.ppc_const.PPC_INS_VMAXSW = 674
 
int capstone.ppc_const.PPC_INS_VMAXUB = 675
 
int capstone.ppc_const.PPC_INS_VMAXUD = 676
 
int capstone.ppc_const.PPC_INS_VMAXUH = 677
 
int capstone.ppc_const.PPC_INS_VMAXUW = 678
 
int capstone.ppc_const.PPC_INS_VMHADDSHS = 679
 
int capstone.ppc_const.PPC_INS_VMHRADDSHS = 680
 
int capstone.ppc_const.PPC_INS_VMINUD = 681
 
int capstone.ppc_const.PPC_INS_VMINFP = 682
 
int capstone.ppc_const.PPC_INS_VMINSB = 683
 
int capstone.ppc_const.PPC_INS_VMINSD = 684
 
int capstone.ppc_const.PPC_INS_VMINSH = 685
 
int capstone.ppc_const.PPC_INS_VMINSW = 686
 
int capstone.ppc_const.PPC_INS_VMINUB = 687
 
int capstone.ppc_const.PPC_INS_VMINUH = 688
 
int capstone.ppc_const.PPC_INS_VMINUW = 689
 
int capstone.ppc_const.PPC_INS_VMLADDUHM = 690
 
int capstone.ppc_const.PPC_INS_VMRGHB = 691
 
int capstone.ppc_const.PPC_INS_VMRGHH = 692
 
int capstone.ppc_const.PPC_INS_VMRGHW = 693
 
int capstone.ppc_const.PPC_INS_VMRGLB = 694
 
int capstone.ppc_const.PPC_INS_VMRGLH = 695
 
int capstone.ppc_const.PPC_INS_VMRGLW = 696
 
int capstone.ppc_const.PPC_INS_VMSUMMBM = 697
 
int capstone.ppc_const.PPC_INS_VMSUMSHM = 698
 
int capstone.ppc_const.PPC_INS_VMSUMSHS = 699
 
int capstone.ppc_const.PPC_INS_VMSUMUBM = 700
 
int capstone.ppc_const.PPC_INS_VMSUMUHM = 701
 
int capstone.ppc_const.PPC_INS_VMSUMUHS = 702
 
int capstone.ppc_const.PPC_INS_VMULESB = 703
 
int capstone.ppc_const.PPC_INS_VMULESH = 704
 
int capstone.ppc_const.PPC_INS_VMULESW = 705
 
int capstone.ppc_const.PPC_INS_VMULEUB = 706
 
int capstone.ppc_const.PPC_INS_VMULEUH = 707
 
int capstone.ppc_const.PPC_INS_VMULEUW = 708
 
int capstone.ppc_const.PPC_INS_VMULOSB = 709
 
int capstone.ppc_const.PPC_INS_VMULOSH = 710
 
int capstone.ppc_const.PPC_INS_VMULOSW = 711
 
int capstone.ppc_const.PPC_INS_VMULOUB = 712
 
int capstone.ppc_const.PPC_INS_VMULOUH = 713
 
int capstone.ppc_const.PPC_INS_VMULOUW = 714
 
int capstone.ppc_const.PPC_INS_VMULUWM = 715
 
int capstone.ppc_const.PPC_INS_VNAND = 716
 
int capstone.ppc_const.PPC_INS_VNMSUBFP = 717
 
int capstone.ppc_const.PPC_INS_VNOR = 718
 
int capstone.ppc_const.PPC_INS_VOR = 719
 
int capstone.ppc_const.PPC_INS_VORC = 720
 
int capstone.ppc_const.PPC_INS_VPERM = 721
 
int capstone.ppc_const.PPC_INS_VPKPX = 722
 
int capstone.ppc_const.PPC_INS_VPKSHSS = 723
 
int capstone.ppc_const.PPC_INS_VPKSHUS = 724
 
int capstone.ppc_const.PPC_INS_VPKSWSS = 725
 
int capstone.ppc_const.PPC_INS_VPKSWUS = 726
 
int capstone.ppc_const.PPC_INS_VPKUHUM = 727
 
int capstone.ppc_const.PPC_INS_VPKUHUS = 728
 
int capstone.ppc_const.PPC_INS_VPKUWUM = 729
 
int capstone.ppc_const.PPC_INS_VPKUWUS = 730
 
int capstone.ppc_const.PPC_INS_VPOPCNTB = 731
 
int capstone.ppc_const.PPC_INS_VPOPCNTD = 732
 
int capstone.ppc_const.PPC_INS_VPOPCNTH = 733
 
int capstone.ppc_const.PPC_INS_VPOPCNTW = 734
 
int capstone.ppc_const.PPC_INS_VREFP = 735
 
int capstone.ppc_const.PPC_INS_VRFIM = 736
 
int capstone.ppc_const.PPC_INS_VRFIN = 737
 
int capstone.ppc_const.PPC_INS_VRFIP = 738
 
int capstone.ppc_const.PPC_INS_VRFIZ = 739
 
int capstone.ppc_const.PPC_INS_VRLB = 740
 
int capstone.ppc_const.PPC_INS_VRLD = 741
 
int capstone.ppc_const.PPC_INS_VRLH = 742
 
int capstone.ppc_const.PPC_INS_VRLW = 743
 
int capstone.ppc_const.PPC_INS_VRSQRTEFP = 744
 
int capstone.ppc_const.PPC_INS_VSEL = 745
 
int capstone.ppc_const.PPC_INS_VSL = 746
 
int capstone.ppc_const.PPC_INS_VSLB = 747
 
int capstone.ppc_const.PPC_INS_VSLD = 748
 
int capstone.ppc_const.PPC_INS_VSLDOI = 749
 
int capstone.ppc_const.PPC_INS_VSLH = 750
 
int capstone.ppc_const.PPC_INS_VSLO = 751
 
int capstone.ppc_const.PPC_INS_VSLW = 752
 
int capstone.ppc_const.PPC_INS_VSPLTB = 753
 
int capstone.ppc_const.PPC_INS_VSPLTH = 754
 
int capstone.ppc_const.PPC_INS_VSPLTISB = 755
 
int capstone.ppc_const.PPC_INS_VSPLTISH = 756
 
int capstone.ppc_const.PPC_INS_VSPLTISW = 757
 
int capstone.ppc_const.PPC_INS_VSPLTW = 758
 
int capstone.ppc_const.PPC_INS_VSR = 759
 
int capstone.ppc_const.PPC_INS_VSRAB = 760
 
int capstone.ppc_const.PPC_INS_VSRAD = 761
 
int capstone.ppc_const.PPC_INS_VSRAH = 762
 
int capstone.ppc_const.PPC_INS_VSRAW = 763
 
int capstone.ppc_const.PPC_INS_VSRB = 764
 
int capstone.ppc_const.PPC_INS_VSRD = 765
 
int capstone.ppc_const.PPC_INS_VSRH = 766
 
int capstone.ppc_const.PPC_INS_VSRO = 767
 
int capstone.ppc_const.PPC_INS_VSRW = 768
 
int capstone.ppc_const.PPC_INS_VSUBCUW = 769
 
int capstone.ppc_const.PPC_INS_VSUBFP = 770
 
int capstone.ppc_const.PPC_INS_VSUBSBS = 771
 
int capstone.ppc_const.PPC_INS_VSUBSHS = 772
 
int capstone.ppc_const.PPC_INS_VSUBSWS = 773
 
int capstone.ppc_const.PPC_INS_VSUBUBM = 774
 
int capstone.ppc_const.PPC_INS_VSUBUBS = 775
 
int capstone.ppc_const.PPC_INS_VSUBUDM = 776
 
int capstone.ppc_const.PPC_INS_VSUBUHM = 777
 
int capstone.ppc_const.PPC_INS_VSUBUHS = 778
 
int capstone.ppc_const.PPC_INS_VSUBUWM = 779
 
int capstone.ppc_const.PPC_INS_VSUBUWS = 780
 
int capstone.ppc_const.PPC_INS_VSUM2SWS = 781
 
int capstone.ppc_const.PPC_INS_VSUM4SBS = 782
 
int capstone.ppc_const.PPC_INS_VSUM4SHS = 783
 
int capstone.ppc_const.PPC_INS_VSUM4UBS = 784
 
int capstone.ppc_const.PPC_INS_VSUMSWS = 785
 
int capstone.ppc_const.PPC_INS_VUPKHPX = 786
 
int capstone.ppc_const.PPC_INS_VUPKHSB = 787
 
int capstone.ppc_const.PPC_INS_VUPKHSH = 788
 
int capstone.ppc_const.PPC_INS_VUPKLPX = 789
 
int capstone.ppc_const.PPC_INS_VUPKLSB = 790
 
int capstone.ppc_const.PPC_INS_VUPKLSH = 791
 
int capstone.ppc_const.PPC_INS_VXOR = 792
 
int capstone.ppc_const.PPC_INS_WAIT = 793
 
int capstone.ppc_const.PPC_INS_WRTEE = 794
 
int capstone.ppc_const.PPC_INS_WRTEEI = 795
 
int capstone.ppc_const.PPC_INS_XOR = 796
 
int capstone.ppc_const.PPC_INS_XORI = 797
 
int capstone.ppc_const.PPC_INS_XORIS = 798
 
int capstone.ppc_const.PPC_INS_XSABSDP = 799
 
int capstone.ppc_const.PPC_INS_XSADDDP = 800
 
int capstone.ppc_const.PPC_INS_XSCMPODP = 801
 
int capstone.ppc_const.PPC_INS_XSCMPUDP = 802
 
int capstone.ppc_const.PPC_INS_XSCPSGNDP = 803
 
int capstone.ppc_const.PPC_INS_XSCVDPSP = 804
 
int capstone.ppc_const.PPC_INS_XSCVDPSXDS = 805
 
int capstone.ppc_const.PPC_INS_XSCVDPSXWS = 806
 
int capstone.ppc_const.PPC_INS_XSCVDPUXDS = 807
 
int capstone.ppc_const.PPC_INS_XSCVDPUXWS = 808
 
int capstone.ppc_const.PPC_INS_XSCVSPDP = 809
 
int capstone.ppc_const.PPC_INS_XSCVSXDDP = 810
 
int capstone.ppc_const.PPC_INS_XSCVUXDDP = 811
 
int capstone.ppc_const.PPC_INS_XSDIVDP = 812
 
int capstone.ppc_const.PPC_INS_XSMADDADP = 813
 
int capstone.ppc_const.PPC_INS_XSMADDMDP = 814
 
int capstone.ppc_const.PPC_INS_XSMAXDP = 815
 
int capstone.ppc_const.PPC_INS_XSMINDP = 816
 
int capstone.ppc_const.PPC_INS_XSMSUBADP = 817
 
int capstone.ppc_const.PPC_INS_XSMSUBMDP = 818
 
int capstone.ppc_const.PPC_INS_XSMULDP = 819
 
int capstone.ppc_const.PPC_INS_XSNABSDP = 820
 
int capstone.ppc_const.PPC_INS_XSNEGDP = 821
 
int capstone.ppc_const.PPC_INS_XSNMADDADP = 822
 
int capstone.ppc_const.PPC_INS_XSNMADDMDP = 823
 
int capstone.ppc_const.PPC_INS_XSNMSUBADP = 824
 
int capstone.ppc_const.PPC_INS_XSNMSUBMDP = 825
 
int capstone.ppc_const.PPC_INS_XSRDPI = 826
 
int capstone.ppc_const.PPC_INS_XSRDPIC = 827
 
int capstone.ppc_const.PPC_INS_XSRDPIM = 828
 
int capstone.ppc_const.PPC_INS_XSRDPIP = 829
 
int capstone.ppc_const.PPC_INS_XSRDPIZ = 830
 
int capstone.ppc_const.PPC_INS_XSREDP = 831
 
int capstone.ppc_const.PPC_INS_XSRSQRTEDP = 832
 
int capstone.ppc_const.PPC_INS_XSSQRTDP = 833
 
int capstone.ppc_const.PPC_INS_XSSUBDP = 834
 
int capstone.ppc_const.PPC_INS_XSTDIVDP = 835
 
int capstone.ppc_const.PPC_INS_XSTSQRTDP = 836
 
int capstone.ppc_const.PPC_INS_XVABSDP = 837
 
int capstone.ppc_const.PPC_INS_XVABSSP = 838
 
int capstone.ppc_const.PPC_INS_XVADDDP = 839
 
int capstone.ppc_const.PPC_INS_XVADDSP = 840
 
int capstone.ppc_const.PPC_INS_XVCMPEQDP = 841
 
int capstone.ppc_const.PPC_INS_XVCMPEQSP = 842
 
int capstone.ppc_const.PPC_INS_XVCMPGEDP = 843
 
int capstone.ppc_const.PPC_INS_XVCMPGESP = 844
 
int capstone.ppc_const.PPC_INS_XVCMPGTDP = 845
 
int capstone.ppc_const.PPC_INS_XVCMPGTSP = 846
 
int capstone.ppc_const.PPC_INS_XVCPSGNDP = 847
 
int capstone.ppc_const.PPC_INS_XVCPSGNSP = 848
 
int capstone.ppc_const.PPC_INS_XVCVDPSP = 849
 
int capstone.ppc_const.PPC_INS_XVCVDPSXDS = 850
 
int capstone.ppc_const.PPC_INS_XVCVDPSXWS = 851
 
int capstone.ppc_const.PPC_INS_XVCVDPUXDS = 852
 
int capstone.ppc_const.PPC_INS_XVCVDPUXWS = 853
 
int capstone.ppc_const.PPC_INS_XVCVSPDP = 854
 
int capstone.ppc_const.PPC_INS_XVCVSPSXDS = 855
 
int capstone.ppc_const.PPC_INS_XVCVSPSXWS = 856
 
int capstone.ppc_const.PPC_INS_XVCVSPUXDS = 857
 
int capstone.ppc_const.PPC_INS_XVCVSPUXWS = 858
 
int capstone.ppc_const.PPC_INS_XVCVSXDDP = 859
 
int capstone.ppc_const.PPC_INS_XVCVSXDSP = 860
 
int capstone.ppc_const.PPC_INS_XVCVSXWDP = 861
 
int capstone.ppc_const.PPC_INS_XVCVSXWSP = 862
 
int capstone.ppc_const.PPC_INS_XVCVUXDDP = 863
 
int capstone.ppc_const.PPC_INS_XVCVUXDSP = 864
 
int capstone.ppc_const.PPC_INS_XVCVUXWDP = 865
 
int capstone.ppc_const.PPC_INS_XVCVUXWSP = 866
 
int capstone.ppc_const.PPC_INS_XVDIVDP = 867
 
int capstone.ppc_const.PPC_INS_XVDIVSP = 868
 
int capstone.ppc_const.PPC_INS_XVMADDADP = 869
 
int capstone.ppc_const.PPC_INS_XVMADDASP = 870
 
int capstone.ppc_const.PPC_INS_XVMADDMDP = 871
 
int capstone.ppc_const.PPC_INS_XVMADDMSP = 872
 
int capstone.ppc_const.PPC_INS_XVMAXDP = 873
 
int capstone.ppc_const.PPC_INS_XVMAXSP = 874
 
int capstone.ppc_const.PPC_INS_XVMINDP = 875
 
int capstone.ppc_const.PPC_INS_XVMINSP = 876
 
int capstone.ppc_const.PPC_INS_XVMSUBADP = 877
 
int capstone.ppc_const.PPC_INS_XVMSUBASP = 878
 
int capstone.ppc_const.PPC_INS_XVMSUBMDP = 879
 
int capstone.ppc_const.PPC_INS_XVMSUBMSP = 880
 
int capstone.ppc_const.PPC_INS_XVMULDP = 881
 
int capstone.ppc_const.PPC_INS_XVMULSP = 882
 
int capstone.ppc_const.PPC_INS_XVNABSDP = 883
 
int capstone.ppc_const.PPC_INS_XVNABSSP = 884
 
int capstone.ppc_const.PPC_INS_XVNEGDP = 885
 
int capstone.ppc_const.PPC_INS_XVNEGSP = 886
 
int capstone.ppc_const.PPC_INS_XVNMADDADP = 887
 
int capstone.ppc_const.PPC_INS_XVNMADDASP = 888
 
int capstone.ppc_const.PPC_INS_XVNMADDMDP = 889
 
int capstone.ppc_const.PPC_INS_XVNMADDMSP = 890
 
int capstone.ppc_const.PPC_INS_XVNMSUBADP = 891
 
int capstone.ppc_const.PPC_INS_XVNMSUBASP = 892
 
int capstone.ppc_const.PPC_INS_XVNMSUBMDP = 893
 
int capstone.ppc_const.PPC_INS_XVNMSUBMSP = 894
 
int capstone.ppc_const.PPC_INS_XVRDPI = 895
 
int capstone.ppc_const.PPC_INS_XVRDPIC = 896
 
int capstone.ppc_const.PPC_INS_XVRDPIM = 897
 
int capstone.ppc_const.PPC_INS_XVRDPIP = 898
 
int capstone.ppc_const.PPC_INS_XVRDPIZ = 899
 
int capstone.ppc_const.PPC_INS_XVREDP = 900
 
int capstone.ppc_const.PPC_INS_XVRESP = 901
 
int capstone.ppc_const.PPC_INS_XVRSPI = 902
 
int capstone.ppc_const.PPC_INS_XVRSPIC = 903
 
int capstone.ppc_const.PPC_INS_XVRSPIM = 904
 
int capstone.ppc_const.PPC_INS_XVRSPIP = 905
 
int capstone.ppc_const.PPC_INS_XVRSPIZ = 906
 
int capstone.ppc_const.PPC_INS_XVRSQRTEDP = 907
 
int capstone.ppc_const.PPC_INS_XVRSQRTESP = 908
 
int capstone.ppc_const.PPC_INS_XVSQRTDP = 909
 
int capstone.ppc_const.PPC_INS_XVSQRTSP = 910
 
int capstone.ppc_const.PPC_INS_XVSUBDP = 911
 
int capstone.ppc_const.PPC_INS_XVSUBSP = 912
 
int capstone.ppc_const.PPC_INS_XVTDIVDP = 913
 
int capstone.ppc_const.PPC_INS_XVTDIVSP = 914
 
int capstone.ppc_const.PPC_INS_XVTSQRTDP = 915
 
int capstone.ppc_const.PPC_INS_XVTSQRTSP = 916
 
int capstone.ppc_const.PPC_INS_XXLAND = 917
 
int capstone.ppc_const.PPC_INS_XXLANDC = 918
 
int capstone.ppc_const.PPC_INS_XXLEQV = 919
 
int capstone.ppc_const.PPC_INS_XXLNAND = 920
 
int capstone.ppc_const.PPC_INS_XXLNOR = 921
 
int capstone.ppc_const.PPC_INS_XXLOR = 922
 
int capstone.ppc_const.PPC_INS_XXLORC = 923
 
int capstone.ppc_const.PPC_INS_XXLXOR = 924
 
int capstone.ppc_const.PPC_INS_XXMRGHW = 925
 
int capstone.ppc_const.PPC_INS_XXMRGLW = 926
 
int capstone.ppc_const.PPC_INS_XXPERMDI = 927
 
int capstone.ppc_const.PPC_INS_XXSEL = 928
 
int capstone.ppc_const.PPC_INS_XXSLDWI = 929
 
int capstone.ppc_const.PPC_INS_XXSPLTW = 930
 
int capstone.ppc_const.PPC_INS_BCA = 931
 
int capstone.ppc_const.PPC_INS_BCLA = 932
 
int capstone.ppc_const.PPC_INS_SLWI = 933
 
int capstone.ppc_const.PPC_INS_SRWI = 934
 
int capstone.ppc_const.PPC_INS_SLDI = 935
 
int capstone.ppc_const.PPC_INS_BTA = 936
 
int capstone.ppc_const.PPC_INS_CRSET = 937
 
int capstone.ppc_const.PPC_INS_CRNOT = 938
 
int capstone.ppc_const.PPC_INS_CRMOVE = 939
 
int capstone.ppc_const.PPC_INS_CRCLR = 940
 
int capstone.ppc_const.PPC_INS_MFBR0 = 941
 
int capstone.ppc_const.PPC_INS_MFBR1 = 942
 
int capstone.ppc_const.PPC_INS_MFBR2 = 943
 
int capstone.ppc_const.PPC_INS_MFBR3 = 944
 
int capstone.ppc_const.PPC_INS_MFBR4 = 945
 
int capstone.ppc_const.PPC_INS_MFBR5 = 946
 
int capstone.ppc_const.PPC_INS_MFBR6 = 947
 
int capstone.ppc_const.PPC_INS_MFBR7 = 948
 
int capstone.ppc_const.PPC_INS_MFXER = 949
 
int capstone.ppc_const.PPC_INS_MFRTCU = 950
 
int capstone.ppc_const.PPC_INS_MFRTCL = 951
 
int capstone.ppc_const.PPC_INS_MFDSCR = 952
 
int capstone.ppc_const.PPC_INS_MFDSISR = 953
 
int capstone.ppc_const.PPC_INS_MFDAR = 954
 
int capstone.ppc_const.PPC_INS_MFSRR2 = 955
 
int capstone.ppc_const.PPC_INS_MFSRR3 = 956
 
int capstone.ppc_const.PPC_INS_MFCFAR = 957
 
int capstone.ppc_const.PPC_INS_MFAMR = 958
 
int capstone.ppc_const.PPC_INS_MFPID = 959
 
int capstone.ppc_const.PPC_INS_MFTBLO = 960
 
int capstone.ppc_const.PPC_INS_MFTBHI = 961
 
int capstone.ppc_const.PPC_INS_MFDBATU = 962
 
int capstone.ppc_const.PPC_INS_MFDBATL = 963
 
int capstone.ppc_const.PPC_INS_MFIBATU = 964
 
int capstone.ppc_const.PPC_INS_MFIBATL = 965
 
int capstone.ppc_const.PPC_INS_MFDCCR = 966
 
int capstone.ppc_const.PPC_INS_MFICCR = 967
 
int capstone.ppc_const.PPC_INS_MFDEAR = 968
 
int capstone.ppc_const.PPC_INS_MFESR = 969
 
int capstone.ppc_const.PPC_INS_MFSPEFSCR = 970
 
int capstone.ppc_const.PPC_INS_MFTCR = 971
 
int capstone.ppc_const.PPC_INS_MFASR = 972
 
int capstone.ppc_const.PPC_INS_MFPVR = 973
 
int capstone.ppc_const.PPC_INS_MFTBU = 974
 
int capstone.ppc_const.PPC_INS_MTCR = 975
 
int capstone.ppc_const.PPC_INS_MTBR0 = 976
 
int capstone.ppc_const.PPC_INS_MTBR1 = 977
 
int capstone.ppc_const.PPC_INS_MTBR2 = 978
 
int capstone.ppc_const.PPC_INS_MTBR3 = 979
 
int capstone.ppc_const.PPC_INS_MTBR4 = 980
 
int capstone.ppc_const.PPC_INS_MTBR5 = 981
 
int capstone.ppc_const.PPC_INS_MTBR6 = 982
 
int capstone.ppc_const.PPC_INS_MTBR7 = 983
 
int capstone.ppc_const.PPC_INS_MTXER = 984
 
int capstone.ppc_const.PPC_INS_MTDSCR = 985
 
int capstone.ppc_const.PPC_INS_MTDSISR = 986
 
int capstone.ppc_const.PPC_INS_MTDAR = 987
 
int capstone.ppc_const.PPC_INS_MTSRR2 = 988
 
int capstone.ppc_const.PPC_INS_MTSRR3 = 989
 
int capstone.ppc_const.PPC_INS_MTCFAR = 990
 
int capstone.ppc_const.PPC_INS_MTAMR = 991
 
int capstone.ppc_const.PPC_INS_MTPID = 992
 
int capstone.ppc_const.PPC_INS_MTTBL = 993
 
int capstone.ppc_const.PPC_INS_MTTBU = 994
 
int capstone.ppc_const.PPC_INS_MTTBLO = 995
 
int capstone.ppc_const.PPC_INS_MTTBHI = 996
 
int capstone.ppc_const.PPC_INS_MTDBATU = 997
 
int capstone.ppc_const.PPC_INS_MTDBATL = 998
 
int capstone.ppc_const.PPC_INS_MTIBATU = 999
 
int capstone.ppc_const.PPC_INS_MTIBATL = 1000
 
int capstone.ppc_const.PPC_INS_MTDCCR = 1001
 
int capstone.ppc_const.PPC_INS_MTICCR = 1002
 
int capstone.ppc_const.PPC_INS_MTDEAR = 1003
 
int capstone.ppc_const.PPC_INS_MTESR = 1004
 
int capstone.ppc_const.PPC_INS_MTSPEFSCR = 1005
 
int capstone.ppc_const.PPC_INS_MTTCR = 1006
 
int capstone.ppc_const.PPC_INS_NOT = 1007
 
int capstone.ppc_const.PPC_INS_MR = 1008
 
int capstone.ppc_const.PPC_INS_ROTLD = 1009
 
int capstone.ppc_const.PPC_INS_ROTLDI = 1010
 
int capstone.ppc_const.PPC_INS_CLRLDI = 1011
 
int capstone.ppc_const.PPC_INS_ROTLWI = 1012
 
int capstone.ppc_const.PPC_INS_CLRLWI = 1013
 
int capstone.ppc_const.PPC_INS_ROTLW = 1014
 
int capstone.ppc_const.PPC_INS_SUB = 1015
 
int capstone.ppc_const.PPC_INS_SUBC = 1016
 
int capstone.ppc_const.PPC_INS_LWSYNC = 1017
 
int capstone.ppc_const.PPC_INS_PTESYNC = 1018
 
int capstone.ppc_const.PPC_INS_TDLT = 1019
 
int capstone.ppc_const.PPC_INS_TDEQ = 1020
 
int capstone.ppc_const.PPC_INS_TDGT = 1021
 
int capstone.ppc_const.PPC_INS_TDNE = 1022
 
int capstone.ppc_const.PPC_INS_TDLLT = 1023
 
int capstone.ppc_const.PPC_INS_TDLGT = 1024
 
int capstone.ppc_const.PPC_INS_TDU = 1025
 
int capstone.ppc_const.PPC_INS_TDLTI = 1026
 
int capstone.ppc_const.PPC_INS_TDEQI = 1027
 
int capstone.ppc_const.PPC_INS_TDGTI = 1028
 
int capstone.ppc_const.PPC_INS_TDNEI = 1029
 
int capstone.ppc_const.PPC_INS_TDLLTI = 1030
 
int capstone.ppc_const.PPC_INS_TDLGTI = 1031
 
int capstone.ppc_const.PPC_INS_TDUI = 1032
 
int capstone.ppc_const.PPC_INS_TLBREHI = 1033
 
int capstone.ppc_const.PPC_INS_TLBRELO = 1034
 
int capstone.ppc_const.PPC_INS_TLBWEHI = 1035
 
int capstone.ppc_const.PPC_INS_TLBWELO = 1036
 
int capstone.ppc_const.PPC_INS_TWLT = 1037
 
int capstone.ppc_const.PPC_INS_TWEQ = 1038
 
int capstone.ppc_const.PPC_INS_TWGT = 1039
 
int capstone.ppc_const.PPC_INS_TWNE = 1040
 
int capstone.ppc_const.PPC_INS_TWLLT = 1041
 
int capstone.ppc_const.PPC_INS_TWLGT = 1042
 
int capstone.ppc_const.PPC_INS_TWU = 1043
 
int capstone.ppc_const.PPC_INS_TWLTI = 1044
 
int capstone.ppc_const.PPC_INS_TWEQI = 1045
 
int capstone.ppc_const.PPC_INS_TWGTI = 1046
 
int capstone.ppc_const.PPC_INS_TWNEI = 1047
 
int capstone.ppc_const.PPC_INS_TWLLTI = 1048
 
int capstone.ppc_const.PPC_INS_TWLGTI = 1049
 
int capstone.ppc_const.PPC_INS_TWUI = 1050
 
int capstone.ppc_const.PPC_INS_WAITRSV = 1051
 
int capstone.ppc_const.PPC_INS_WAITIMPL = 1052
 
int capstone.ppc_const.PPC_INS_XNOP = 1053
 
int capstone.ppc_const.PPC_INS_XVMOVDP = 1054
 
int capstone.ppc_const.PPC_INS_XVMOVSP = 1055
 
int capstone.ppc_const.PPC_INS_XXSPLTD = 1056
 
int capstone.ppc_const.PPC_INS_XXMRGHD = 1057
 
int capstone.ppc_const.PPC_INS_XXMRGLD = 1058
 
int capstone.ppc_const.PPC_INS_XXSWAPD = 1059
 
int capstone.ppc_const.PPC_INS_BT = 1060
 
int capstone.ppc_const.PPC_INS_BF = 1061
 
int capstone.ppc_const.PPC_INS_BDNZT = 1062
 
int capstone.ppc_const.PPC_INS_BDNZF = 1063
 
int capstone.ppc_const.PPC_INS_BDZF = 1064
 
int capstone.ppc_const.PPC_INS_BDZT = 1065
 
int capstone.ppc_const.PPC_INS_BFA = 1066
 
int capstone.ppc_const.PPC_INS_BDNZTA = 1067
 
int capstone.ppc_const.PPC_INS_BDNZFA = 1068
 
int capstone.ppc_const.PPC_INS_BDZTA = 1069
 
int capstone.ppc_const.PPC_INS_BDZFA = 1070
 
int capstone.ppc_const.PPC_INS_BTCTR = 1071
 
int capstone.ppc_const.PPC_INS_BFCTR = 1072
 
int capstone.ppc_const.PPC_INS_BTCTRL = 1073
 
int capstone.ppc_const.PPC_INS_BFCTRL = 1074
 
int capstone.ppc_const.PPC_INS_BTL = 1075
 
int capstone.ppc_const.PPC_INS_BFL = 1076
 
int capstone.ppc_const.PPC_INS_BDNZTL = 1077
 
int capstone.ppc_const.PPC_INS_BDNZFL = 1078
 
int capstone.ppc_const.PPC_INS_BDZTL = 1079
 
int capstone.ppc_const.PPC_INS_BDZFL = 1080
 
int capstone.ppc_const.PPC_INS_BTLA = 1081
 
int capstone.ppc_const.PPC_INS_BFLA = 1082
 
int capstone.ppc_const.PPC_INS_BDNZTLA = 1083
 
int capstone.ppc_const.PPC_INS_BDNZFLA = 1084
 
int capstone.ppc_const.PPC_INS_BDZTLA = 1085
 
int capstone.ppc_const.PPC_INS_BDZFLA = 1086
 
int capstone.ppc_const.PPC_INS_BTLR = 1087
 
int capstone.ppc_const.PPC_INS_BFLR = 1088
 
int capstone.ppc_const.PPC_INS_BDNZTLR = 1089
 
int capstone.ppc_const.PPC_INS_BDZTLR = 1090
 
int capstone.ppc_const.PPC_INS_BDZFLR = 1091
 
int capstone.ppc_const.PPC_INS_BTLRL = 1092
 
int capstone.ppc_const.PPC_INS_BFLRL = 1093
 
int capstone.ppc_const.PPC_INS_BDNZTLRL = 1094
 
int capstone.ppc_const.PPC_INS_BDNZFLRL = 1095
 
int capstone.ppc_const.PPC_INS_BDZTLRL = 1096
 
int capstone.ppc_const.PPC_INS_BDZFLRL = 1097
 
int capstone.ppc_const.PPC_INS_QVFAND = 1098
 
int capstone.ppc_const.PPC_INS_QVFCLR = 1099
 
int capstone.ppc_const.PPC_INS_QVFANDC = 1100
 
int capstone.ppc_const.PPC_INS_QVFCTFB = 1101
 
int capstone.ppc_const.PPC_INS_QVFXOR = 1102
 
int capstone.ppc_const.PPC_INS_QVFOR = 1103
 
int capstone.ppc_const.PPC_INS_QVFNOR = 1104
 
int capstone.ppc_const.PPC_INS_QVFEQU = 1105
 
int capstone.ppc_const.PPC_INS_QVFNOT = 1106
 
int capstone.ppc_const.PPC_INS_QVFORC = 1107
 
int capstone.ppc_const.PPC_INS_QVFNAND = 1108
 
int capstone.ppc_const.PPC_INS_QVFSET = 1109
 
int capstone.ppc_const.PPC_INS_ENDING = 1110
 
int capstone.ppc_const.PPC_GRP_INVALID = 0
 
int capstone.ppc_const.PPC_GRP_JUMP = 1
 
int capstone.ppc_const.PPC_GRP_ALTIVEC = 128
 
int capstone.ppc_const.PPC_GRP_MODE32 = 129
 
int capstone.ppc_const.PPC_GRP_MODE64 = 130
 
int capstone.ppc_const.PPC_GRP_BOOKE = 131
 
int capstone.ppc_const.PPC_GRP_NOTBOOKE = 132
 
int capstone.ppc_const.PPC_GRP_SPE = 133
 
int capstone.ppc_const.PPC_GRP_VSX = 134
 
int capstone.ppc_const.PPC_GRP_E500 = 135
 
int capstone.ppc_const.PPC_GRP_PPC4XX = 136
 
int capstone.ppc_const.PPC_GRP_PPC6XX = 137
 
int capstone.ppc_const.PPC_GRP_ICBT = 138
 
int capstone.ppc_const.PPC_GRP_P8ALTIVEC = 139
 
int capstone.ppc_const.PPC_GRP_P8VECTOR = 140
 
int capstone.ppc_const.PPC_GRP_QPX = 141
 
int capstone.ppc_const.PPC_GRP_ENDING = 142