Rizin
unix-like reverse engineering framework and cli tools
capstone.Ppc_const Class Reference

Static Public Attributes

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

Detailed Description

Definition at line 4 of file Ppc_const.java.

Member Data Documentation

◆ PPC_BC_EQ

final int capstone.Ppc_const.PPC_BC_EQ = (2<<5)|12
static

Definition at line 9 of file Ppc_const.java.

◆ PPC_BC_GE

final int capstone.Ppc_const.PPC_BC_GE = (0<<5)|4
static

Definition at line 10 of file Ppc_const.java.

◆ PPC_BC_GT

final int capstone.Ppc_const.PPC_BC_GT = (1<<5)|12
static

Definition at line 11 of file Ppc_const.java.

◆ PPC_BC_INVALID

final int capstone.Ppc_const.PPC_BC_INVALID = 0
static

Definition at line 6 of file Ppc_const.java.

◆ PPC_BC_LE

final int capstone.Ppc_const.PPC_BC_LE = (1<<5)|4
static

Definition at line 8 of file Ppc_const.java.

◆ PPC_BC_LT

final int capstone.Ppc_const.PPC_BC_LT = (0<<5)|12
static

Definition at line 7 of file Ppc_const.java.

◆ PPC_BC_NE

final int capstone.Ppc_const.PPC_BC_NE = (2<<5)|4
static

Definition at line 12 of file Ppc_const.java.

◆ PPC_BC_NS

final int capstone.Ppc_const.PPC_BC_NS = (4<<5)|4
static

Definition at line 16 of file Ppc_const.java.

◆ PPC_BC_NU

final int capstone.Ppc_const.PPC_BC_NU = (3<<5)|4
static

Definition at line 14 of file Ppc_const.java.

◆ PPC_BC_SO

final int capstone.Ppc_const.PPC_BC_SO = (4<<5)|12
static

Definition at line 15 of file Ppc_const.java.

◆ PPC_BC_UN

final int capstone.Ppc_const.PPC_BC_UN = (3<<5)|12
static

Definition at line 13 of file Ppc_const.java.

◆ PPC_BH_INVALID

final int capstone.Ppc_const.PPC_BH_INVALID = 0
static

Definition at line 18 of file Ppc_const.java.

◆ PPC_BH_MINUS

final int capstone.Ppc_const.PPC_BH_MINUS = 2
static

Definition at line 20 of file Ppc_const.java.

◆ PPC_BH_PLUS

final int capstone.Ppc_const.PPC_BH_PLUS = 1
static

Definition at line 19 of file Ppc_const.java.

◆ PPC_GRP_ALTIVEC

final int capstone.Ppc_const.PPC_GRP_ALTIVEC = 128
static

Definition at line 1354 of file Ppc_const.java.

◆ PPC_GRP_BOOKE

final int capstone.Ppc_const.PPC_GRP_BOOKE = 131
static

Definition at line 1357 of file Ppc_const.java.

◆ PPC_GRP_E500

final int capstone.Ppc_const.PPC_GRP_E500 = 135
static

Definition at line 1361 of file Ppc_const.java.

◆ PPC_GRP_ENDING

final int capstone.Ppc_const.PPC_GRP_ENDING = 142
static

Definition at line 1368 of file Ppc_const.java.

◆ PPC_GRP_ICBT

final int capstone.Ppc_const.PPC_GRP_ICBT = 138
static

Definition at line 1364 of file Ppc_const.java.

◆ PPC_GRP_INVALID

final int capstone.Ppc_const.PPC_GRP_INVALID = 0
static

Definition at line 1352 of file Ppc_const.java.

◆ PPC_GRP_JUMP

final int capstone.Ppc_const.PPC_GRP_JUMP = 1
static

Definition at line 1353 of file Ppc_const.java.

◆ PPC_GRP_MODE32

final int capstone.Ppc_const.PPC_GRP_MODE32 = 129
static

Definition at line 1355 of file Ppc_const.java.

◆ PPC_GRP_MODE64

final int capstone.Ppc_const.PPC_GRP_MODE64 = 130
static

Definition at line 1356 of file Ppc_const.java.

◆ PPC_GRP_NOTBOOKE

final int capstone.Ppc_const.PPC_GRP_NOTBOOKE = 132
static

Definition at line 1358 of file Ppc_const.java.

◆ PPC_GRP_P8ALTIVEC

final int capstone.Ppc_const.PPC_GRP_P8ALTIVEC = 139
static

Definition at line 1365 of file Ppc_const.java.

◆ PPC_GRP_P8VECTOR

final int capstone.Ppc_const.PPC_GRP_P8VECTOR = 140
static

Definition at line 1366 of file Ppc_const.java.

◆ PPC_GRP_PPC4XX

final int capstone.Ppc_const.PPC_GRP_PPC4XX = 136
static

Definition at line 1362 of file Ppc_const.java.

◆ PPC_GRP_PPC6XX

final int capstone.Ppc_const.PPC_GRP_PPC6XX = 137
static

Definition at line 1363 of file Ppc_const.java.

◆ PPC_GRP_QPX

final int capstone.Ppc_const.PPC_GRP_QPX = 141
static

Definition at line 1367 of file Ppc_const.java.

◆ PPC_GRP_SPE

final int capstone.Ppc_const.PPC_GRP_SPE = 133
static

Definition at line 1359 of file Ppc_const.java.

◆ PPC_GRP_VSX

final int capstone.Ppc_const.PPC_GRP_VSX = 134
static

Definition at line 1360 of file Ppc_const.java.

◆ PPC_INS_ADD

final int capstone.Ppc_const.PPC_INS_ADD = 1
static

Definition at line 241 of file Ppc_const.java.

◆ PPC_INS_ADDC

final int capstone.Ppc_const.PPC_INS_ADDC = 2
static

Definition at line 242 of file Ppc_const.java.

◆ PPC_INS_ADDE

final int capstone.Ppc_const.PPC_INS_ADDE = 3
static

Definition at line 243 of file Ppc_const.java.

◆ PPC_INS_ADDI

final int capstone.Ppc_const.PPC_INS_ADDI = 4
static

Definition at line 244 of file Ppc_const.java.

◆ PPC_INS_ADDIC

final int capstone.Ppc_const.PPC_INS_ADDIC = 5
static

Definition at line 245 of file Ppc_const.java.

◆ PPC_INS_ADDIS

final int capstone.Ppc_const.PPC_INS_ADDIS = 6
static

Definition at line 246 of file Ppc_const.java.

◆ PPC_INS_ADDME

final int capstone.Ppc_const.PPC_INS_ADDME = 7
static

Definition at line 247 of file Ppc_const.java.

◆ PPC_INS_ADDZE

final int capstone.Ppc_const.PPC_INS_ADDZE = 8
static

Definition at line 248 of file Ppc_const.java.

◆ PPC_INS_AND

final int capstone.Ppc_const.PPC_INS_AND = 9
static

Definition at line 249 of file Ppc_const.java.

◆ PPC_INS_ANDC

final int capstone.Ppc_const.PPC_INS_ANDC = 10
static

Definition at line 250 of file Ppc_const.java.

◆ PPC_INS_ANDI

final int capstone.Ppc_const.PPC_INS_ANDI = 12
static

Definition at line 252 of file Ppc_const.java.

◆ PPC_INS_ANDIS

final int capstone.Ppc_const.PPC_INS_ANDIS = 11
static

Definition at line 251 of file Ppc_const.java.

◆ PPC_INS_ATTN

final int capstone.Ppc_const.PPC_INS_ATTN = 13
static

Definition at line 253 of file Ppc_const.java.

◆ PPC_INS_B

final int capstone.Ppc_const.PPC_INS_B = 14
static

Definition at line 254 of file Ppc_const.java.

◆ PPC_INS_BA

final int capstone.Ppc_const.PPC_INS_BA = 15
static

Definition at line 255 of file Ppc_const.java.

◆ PPC_INS_BC

final int capstone.Ppc_const.PPC_INS_BC = 16
static

Definition at line 256 of file Ppc_const.java.

◆ PPC_INS_BCA

final int capstone.Ppc_const.PPC_INS_BCA = 931
static

Definition at line 1171 of file Ppc_const.java.

◆ PPC_INS_BCCTR

final int capstone.Ppc_const.PPC_INS_BCCTR = 17
static

Definition at line 257 of file Ppc_const.java.

◆ PPC_INS_BCCTRL

final int capstone.Ppc_const.PPC_INS_BCCTRL = 18
static

Definition at line 258 of file Ppc_const.java.

◆ PPC_INS_BCL

final int capstone.Ppc_const.PPC_INS_BCL = 19
static

Definition at line 259 of file Ppc_const.java.

◆ PPC_INS_BCLA

final int capstone.Ppc_const.PPC_INS_BCLA = 932
static

Definition at line 1172 of file Ppc_const.java.

◆ PPC_INS_BCLR

final int capstone.Ppc_const.PPC_INS_BCLR = 20
static

Definition at line 260 of file Ppc_const.java.

◆ PPC_INS_BCLRL

final int capstone.Ppc_const.PPC_INS_BCLRL = 21
static

Definition at line 261 of file Ppc_const.java.

◆ PPC_INS_BCT

final int capstone.Ppc_const.PPC_INS_BCT = 24
static

Definition at line 264 of file Ppc_const.java.

◆ PPC_INS_BCTR

final int capstone.Ppc_const.PPC_INS_BCTR = 22
static

Definition at line 262 of file Ppc_const.java.

◆ PPC_INS_BCTRL

final int capstone.Ppc_const.PPC_INS_BCTRL = 23
static

Definition at line 263 of file Ppc_const.java.

◆ PPC_INS_BDNZ

final int capstone.Ppc_const.PPC_INS_BDNZ = 25
static

Definition at line 265 of file Ppc_const.java.

◆ PPC_INS_BDNZA

final int capstone.Ppc_const.PPC_INS_BDNZA = 26
static

Definition at line 266 of file Ppc_const.java.

◆ PPC_INS_BDNZF

final int capstone.Ppc_const.PPC_INS_BDNZF = 1063
static

Definition at line 1303 of file Ppc_const.java.

◆ PPC_INS_BDNZFA

final int capstone.Ppc_const.PPC_INS_BDNZFA = 1068
static

Definition at line 1308 of file Ppc_const.java.

◆ PPC_INS_BDNZFL

final int capstone.Ppc_const.PPC_INS_BDNZFL = 1078
static

Definition at line 1318 of file Ppc_const.java.

◆ PPC_INS_BDNZFLA

final int capstone.Ppc_const.PPC_INS_BDNZFLA = 1084
static

Definition at line 1324 of file Ppc_const.java.

◆ PPC_INS_BDNZFLRL

final int capstone.Ppc_const.PPC_INS_BDNZFLRL = 1095
static

Definition at line 1335 of file Ppc_const.java.

◆ PPC_INS_BDNZL

final int capstone.Ppc_const.PPC_INS_BDNZL = 27
static

Definition at line 267 of file Ppc_const.java.

◆ PPC_INS_BDNZLA

final int capstone.Ppc_const.PPC_INS_BDNZLA = 28
static

Definition at line 268 of file Ppc_const.java.

◆ PPC_INS_BDNZLR

final int capstone.Ppc_const.PPC_INS_BDNZLR = 29
static

Definition at line 269 of file Ppc_const.java.

◆ PPC_INS_BDNZLRL

final int capstone.Ppc_const.PPC_INS_BDNZLRL = 30
static

Definition at line 270 of file Ppc_const.java.

◆ PPC_INS_BDNZT

final int capstone.Ppc_const.PPC_INS_BDNZT = 1062
static

Definition at line 1302 of file Ppc_const.java.

◆ PPC_INS_BDNZTA

final int capstone.Ppc_const.PPC_INS_BDNZTA = 1067
static

Definition at line 1307 of file Ppc_const.java.

◆ PPC_INS_BDNZTL

final int capstone.Ppc_const.PPC_INS_BDNZTL = 1077
static

Definition at line 1317 of file Ppc_const.java.

◆ PPC_INS_BDNZTLA

final int capstone.Ppc_const.PPC_INS_BDNZTLA = 1083
static

Definition at line 1323 of file Ppc_const.java.

◆ PPC_INS_BDNZTLR

final int capstone.Ppc_const.PPC_INS_BDNZTLR = 1089
static

Definition at line 1329 of file Ppc_const.java.

◆ PPC_INS_BDNZTLRL

final int capstone.Ppc_const.PPC_INS_BDNZTLRL = 1094
static

Definition at line 1334 of file Ppc_const.java.

◆ PPC_INS_BDZ

final int capstone.Ppc_const.PPC_INS_BDZ = 31
static

Definition at line 271 of file Ppc_const.java.

◆ PPC_INS_BDZA

final int capstone.Ppc_const.PPC_INS_BDZA = 32
static

Definition at line 272 of file Ppc_const.java.

◆ PPC_INS_BDZF

final int capstone.Ppc_const.PPC_INS_BDZF = 1064
static

Definition at line 1304 of file Ppc_const.java.

◆ PPC_INS_BDZFA

final int capstone.Ppc_const.PPC_INS_BDZFA = 1070
static

Definition at line 1310 of file Ppc_const.java.

◆ PPC_INS_BDZFL

final int capstone.Ppc_const.PPC_INS_BDZFL = 1080
static

Definition at line 1320 of file Ppc_const.java.

◆ PPC_INS_BDZFLA

final int capstone.Ppc_const.PPC_INS_BDZFLA = 1086
static

Definition at line 1326 of file Ppc_const.java.

◆ PPC_INS_BDZFLR

final int capstone.Ppc_const.PPC_INS_BDZFLR = 1091
static

Definition at line 1331 of file Ppc_const.java.

◆ PPC_INS_BDZFLRL

final int capstone.Ppc_const.PPC_INS_BDZFLRL = 1097
static

Definition at line 1337 of file Ppc_const.java.

◆ PPC_INS_BDZL

final int capstone.Ppc_const.PPC_INS_BDZL = 33
static

Definition at line 273 of file Ppc_const.java.

◆ PPC_INS_BDZLA

final int capstone.Ppc_const.PPC_INS_BDZLA = 34
static

Definition at line 274 of file Ppc_const.java.

◆ PPC_INS_BDZLR

final int capstone.Ppc_const.PPC_INS_BDZLR = 35
static

Definition at line 275 of file Ppc_const.java.

◆ PPC_INS_BDZLRL

final int capstone.Ppc_const.PPC_INS_BDZLRL = 36
static

Definition at line 276 of file Ppc_const.java.

◆ PPC_INS_BDZT

final int capstone.Ppc_const.PPC_INS_BDZT = 1065
static

Definition at line 1305 of file Ppc_const.java.

◆ PPC_INS_BDZTA

final int capstone.Ppc_const.PPC_INS_BDZTA = 1069
static

Definition at line 1309 of file Ppc_const.java.

◆ PPC_INS_BDZTL

final int capstone.Ppc_const.PPC_INS_BDZTL = 1079
static

Definition at line 1319 of file Ppc_const.java.

◆ PPC_INS_BDZTLA

final int capstone.Ppc_const.PPC_INS_BDZTLA = 1085
static

Definition at line 1325 of file Ppc_const.java.

◆ PPC_INS_BDZTLR

final int capstone.Ppc_const.PPC_INS_BDZTLR = 1090
static

Definition at line 1330 of file Ppc_const.java.

◆ PPC_INS_BDZTLRL

final int capstone.Ppc_const.PPC_INS_BDZTLRL = 1096
static

Definition at line 1336 of file Ppc_const.java.

◆ PPC_INS_BF

final int capstone.Ppc_const.PPC_INS_BF = 1061
static

Definition at line 1301 of file Ppc_const.java.

◆ PPC_INS_BFA

final int capstone.Ppc_const.PPC_INS_BFA = 1066
static

Definition at line 1306 of file Ppc_const.java.

◆ PPC_INS_BFCTR

final int capstone.Ppc_const.PPC_INS_BFCTR = 1072
static

Definition at line 1312 of file Ppc_const.java.

◆ PPC_INS_BFCTRL

final int capstone.Ppc_const.PPC_INS_BFCTRL = 1074
static

Definition at line 1314 of file Ppc_const.java.

◆ PPC_INS_BFL

final int capstone.Ppc_const.PPC_INS_BFL = 1076
static

Definition at line 1316 of file Ppc_const.java.

◆ PPC_INS_BFLA

final int capstone.Ppc_const.PPC_INS_BFLA = 1082
static

Definition at line 1322 of file Ppc_const.java.

◆ PPC_INS_BFLR

final int capstone.Ppc_const.PPC_INS_BFLR = 1088
static

Definition at line 1328 of file Ppc_const.java.

◆ PPC_INS_BFLRL

final int capstone.Ppc_const.PPC_INS_BFLRL = 1093
static

Definition at line 1333 of file Ppc_const.java.

◆ PPC_INS_BL

final int capstone.Ppc_const.PPC_INS_BL = 37
static

Definition at line 277 of file Ppc_const.java.

◆ PPC_INS_BLA

final int capstone.Ppc_const.PPC_INS_BLA = 38
static

Definition at line 278 of file Ppc_const.java.

◆ PPC_INS_BLR

final int capstone.Ppc_const.PPC_INS_BLR = 39
static

Definition at line 279 of file Ppc_const.java.

◆ PPC_INS_BLRL

final int capstone.Ppc_const.PPC_INS_BLRL = 40
static

Definition at line 280 of file Ppc_const.java.

◆ PPC_INS_BRINC

final int capstone.Ppc_const.PPC_INS_BRINC = 41
static

Definition at line 281 of file Ppc_const.java.

◆ PPC_INS_BT

final int capstone.Ppc_const.PPC_INS_BT = 1060
static

Definition at line 1300 of file Ppc_const.java.

◆ PPC_INS_BTA

final int capstone.Ppc_const.PPC_INS_BTA = 936
static

Definition at line 1176 of file Ppc_const.java.

◆ PPC_INS_BTCTR

final int capstone.Ppc_const.PPC_INS_BTCTR = 1071
static

Definition at line 1311 of file Ppc_const.java.

◆ PPC_INS_BTCTRL

final int capstone.Ppc_const.PPC_INS_BTCTRL = 1073
static

Definition at line 1313 of file Ppc_const.java.

◆ PPC_INS_BTL

final int capstone.Ppc_const.PPC_INS_BTL = 1075
static

Definition at line 1315 of file Ppc_const.java.

◆ PPC_INS_BTLA

final int capstone.Ppc_const.PPC_INS_BTLA = 1081
static

Definition at line 1321 of file Ppc_const.java.

◆ PPC_INS_BTLR

final int capstone.Ppc_const.PPC_INS_BTLR = 1087
static

Definition at line 1327 of file Ppc_const.java.

◆ PPC_INS_BTLRL

final int capstone.Ppc_const.PPC_INS_BTLRL = 1092
static

Definition at line 1332 of file Ppc_const.java.

◆ PPC_INS_CLRLDI

final int capstone.Ppc_const.PPC_INS_CLRLDI = 1011
static

Definition at line 1251 of file Ppc_const.java.

◆ PPC_INS_CLRLWI

final int capstone.Ppc_const.PPC_INS_CLRLWI = 1013
static

Definition at line 1253 of file Ppc_const.java.

◆ PPC_INS_CMPB

final int capstone.Ppc_const.PPC_INS_CMPB = 42
static

Definition at line 282 of file Ppc_const.java.

◆ PPC_INS_CMPD

final int capstone.Ppc_const.PPC_INS_CMPD = 43
static

Definition at line 283 of file Ppc_const.java.

◆ PPC_INS_CMPDI

final int capstone.Ppc_const.PPC_INS_CMPDI = 44
static

Definition at line 284 of file Ppc_const.java.

◆ PPC_INS_CMPLD

final int capstone.Ppc_const.PPC_INS_CMPLD = 45
static

Definition at line 285 of file Ppc_const.java.

◆ PPC_INS_CMPLDI

final int capstone.Ppc_const.PPC_INS_CMPLDI = 46
static

Definition at line 286 of file Ppc_const.java.

◆ PPC_INS_CMPLW

final int capstone.Ppc_const.PPC_INS_CMPLW = 47
static

Definition at line 287 of file Ppc_const.java.

◆ PPC_INS_CMPLWI

final int capstone.Ppc_const.PPC_INS_CMPLWI = 48
static

Definition at line 288 of file Ppc_const.java.

◆ PPC_INS_CMPW

final int capstone.Ppc_const.PPC_INS_CMPW = 49
static

Definition at line 289 of file Ppc_const.java.

◆ PPC_INS_CMPWI

final int capstone.Ppc_const.PPC_INS_CMPWI = 50
static

Definition at line 290 of file Ppc_const.java.

◆ PPC_INS_CNTLZD

final int capstone.Ppc_const.PPC_INS_CNTLZD = 51
static

Definition at line 291 of file Ppc_const.java.

◆ PPC_INS_CNTLZW

final int capstone.Ppc_const.PPC_INS_CNTLZW = 52
static

Definition at line 292 of file Ppc_const.java.

◆ PPC_INS_CRAND

final int capstone.Ppc_const.PPC_INS_CRAND = 55
static

Definition at line 295 of file Ppc_const.java.

◆ PPC_INS_CRANDC

final int capstone.Ppc_const.PPC_INS_CRANDC = 56
static

Definition at line 296 of file Ppc_const.java.

◆ PPC_INS_CRCLR

final int capstone.Ppc_const.PPC_INS_CRCLR = 940
static

Definition at line 1180 of file Ppc_const.java.

◆ PPC_INS_CREQV

final int capstone.Ppc_const.PPC_INS_CREQV = 53
static

Definition at line 293 of file Ppc_const.java.

◆ PPC_INS_CRMOVE

final int capstone.Ppc_const.PPC_INS_CRMOVE = 939
static

Definition at line 1179 of file Ppc_const.java.

◆ PPC_INS_CRNAND

final int capstone.Ppc_const.PPC_INS_CRNAND = 57
static

Definition at line 297 of file Ppc_const.java.

◆ PPC_INS_CRNOR

final int capstone.Ppc_const.PPC_INS_CRNOR = 58
static

Definition at line 298 of file Ppc_const.java.

◆ PPC_INS_CRNOT

final int capstone.Ppc_const.PPC_INS_CRNOT = 938
static

Definition at line 1178 of file Ppc_const.java.

◆ PPC_INS_CROR

final int capstone.Ppc_const.PPC_INS_CROR = 59
static

Definition at line 299 of file Ppc_const.java.

◆ PPC_INS_CRORC

final int capstone.Ppc_const.PPC_INS_CRORC = 60
static

Definition at line 300 of file Ppc_const.java.

◆ PPC_INS_CRSET

final int capstone.Ppc_const.PPC_INS_CRSET = 937
static

Definition at line 1177 of file Ppc_const.java.

◆ PPC_INS_CRXOR

final int capstone.Ppc_const.PPC_INS_CRXOR = 54
static

Definition at line 294 of file Ppc_const.java.

◆ PPC_INS_DCBA

final int capstone.Ppc_const.PPC_INS_DCBA = 61
static

Definition at line 301 of file Ppc_const.java.

◆ PPC_INS_DCBF

final int capstone.Ppc_const.PPC_INS_DCBF = 62
static

Definition at line 302 of file Ppc_const.java.

◆ PPC_INS_DCBI

final int capstone.Ppc_const.PPC_INS_DCBI = 63
static

Definition at line 303 of file Ppc_const.java.

◆ PPC_INS_DCBST

final int capstone.Ppc_const.PPC_INS_DCBST = 64
static

Definition at line 304 of file Ppc_const.java.

◆ PPC_INS_DCBT

final int capstone.Ppc_const.PPC_INS_DCBT = 65
static

Definition at line 305 of file Ppc_const.java.

◆ PPC_INS_DCBTST

final int capstone.Ppc_const.PPC_INS_DCBTST = 66
static

Definition at line 306 of file Ppc_const.java.

◆ PPC_INS_DCBZ

final int capstone.Ppc_const.PPC_INS_DCBZ = 67
static

Definition at line 307 of file Ppc_const.java.

◆ PPC_INS_DCBZL

final int capstone.Ppc_const.PPC_INS_DCBZL = 68
static

Definition at line 308 of file Ppc_const.java.

◆ PPC_INS_DCCCI

final int capstone.Ppc_const.PPC_INS_DCCCI = 69
static

Definition at line 309 of file Ppc_const.java.

◆ PPC_INS_DIVD

final int capstone.Ppc_const.PPC_INS_DIVD = 70
static

Definition at line 310 of file Ppc_const.java.

◆ PPC_INS_DIVDU

final int capstone.Ppc_const.PPC_INS_DIVDU = 71
static

Definition at line 311 of file Ppc_const.java.

◆ PPC_INS_DIVW

final int capstone.Ppc_const.PPC_INS_DIVW = 72
static

Definition at line 312 of file Ppc_const.java.

◆ PPC_INS_DIVWU

final int capstone.Ppc_const.PPC_INS_DIVWU = 73
static

Definition at line 313 of file Ppc_const.java.

◆ PPC_INS_DSS

final int capstone.Ppc_const.PPC_INS_DSS = 74
static

Definition at line 314 of file Ppc_const.java.

◆ PPC_INS_DSSALL

final int capstone.Ppc_const.PPC_INS_DSSALL = 75
static

Definition at line 315 of file Ppc_const.java.

◆ PPC_INS_DST

final int capstone.Ppc_const.PPC_INS_DST = 76
static

Definition at line 316 of file Ppc_const.java.

◆ PPC_INS_DSTST

final int capstone.Ppc_const.PPC_INS_DSTST = 77
static

Definition at line 317 of file Ppc_const.java.

◆ PPC_INS_DSTSTT

final int capstone.Ppc_const.PPC_INS_DSTSTT = 78
static

Definition at line 318 of file Ppc_const.java.

◆ PPC_INS_DSTT

final int capstone.Ppc_const.PPC_INS_DSTT = 79
static

Definition at line 319 of file Ppc_const.java.

◆ PPC_INS_EIEIO

final int capstone.Ppc_const.PPC_INS_EIEIO = 255
static

Definition at line 495 of file Ppc_const.java.

◆ PPC_INS_ENDING

final int capstone.Ppc_const.PPC_INS_ENDING = 1110
static

Definition at line 1350 of file Ppc_const.java.

◆ PPC_INS_EQV

final int capstone.Ppc_const.PPC_INS_EQV = 80
static

Definition at line 320 of file Ppc_const.java.

◆ PPC_INS_EVABS

final int capstone.Ppc_const.PPC_INS_EVABS = 81
static

Definition at line 321 of file Ppc_const.java.

◆ PPC_INS_EVADDIW

final int capstone.Ppc_const.PPC_INS_EVADDIW = 82
static

Definition at line 322 of file Ppc_const.java.

◆ PPC_INS_EVADDSMIAAW

final int capstone.Ppc_const.PPC_INS_EVADDSMIAAW = 83
static

Definition at line 323 of file Ppc_const.java.

◆ PPC_INS_EVADDSSIAAW

final int capstone.Ppc_const.PPC_INS_EVADDSSIAAW = 84
static

Definition at line 324 of file Ppc_const.java.

◆ PPC_INS_EVADDUMIAAW

final int capstone.Ppc_const.PPC_INS_EVADDUMIAAW = 85
static

Definition at line 325 of file Ppc_const.java.

◆ PPC_INS_EVADDUSIAAW

final int capstone.Ppc_const.PPC_INS_EVADDUSIAAW = 86
static

Definition at line 326 of file Ppc_const.java.

◆ PPC_INS_EVADDW

final int capstone.Ppc_const.PPC_INS_EVADDW = 87
static

Definition at line 327 of file Ppc_const.java.

◆ PPC_INS_EVAND

final int capstone.Ppc_const.PPC_INS_EVAND = 88
static

Definition at line 328 of file Ppc_const.java.

◆ PPC_INS_EVANDC

final int capstone.Ppc_const.PPC_INS_EVANDC = 89
static

Definition at line 329 of file Ppc_const.java.

◆ PPC_INS_EVCMPEQ

final int capstone.Ppc_const.PPC_INS_EVCMPEQ = 90
static

Definition at line 330 of file Ppc_const.java.

◆ PPC_INS_EVCMPGTS

final int capstone.Ppc_const.PPC_INS_EVCMPGTS = 91
static

Definition at line 331 of file Ppc_const.java.

◆ PPC_INS_EVCMPGTU

final int capstone.Ppc_const.PPC_INS_EVCMPGTU = 92
static

Definition at line 332 of file Ppc_const.java.

◆ PPC_INS_EVCMPLTS

final int capstone.Ppc_const.PPC_INS_EVCMPLTS = 93
static

Definition at line 333 of file Ppc_const.java.

◆ PPC_INS_EVCMPLTU

final int capstone.Ppc_const.PPC_INS_EVCMPLTU = 94
static

Definition at line 334 of file Ppc_const.java.

◆ PPC_INS_EVCNTLSW

final int capstone.Ppc_const.PPC_INS_EVCNTLSW = 95
static

Definition at line 335 of file Ppc_const.java.

◆ PPC_INS_EVCNTLZW

final int capstone.Ppc_const.PPC_INS_EVCNTLZW = 96
static

Definition at line 336 of file Ppc_const.java.

◆ PPC_INS_EVDIVWS

final int capstone.Ppc_const.PPC_INS_EVDIVWS = 97
static

Definition at line 337 of file Ppc_const.java.

◆ PPC_INS_EVDIVWU

final int capstone.Ppc_const.PPC_INS_EVDIVWU = 98
static

Definition at line 338 of file Ppc_const.java.

◆ PPC_INS_EVEQV

final int capstone.Ppc_const.PPC_INS_EVEQV = 99
static

Definition at line 339 of file Ppc_const.java.

◆ PPC_INS_EVEXTSB

final int capstone.Ppc_const.PPC_INS_EVEXTSB = 100
static

Definition at line 340 of file Ppc_const.java.

◆ PPC_INS_EVEXTSH

final int capstone.Ppc_const.PPC_INS_EVEXTSH = 101
static

Definition at line 341 of file Ppc_const.java.

◆ PPC_INS_EVLDD

final int capstone.Ppc_const.PPC_INS_EVLDD = 102
static

Definition at line 342 of file Ppc_const.java.

◆ PPC_INS_EVLDDX

final int capstone.Ppc_const.PPC_INS_EVLDDX = 103
static

Definition at line 343 of file Ppc_const.java.

◆ PPC_INS_EVLDH

final int capstone.Ppc_const.PPC_INS_EVLDH = 104
static

Definition at line 344 of file Ppc_const.java.

◆ PPC_INS_EVLDHX

final int capstone.Ppc_const.PPC_INS_EVLDHX = 105
static

Definition at line 345 of file Ppc_const.java.

◆ PPC_INS_EVLDW

final int capstone.Ppc_const.PPC_INS_EVLDW = 106
static

Definition at line 346 of file Ppc_const.java.

◆ PPC_INS_EVLDWX

final int capstone.Ppc_const.PPC_INS_EVLDWX = 107
static

Definition at line 347 of file Ppc_const.java.

◆ PPC_INS_EVLHHESPLAT

final int capstone.Ppc_const.PPC_INS_EVLHHESPLAT = 108
static

Definition at line 348 of file Ppc_const.java.

◆ PPC_INS_EVLHHESPLATX

final int capstone.Ppc_const.PPC_INS_EVLHHESPLATX = 109
static

Definition at line 349 of file Ppc_const.java.

◆ PPC_INS_EVLHHOSSPLAT

final int capstone.Ppc_const.PPC_INS_EVLHHOSSPLAT = 110
static

Definition at line 350 of file Ppc_const.java.

◆ PPC_INS_EVLHHOSSPLATX

final int capstone.Ppc_const.PPC_INS_EVLHHOSSPLATX = 111
static

Definition at line 351 of file Ppc_const.java.

◆ PPC_INS_EVLHHOUSPLAT

final int capstone.Ppc_const.PPC_INS_EVLHHOUSPLAT = 112
static

Definition at line 352 of file Ppc_const.java.

◆ PPC_INS_EVLHHOUSPLATX

final int capstone.Ppc_const.PPC_INS_EVLHHOUSPLATX = 113
static

Definition at line 353 of file Ppc_const.java.

◆ PPC_INS_EVLWHE

final int capstone.Ppc_const.PPC_INS_EVLWHE = 114
static

Definition at line 354 of file Ppc_const.java.

◆ PPC_INS_EVLWHEX

final int capstone.Ppc_const.PPC_INS_EVLWHEX = 115
static

Definition at line 355 of file Ppc_const.java.

◆ PPC_INS_EVLWHOS

final int capstone.Ppc_const.PPC_INS_EVLWHOS = 116
static

Definition at line 356 of file Ppc_const.java.

◆ PPC_INS_EVLWHOSX

final int capstone.Ppc_const.PPC_INS_EVLWHOSX = 117
static

Definition at line 357 of file Ppc_const.java.

◆ PPC_INS_EVLWHOU

final int capstone.Ppc_const.PPC_INS_EVLWHOU = 118
static

Definition at line 358 of file Ppc_const.java.

◆ PPC_INS_EVLWHOUX

final int capstone.Ppc_const.PPC_INS_EVLWHOUX = 119
static

Definition at line 359 of file Ppc_const.java.

◆ PPC_INS_EVLWHSPLAT

final int capstone.Ppc_const.PPC_INS_EVLWHSPLAT = 120
static

Definition at line 360 of file Ppc_const.java.

◆ PPC_INS_EVLWHSPLATX

final int capstone.Ppc_const.PPC_INS_EVLWHSPLATX = 121
static

Definition at line 361 of file Ppc_const.java.

◆ PPC_INS_EVLWWSPLAT

final int capstone.Ppc_const.PPC_INS_EVLWWSPLAT = 122
static

Definition at line 362 of file Ppc_const.java.

◆ PPC_INS_EVLWWSPLATX

final int capstone.Ppc_const.PPC_INS_EVLWWSPLATX = 123
static

Definition at line 363 of file Ppc_const.java.

◆ PPC_INS_EVMERGEHI

final int capstone.Ppc_const.PPC_INS_EVMERGEHI = 124
static

Definition at line 364 of file Ppc_const.java.

◆ PPC_INS_EVMERGEHILO

final int capstone.Ppc_const.PPC_INS_EVMERGEHILO = 125
static

Definition at line 365 of file Ppc_const.java.

◆ PPC_INS_EVMERGELO

final int capstone.Ppc_const.PPC_INS_EVMERGELO = 126
static

Definition at line 366 of file Ppc_const.java.

◆ PPC_INS_EVMERGELOHI

final int capstone.Ppc_const.PPC_INS_EVMERGELOHI = 127
static

Definition at line 367 of file Ppc_const.java.

◆ PPC_INS_EVMHEGSMFAA

final int capstone.Ppc_const.PPC_INS_EVMHEGSMFAA = 128
static

Definition at line 368 of file Ppc_const.java.

◆ PPC_INS_EVMHEGSMFAN

final int capstone.Ppc_const.PPC_INS_EVMHEGSMFAN = 129
static

Definition at line 369 of file Ppc_const.java.

◆ PPC_INS_EVMHEGSMIAA

final int capstone.Ppc_const.PPC_INS_EVMHEGSMIAA = 130
static

Definition at line 370 of file Ppc_const.java.

◆ PPC_INS_EVMHEGSMIAN

final int capstone.Ppc_const.PPC_INS_EVMHEGSMIAN = 131
static

Definition at line 371 of file Ppc_const.java.

◆ PPC_INS_EVMHEGUMIAA

final int capstone.Ppc_const.PPC_INS_EVMHEGUMIAA = 132
static

Definition at line 372 of file Ppc_const.java.

◆ PPC_INS_EVMHEGUMIAN

final int capstone.Ppc_const.PPC_INS_EVMHEGUMIAN = 133
static

Definition at line 373 of file Ppc_const.java.

◆ PPC_INS_EVMHESMF

final int capstone.Ppc_const.PPC_INS_EVMHESMF = 134
static

Definition at line 374 of file Ppc_const.java.

◆ PPC_INS_EVMHESMFA

final int capstone.Ppc_const.PPC_INS_EVMHESMFA = 135
static

Definition at line 375 of file Ppc_const.java.

◆ PPC_INS_EVMHESMFAAW

final int capstone.Ppc_const.PPC_INS_EVMHESMFAAW = 136
static

Definition at line 376 of file Ppc_const.java.

◆ PPC_INS_EVMHESMFANW

final int capstone.Ppc_const.PPC_INS_EVMHESMFANW = 137
static

Definition at line 377 of file Ppc_const.java.

◆ PPC_INS_EVMHESMI

final int capstone.Ppc_const.PPC_INS_EVMHESMI = 138
static

Definition at line 378 of file Ppc_const.java.

◆ PPC_INS_EVMHESMIA

final int capstone.Ppc_const.PPC_INS_EVMHESMIA = 139
static

Definition at line 379 of file Ppc_const.java.

◆ PPC_INS_EVMHESMIAAW

final int capstone.Ppc_const.PPC_INS_EVMHESMIAAW = 140
static

Definition at line 380 of file Ppc_const.java.

◆ PPC_INS_EVMHESMIANW

final int capstone.Ppc_const.PPC_INS_EVMHESMIANW = 141
static

Definition at line 381 of file Ppc_const.java.

◆ PPC_INS_EVMHESSF

final int capstone.Ppc_const.PPC_INS_EVMHESSF = 142
static

Definition at line 382 of file Ppc_const.java.

◆ PPC_INS_EVMHESSFA

final int capstone.Ppc_const.PPC_INS_EVMHESSFA = 143
static

Definition at line 383 of file Ppc_const.java.

◆ PPC_INS_EVMHESSFAAW

final int capstone.Ppc_const.PPC_INS_EVMHESSFAAW = 144
static

Definition at line 384 of file Ppc_const.java.

◆ PPC_INS_EVMHESSFANW

final int capstone.Ppc_const.PPC_INS_EVMHESSFANW = 145
static

Definition at line 385 of file Ppc_const.java.

◆ PPC_INS_EVMHESSIAAW

final int capstone.Ppc_const.PPC_INS_EVMHESSIAAW = 146
static

Definition at line 386 of file Ppc_const.java.

◆ PPC_INS_EVMHESSIANW

final int capstone.Ppc_const.PPC_INS_EVMHESSIANW = 147
static

Definition at line 387 of file Ppc_const.java.

◆ PPC_INS_EVMHEUMI

final int capstone.Ppc_const.PPC_INS_EVMHEUMI = 148
static

Definition at line 388 of file Ppc_const.java.

◆ PPC_INS_EVMHEUMIA

final int capstone.Ppc_const.PPC_INS_EVMHEUMIA = 149
static

Definition at line 389 of file Ppc_const.java.

◆ PPC_INS_EVMHEUMIAAW

final int capstone.Ppc_const.PPC_INS_EVMHEUMIAAW = 150
static

Definition at line 390 of file Ppc_const.java.

◆ PPC_INS_EVMHEUMIANW

final int capstone.Ppc_const.PPC_INS_EVMHEUMIANW = 151
static

Definition at line 391 of file Ppc_const.java.

◆ PPC_INS_EVMHEUSIAAW

final int capstone.Ppc_const.PPC_INS_EVMHEUSIAAW = 152
static

Definition at line 392 of file Ppc_const.java.

◆ PPC_INS_EVMHEUSIANW

final int capstone.Ppc_const.PPC_INS_EVMHEUSIANW = 153
static

Definition at line 393 of file Ppc_const.java.

◆ PPC_INS_EVMHOGSMFAA

final int capstone.Ppc_const.PPC_INS_EVMHOGSMFAA = 154
static

Definition at line 394 of file Ppc_const.java.

◆ PPC_INS_EVMHOGSMFAN

final int capstone.Ppc_const.PPC_INS_EVMHOGSMFAN = 155
static

Definition at line 395 of file Ppc_const.java.

◆ PPC_INS_EVMHOGSMIAA

final int capstone.Ppc_const.PPC_INS_EVMHOGSMIAA = 156
static

Definition at line 396 of file Ppc_const.java.

◆ PPC_INS_EVMHOGSMIAN

final int capstone.Ppc_const.PPC_INS_EVMHOGSMIAN = 157
static

Definition at line 397 of file Ppc_const.java.

◆ PPC_INS_EVMHOGUMIAA

final int capstone.Ppc_const.PPC_INS_EVMHOGUMIAA = 158
static

Definition at line 398 of file Ppc_const.java.

◆ PPC_INS_EVMHOGUMIAN

final int capstone.Ppc_const.PPC_INS_EVMHOGUMIAN = 159
static

Definition at line 399 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMF

final int capstone.Ppc_const.PPC_INS_EVMHOSMF = 160
static

Definition at line 400 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMFA

final int capstone.Ppc_const.PPC_INS_EVMHOSMFA = 161
static

Definition at line 401 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMFAAW

final int capstone.Ppc_const.PPC_INS_EVMHOSMFAAW = 162
static

Definition at line 402 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMFANW

final int capstone.Ppc_const.PPC_INS_EVMHOSMFANW = 163
static

Definition at line 403 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMI

final int capstone.Ppc_const.PPC_INS_EVMHOSMI = 164
static

Definition at line 404 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMIA

final int capstone.Ppc_const.PPC_INS_EVMHOSMIA = 165
static

Definition at line 405 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMIAAW

final int capstone.Ppc_const.PPC_INS_EVMHOSMIAAW = 166
static

Definition at line 406 of file Ppc_const.java.

◆ PPC_INS_EVMHOSMIANW

final int capstone.Ppc_const.PPC_INS_EVMHOSMIANW = 167
static

Definition at line 407 of file Ppc_const.java.

◆ PPC_INS_EVMHOSSF

final int capstone.Ppc_const.PPC_INS_EVMHOSSF = 168
static

Definition at line 408 of file Ppc_const.java.

◆ PPC_INS_EVMHOSSFA

final int capstone.Ppc_const.PPC_INS_EVMHOSSFA = 169
static

Definition at line 409 of file Ppc_const.java.

◆ PPC_INS_EVMHOSSFAAW

final int capstone.Ppc_const.PPC_INS_EVMHOSSFAAW = 170
static

Definition at line 410 of file Ppc_const.java.

◆ PPC_INS_EVMHOSSFANW

final int capstone.Ppc_const.PPC_INS_EVMHOSSFANW = 171
static

Definition at line 411 of file Ppc_const.java.

◆ PPC_INS_EVMHOSSIAAW

final int capstone.Ppc_const.PPC_INS_EVMHOSSIAAW = 172
static

Definition at line 412 of file Ppc_const.java.

◆ PPC_INS_EVMHOSSIANW

final int capstone.Ppc_const.PPC_INS_EVMHOSSIANW = 173
static

Definition at line 413 of file Ppc_const.java.

◆ PPC_INS_EVMHOUMI

final int capstone.Ppc_const.PPC_INS_EVMHOUMI = 174
static

Definition at line 414 of file Ppc_const.java.

◆ PPC_INS_EVMHOUMIA

final int capstone.Ppc_const.PPC_INS_EVMHOUMIA = 175
static

Definition at line 415 of file Ppc_const.java.

◆ PPC_INS_EVMHOUMIAAW

final int capstone.Ppc_const.PPC_INS_EVMHOUMIAAW = 176
static

Definition at line 416 of file Ppc_const.java.

◆ PPC_INS_EVMHOUMIANW

final int capstone.Ppc_const.PPC_INS_EVMHOUMIANW = 177
static

Definition at line 417 of file Ppc_const.java.

◆ PPC_INS_EVMHOUSIAAW

final int capstone.Ppc_const.PPC_INS_EVMHOUSIAAW = 178
static

Definition at line 418 of file Ppc_const.java.

◆ PPC_INS_EVMHOUSIANW

final int capstone.Ppc_const.PPC_INS_EVMHOUSIANW = 179
static

Definition at line 419 of file Ppc_const.java.

◆ PPC_INS_EVMRA

final int capstone.Ppc_const.PPC_INS_EVMRA = 180
static

Definition at line 420 of file Ppc_const.java.

◆ PPC_INS_EVMWHSMF

final int capstone.Ppc_const.PPC_INS_EVMWHSMF = 181
static

Definition at line 421 of file Ppc_const.java.

◆ PPC_INS_EVMWHSMFA

final int capstone.Ppc_const.PPC_INS_EVMWHSMFA = 182
static

Definition at line 422 of file Ppc_const.java.

◆ PPC_INS_EVMWHSMI

final int capstone.Ppc_const.PPC_INS_EVMWHSMI = 183
static

Definition at line 423 of file Ppc_const.java.

◆ PPC_INS_EVMWHSMIA

final int capstone.Ppc_const.PPC_INS_EVMWHSMIA = 184
static

Definition at line 424 of file Ppc_const.java.

◆ PPC_INS_EVMWHSSF

final int capstone.Ppc_const.PPC_INS_EVMWHSSF = 185
static

Definition at line 425 of file Ppc_const.java.

◆ PPC_INS_EVMWHSSFA

final int capstone.Ppc_const.PPC_INS_EVMWHSSFA = 186
static

Definition at line 426 of file Ppc_const.java.

◆ PPC_INS_EVMWHUMI

final int capstone.Ppc_const.PPC_INS_EVMWHUMI = 187
static

Definition at line 427 of file Ppc_const.java.

◆ PPC_INS_EVMWHUMIA

final int capstone.Ppc_const.PPC_INS_EVMWHUMIA = 188
static

Definition at line 428 of file Ppc_const.java.

◆ PPC_INS_EVMWLSMIAAW

final int capstone.Ppc_const.PPC_INS_EVMWLSMIAAW = 189
static

Definition at line 429 of file Ppc_const.java.

◆ PPC_INS_EVMWLSMIANW

final int capstone.Ppc_const.PPC_INS_EVMWLSMIANW = 190
static

Definition at line 430 of file Ppc_const.java.

◆ PPC_INS_EVMWLSSIAAW

final int capstone.Ppc_const.PPC_INS_EVMWLSSIAAW = 191
static

Definition at line 431 of file Ppc_const.java.

◆ PPC_INS_EVMWLSSIANW

final int capstone.Ppc_const.PPC_INS_EVMWLSSIANW = 192
static

Definition at line 432 of file Ppc_const.java.

◆ PPC_INS_EVMWLUMI

final int capstone.Ppc_const.PPC_INS_EVMWLUMI = 193
static

Definition at line 433 of file Ppc_const.java.

◆ PPC_INS_EVMWLUMIA

final int capstone.Ppc_const.PPC_INS_EVMWLUMIA = 194
static

Definition at line 434 of file Ppc_const.java.

◆ PPC_INS_EVMWLUMIAAW

final int capstone.Ppc_const.PPC_INS_EVMWLUMIAAW = 195
static

Definition at line 435 of file Ppc_const.java.

◆ PPC_INS_EVMWLUMIANW

final int capstone.Ppc_const.PPC_INS_EVMWLUMIANW = 196
static

Definition at line 436 of file Ppc_const.java.

◆ PPC_INS_EVMWLUSIAAW

final int capstone.Ppc_const.PPC_INS_EVMWLUSIAAW = 197
static

Definition at line 437 of file Ppc_const.java.

◆ PPC_INS_EVMWLUSIANW

final int capstone.Ppc_const.PPC_INS_EVMWLUSIANW = 198
static

Definition at line 438 of file Ppc_const.java.

◆ PPC_INS_EVMWSMF

final int capstone.Ppc_const.PPC_INS_EVMWSMF = 199
static

Definition at line 439 of file Ppc_const.java.

◆ PPC_INS_EVMWSMFA

final int capstone.Ppc_const.PPC_INS_EVMWSMFA = 200
static

Definition at line 440 of file Ppc_const.java.

◆ PPC_INS_EVMWSMFAA

final int capstone.Ppc_const.PPC_INS_EVMWSMFAA = 201
static

Definition at line 441 of file Ppc_const.java.

◆ PPC_INS_EVMWSMFAN

final int capstone.Ppc_const.PPC_INS_EVMWSMFAN = 202
static

Definition at line 442 of file Ppc_const.java.

◆ PPC_INS_EVMWSMI

final int capstone.Ppc_const.PPC_INS_EVMWSMI = 203
static

Definition at line 443 of file Ppc_const.java.

◆ PPC_INS_EVMWSMIA

final int capstone.Ppc_const.PPC_INS_EVMWSMIA = 204
static

Definition at line 444 of file Ppc_const.java.

◆ PPC_INS_EVMWSMIAA

final int capstone.Ppc_const.PPC_INS_EVMWSMIAA = 205
static

Definition at line 445 of file Ppc_const.java.

◆ PPC_INS_EVMWSMIAN

final int capstone.Ppc_const.PPC_INS_EVMWSMIAN = 206
static

Definition at line 446 of file Ppc_const.java.

◆ PPC_INS_EVMWSSF

final int capstone.Ppc_const.PPC_INS_EVMWSSF = 207
static

Definition at line 447 of file Ppc_const.java.

◆ PPC_INS_EVMWSSFA

final int capstone.Ppc_const.PPC_INS_EVMWSSFA = 208
static

Definition at line 448 of file Ppc_const.java.

◆ PPC_INS_EVMWSSFAA

final int capstone.Ppc_const.PPC_INS_EVMWSSFAA = 209
static

Definition at line 449 of file Ppc_const.java.

◆ PPC_INS_EVMWSSFAN

final int capstone.Ppc_const.PPC_INS_EVMWSSFAN = 210
static

Definition at line 450 of file Ppc_const.java.

◆ PPC_INS_EVMWUMI

final int capstone.Ppc_const.PPC_INS_EVMWUMI = 211
static

Definition at line 451 of file Ppc_const.java.

◆ PPC_INS_EVMWUMIA

final int capstone.Ppc_const.PPC_INS_EVMWUMIA = 212
static

Definition at line 452 of file Ppc_const.java.

◆ PPC_INS_EVMWUMIAA

final int capstone.Ppc_const.PPC_INS_EVMWUMIAA = 213
static

Definition at line 453 of file Ppc_const.java.

◆ PPC_INS_EVMWUMIAN

final int capstone.Ppc_const.PPC_INS_EVMWUMIAN = 214
static

Definition at line 454 of file Ppc_const.java.

◆ PPC_INS_EVNAND

final int capstone.Ppc_const.PPC_INS_EVNAND = 215
static

Definition at line 455 of file Ppc_const.java.

◆ PPC_INS_EVNEG

final int capstone.Ppc_const.PPC_INS_EVNEG = 216
static

Definition at line 456 of file Ppc_const.java.

◆ PPC_INS_EVNOR

final int capstone.Ppc_const.PPC_INS_EVNOR = 217
static

Definition at line 457 of file Ppc_const.java.

◆ PPC_INS_EVOR

final int capstone.Ppc_const.PPC_INS_EVOR = 218
static

Definition at line 458 of file Ppc_const.java.

◆ PPC_INS_EVORC

final int capstone.Ppc_const.PPC_INS_EVORC = 219
static

Definition at line 459 of file Ppc_const.java.

◆ PPC_INS_EVRLW

final int capstone.Ppc_const.PPC_INS_EVRLW = 220
static

Definition at line 460 of file Ppc_const.java.

◆ PPC_INS_EVRLWI

final int capstone.Ppc_const.PPC_INS_EVRLWI = 221
static

Definition at line 461 of file Ppc_const.java.

◆ PPC_INS_EVRNDW

final int capstone.Ppc_const.PPC_INS_EVRNDW = 222
static

Definition at line 462 of file Ppc_const.java.

◆ PPC_INS_EVSLW

final int capstone.Ppc_const.PPC_INS_EVSLW = 223
static

Definition at line 463 of file Ppc_const.java.

◆ PPC_INS_EVSLWI

final int capstone.Ppc_const.PPC_INS_EVSLWI = 224
static

Definition at line 464 of file Ppc_const.java.

◆ PPC_INS_EVSPLATFI

final int capstone.Ppc_const.PPC_INS_EVSPLATFI = 225
static

Definition at line 465 of file Ppc_const.java.

◆ PPC_INS_EVSPLATI

final int capstone.Ppc_const.PPC_INS_EVSPLATI = 226
static

Definition at line 466 of file Ppc_const.java.

◆ PPC_INS_EVSRWIS

final int capstone.Ppc_const.PPC_INS_EVSRWIS = 227
static

Definition at line 467 of file Ppc_const.java.

◆ PPC_INS_EVSRWIU

final int capstone.Ppc_const.PPC_INS_EVSRWIU = 228
static

Definition at line 468 of file Ppc_const.java.

◆ PPC_INS_EVSRWS

final int capstone.Ppc_const.PPC_INS_EVSRWS = 229
static

Definition at line 469 of file Ppc_const.java.

◆ PPC_INS_EVSRWU

final int capstone.Ppc_const.PPC_INS_EVSRWU = 230
static

Definition at line 470 of file Ppc_const.java.

◆ PPC_INS_EVSTDD

final int capstone.Ppc_const.PPC_INS_EVSTDD = 231
static

Definition at line 471 of file Ppc_const.java.

◆ PPC_INS_EVSTDDX

final int capstone.Ppc_const.PPC_INS_EVSTDDX = 232
static

Definition at line 472 of file Ppc_const.java.

◆ PPC_INS_EVSTDH

final int capstone.Ppc_const.PPC_INS_EVSTDH = 233
static

Definition at line 473 of file Ppc_const.java.

◆ PPC_INS_EVSTDHX

final int capstone.Ppc_const.PPC_INS_EVSTDHX = 234
static

Definition at line 474 of file Ppc_const.java.

◆ PPC_INS_EVSTDW

final int capstone.Ppc_const.PPC_INS_EVSTDW = 235
static

Definition at line 475 of file Ppc_const.java.

◆ PPC_INS_EVSTDWX

final int capstone.Ppc_const.PPC_INS_EVSTDWX = 236
static

Definition at line 476 of file Ppc_const.java.

◆ PPC_INS_EVSTWHE

final int capstone.Ppc_const.PPC_INS_EVSTWHE = 237
static

Definition at line 477 of file Ppc_const.java.

◆ PPC_INS_EVSTWHEX

final int capstone.Ppc_const.PPC_INS_EVSTWHEX = 238
static

Definition at line 478 of file Ppc_const.java.

◆ PPC_INS_EVSTWHO

final int capstone.Ppc_const.PPC_INS_EVSTWHO = 239
static

Definition at line 479 of file Ppc_const.java.

◆ PPC_INS_EVSTWHOX

final int capstone.Ppc_const.PPC_INS_EVSTWHOX = 240
static

Definition at line 480 of file Ppc_const.java.

◆ PPC_INS_EVSTWWE

final int capstone.Ppc_const.PPC_INS_EVSTWWE = 241
static

Definition at line 481 of file Ppc_const.java.

◆ PPC_INS_EVSTWWEX

final int capstone.Ppc_const.PPC_INS_EVSTWWEX = 242
static

Definition at line 482 of file Ppc_const.java.

◆ PPC_INS_EVSTWWO

final int capstone.Ppc_const.PPC_INS_EVSTWWO = 243
static

Definition at line 483 of file Ppc_const.java.

◆ PPC_INS_EVSTWWOX

final int capstone.Ppc_const.PPC_INS_EVSTWWOX = 244
static

Definition at line 484 of file Ppc_const.java.

◆ PPC_INS_EVSUBFSMIAAW

final int capstone.Ppc_const.PPC_INS_EVSUBFSMIAAW = 245
static

Definition at line 485 of file Ppc_const.java.

◆ PPC_INS_EVSUBFSSIAAW

final int capstone.Ppc_const.PPC_INS_EVSUBFSSIAAW = 246
static

Definition at line 486 of file Ppc_const.java.

◆ PPC_INS_EVSUBFUMIAAW

final int capstone.Ppc_const.PPC_INS_EVSUBFUMIAAW = 247
static

Definition at line 487 of file Ppc_const.java.

◆ PPC_INS_EVSUBFUSIAAW

final int capstone.Ppc_const.PPC_INS_EVSUBFUSIAAW = 248
static

Definition at line 488 of file Ppc_const.java.

◆ PPC_INS_EVSUBFW

final int capstone.Ppc_const.PPC_INS_EVSUBFW = 249
static

Definition at line 489 of file Ppc_const.java.

◆ PPC_INS_EVSUBIFW

final int capstone.Ppc_const.PPC_INS_EVSUBIFW = 250
static

Definition at line 490 of file Ppc_const.java.

◆ PPC_INS_EVXOR

final int capstone.Ppc_const.PPC_INS_EVXOR = 251
static

Definition at line 491 of file Ppc_const.java.

◆ PPC_INS_EXTSB

final int capstone.Ppc_const.PPC_INS_EXTSB = 252
static

Definition at line 492 of file Ppc_const.java.

◆ PPC_INS_EXTSH

final int capstone.Ppc_const.PPC_INS_EXTSH = 253
static

Definition at line 493 of file Ppc_const.java.

◆ PPC_INS_EXTSW

final int capstone.Ppc_const.PPC_INS_EXTSW = 254
static

Definition at line 494 of file Ppc_const.java.

◆ PPC_INS_FABS

final int capstone.Ppc_const.PPC_INS_FABS = 256
static

Definition at line 496 of file Ppc_const.java.

◆ PPC_INS_FADD

final int capstone.Ppc_const.PPC_INS_FADD = 257
static

Definition at line 497 of file Ppc_const.java.

◆ PPC_INS_FADDS

final int capstone.Ppc_const.PPC_INS_FADDS = 258
static

Definition at line 498 of file Ppc_const.java.

◆ PPC_INS_FCFID

final int capstone.Ppc_const.PPC_INS_FCFID = 259
static

Definition at line 499 of file Ppc_const.java.

◆ PPC_INS_FCFIDS

final int capstone.Ppc_const.PPC_INS_FCFIDS = 260
static

Definition at line 500 of file Ppc_const.java.

◆ PPC_INS_FCFIDU

final int capstone.Ppc_const.PPC_INS_FCFIDU = 261
static

Definition at line 501 of file Ppc_const.java.

◆ PPC_INS_FCFIDUS

final int capstone.Ppc_const.PPC_INS_FCFIDUS = 262
static

Definition at line 502 of file Ppc_const.java.

◆ PPC_INS_FCMPU

final int capstone.Ppc_const.PPC_INS_FCMPU = 263
static

Definition at line 503 of file Ppc_const.java.

◆ PPC_INS_FCPSGN

final int capstone.Ppc_const.PPC_INS_FCPSGN = 264
static

Definition at line 504 of file Ppc_const.java.

◆ PPC_INS_FCTID

final int capstone.Ppc_const.PPC_INS_FCTID = 265
static

Definition at line 505 of file Ppc_const.java.

◆ PPC_INS_FCTIDUZ

final int capstone.Ppc_const.PPC_INS_FCTIDUZ = 266
static

Definition at line 506 of file Ppc_const.java.

◆ PPC_INS_FCTIDZ

final int capstone.Ppc_const.PPC_INS_FCTIDZ = 267
static

Definition at line 507 of file Ppc_const.java.

◆ PPC_INS_FCTIW

final int capstone.Ppc_const.PPC_INS_FCTIW = 268
static

Definition at line 508 of file Ppc_const.java.

◆ PPC_INS_FCTIWUZ

final int capstone.Ppc_const.PPC_INS_FCTIWUZ = 269
static

Definition at line 509 of file Ppc_const.java.

◆ PPC_INS_FCTIWZ

final int capstone.Ppc_const.PPC_INS_FCTIWZ = 270
static

Definition at line 510 of file Ppc_const.java.

◆ PPC_INS_FDIV

final int capstone.Ppc_const.PPC_INS_FDIV = 271
static

Definition at line 511 of file Ppc_const.java.

◆ PPC_INS_FDIVS

final int capstone.Ppc_const.PPC_INS_FDIVS = 272
static

Definition at line 512 of file Ppc_const.java.

◆ PPC_INS_FMADD

final int capstone.Ppc_const.PPC_INS_FMADD = 273
static

Definition at line 513 of file Ppc_const.java.

◆ PPC_INS_FMADDS

final int capstone.Ppc_const.PPC_INS_FMADDS = 274
static

Definition at line 514 of file Ppc_const.java.

◆ PPC_INS_FMR

final int capstone.Ppc_const.PPC_INS_FMR = 275
static

Definition at line 515 of file Ppc_const.java.

◆ PPC_INS_FMSUB

final int capstone.Ppc_const.PPC_INS_FMSUB = 276
static

Definition at line 516 of file Ppc_const.java.

◆ PPC_INS_FMSUBS

final int capstone.Ppc_const.PPC_INS_FMSUBS = 277
static

Definition at line 517 of file Ppc_const.java.

◆ PPC_INS_FMUL

final int capstone.Ppc_const.PPC_INS_FMUL = 278
static

Definition at line 518 of file Ppc_const.java.

◆ PPC_INS_FMULS

final int capstone.Ppc_const.PPC_INS_FMULS = 279
static

Definition at line 519 of file Ppc_const.java.

◆ PPC_INS_FNABS

final int capstone.Ppc_const.PPC_INS_FNABS = 280
static

Definition at line 520 of file Ppc_const.java.

◆ PPC_INS_FNEG

final int capstone.Ppc_const.PPC_INS_FNEG = 281
static

Definition at line 521 of file Ppc_const.java.

◆ PPC_INS_FNMADD

final int capstone.Ppc_const.PPC_INS_FNMADD = 282
static

Definition at line 522 of file Ppc_const.java.

◆ PPC_INS_FNMADDS

final int capstone.Ppc_const.PPC_INS_FNMADDS = 283
static

Definition at line 523 of file Ppc_const.java.

◆ PPC_INS_FNMSUB

final int capstone.Ppc_const.PPC_INS_FNMSUB = 284
static

Definition at line 524 of file Ppc_const.java.

◆ PPC_INS_FNMSUBS

final int capstone.Ppc_const.PPC_INS_FNMSUBS = 285
static

Definition at line 525 of file Ppc_const.java.

◆ PPC_INS_FRE

final int capstone.Ppc_const.PPC_INS_FRE = 286
static

Definition at line 526 of file Ppc_const.java.

◆ PPC_INS_FRES

final int capstone.Ppc_const.PPC_INS_FRES = 287
static

Definition at line 527 of file Ppc_const.java.

◆ PPC_INS_FRIM

final int capstone.Ppc_const.PPC_INS_FRIM = 288
static

Definition at line 528 of file Ppc_const.java.

◆ PPC_INS_FRIN

final int capstone.Ppc_const.PPC_INS_FRIN = 289
static

Definition at line 529 of file Ppc_const.java.

◆ PPC_INS_FRIP

final int capstone.Ppc_const.PPC_INS_FRIP = 290
static

Definition at line 530 of file Ppc_const.java.

◆ PPC_INS_FRIZ

final int capstone.Ppc_const.PPC_INS_FRIZ = 291
static

Definition at line 531 of file Ppc_const.java.

◆ PPC_INS_FRSP

final int capstone.Ppc_const.PPC_INS_FRSP = 292
static

Definition at line 532 of file Ppc_const.java.

◆ PPC_INS_FRSQRTE

final int capstone.Ppc_const.PPC_INS_FRSQRTE = 293
static

Definition at line 533 of file Ppc_const.java.

◆ PPC_INS_FRSQRTES

final int capstone.Ppc_const.PPC_INS_FRSQRTES = 294
static

Definition at line 534 of file Ppc_const.java.

◆ PPC_INS_FSEL

final int capstone.Ppc_const.PPC_INS_FSEL = 295
static

Definition at line 535 of file Ppc_const.java.

◆ PPC_INS_FSQRT

final int capstone.Ppc_const.PPC_INS_FSQRT = 296
static

Definition at line 536 of file Ppc_const.java.

◆ PPC_INS_FSQRTS

final int capstone.Ppc_const.PPC_INS_FSQRTS = 297
static

Definition at line 537 of file Ppc_const.java.

◆ PPC_INS_FSUB

final int capstone.Ppc_const.PPC_INS_FSUB = 298
static

Definition at line 538 of file Ppc_const.java.

◆ PPC_INS_FSUBS

final int capstone.Ppc_const.PPC_INS_FSUBS = 299
static

Definition at line 539 of file Ppc_const.java.

◆ PPC_INS_ICBI

final int capstone.Ppc_const.PPC_INS_ICBI = 300
static

Definition at line 540 of file Ppc_const.java.

◆ PPC_INS_ICBT

final int capstone.Ppc_const.PPC_INS_ICBT = 301
static

Definition at line 541 of file Ppc_const.java.

◆ PPC_INS_ICCCI

final int capstone.Ppc_const.PPC_INS_ICCCI = 302
static

Definition at line 542 of file Ppc_const.java.

◆ PPC_INS_INVALID

final int capstone.Ppc_const.PPC_INS_INVALID = 0
static

Definition at line 240 of file Ppc_const.java.

◆ PPC_INS_ISEL

final int capstone.Ppc_const.PPC_INS_ISEL = 303
static

Definition at line 543 of file Ppc_const.java.

◆ PPC_INS_ISYNC

final int capstone.Ppc_const.PPC_INS_ISYNC = 304
static

Definition at line 544 of file Ppc_const.java.

◆ PPC_INS_LA

final int capstone.Ppc_const.PPC_INS_LA = 305
static

Definition at line 545 of file Ppc_const.java.

◆ PPC_INS_LBZ

final int capstone.Ppc_const.PPC_INS_LBZ = 306
static

Definition at line 546 of file Ppc_const.java.

◆ PPC_INS_LBZCIX

final int capstone.Ppc_const.PPC_INS_LBZCIX = 307
static

Definition at line 547 of file Ppc_const.java.

◆ PPC_INS_LBZU

final int capstone.Ppc_const.PPC_INS_LBZU = 308
static

Definition at line 548 of file Ppc_const.java.

◆ PPC_INS_LBZUX

final int capstone.Ppc_const.PPC_INS_LBZUX = 309
static

Definition at line 549 of file Ppc_const.java.

◆ PPC_INS_LBZX

final int capstone.Ppc_const.PPC_INS_LBZX = 310
static

Definition at line 550 of file Ppc_const.java.

◆ PPC_INS_LD

final int capstone.Ppc_const.PPC_INS_LD = 311
static

Definition at line 551 of file Ppc_const.java.

◆ PPC_INS_LDARX

final int capstone.Ppc_const.PPC_INS_LDARX = 312
static

Definition at line 552 of file Ppc_const.java.

◆ PPC_INS_LDBRX

final int capstone.Ppc_const.PPC_INS_LDBRX = 313
static

Definition at line 553 of file Ppc_const.java.

◆ PPC_INS_LDCIX

final int capstone.Ppc_const.PPC_INS_LDCIX = 314
static

Definition at line 554 of file Ppc_const.java.

◆ PPC_INS_LDU

final int capstone.Ppc_const.PPC_INS_LDU = 315
static

Definition at line 555 of file Ppc_const.java.

◆ PPC_INS_LDUX

final int capstone.Ppc_const.PPC_INS_LDUX = 316
static

Definition at line 556 of file Ppc_const.java.

◆ PPC_INS_LDX

final int capstone.Ppc_const.PPC_INS_LDX = 317
static

Definition at line 557 of file Ppc_const.java.

◆ PPC_INS_LFD

final int capstone.Ppc_const.PPC_INS_LFD = 318
static

Definition at line 558 of file Ppc_const.java.

◆ PPC_INS_LFDU

final int capstone.Ppc_const.PPC_INS_LFDU = 319
static

Definition at line 559 of file Ppc_const.java.

◆ PPC_INS_LFDUX

final int capstone.Ppc_const.PPC_INS_LFDUX = 320
static

Definition at line 560 of file Ppc_const.java.

◆ PPC_INS_LFDX

final int capstone.Ppc_const.PPC_INS_LFDX = 321
static

Definition at line 561 of file Ppc_const.java.

◆ PPC_INS_LFIWAX

final int capstone.Ppc_const.PPC_INS_LFIWAX = 322
static

Definition at line 562 of file Ppc_const.java.

◆ PPC_INS_LFIWZX

final int capstone.Ppc_const.PPC_INS_LFIWZX = 323
static

Definition at line 563 of file Ppc_const.java.

◆ PPC_INS_LFS

final int capstone.Ppc_const.PPC_INS_LFS = 324
static

Definition at line 564 of file Ppc_const.java.

◆ PPC_INS_LFSU

final int capstone.Ppc_const.PPC_INS_LFSU = 325
static

Definition at line 565 of file Ppc_const.java.

◆ PPC_INS_LFSUX

final int capstone.Ppc_const.PPC_INS_LFSUX = 326
static

Definition at line 566 of file Ppc_const.java.

◆ PPC_INS_LFSX

final int capstone.Ppc_const.PPC_INS_LFSX = 327
static

Definition at line 567 of file Ppc_const.java.

◆ PPC_INS_LHA

final int capstone.Ppc_const.PPC_INS_LHA = 328
static

Definition at line 568 of file Ppc_const.java.

◆ PPC_INS_LHAU

final int capstone.Ppc_const.PPC_INS_LHAU = 329
static

Definition at line 569 of file Ppc_const.java.

◆ PPC_INS_LHAUX

final int capstone.Ppc_const.PPC_INS_LHAUX = 330
static

Definition at line 570 of file Ppc_const.java.

◆ PPC_INS_LHAX

final int capstone.Ppc_const.PPC_INS_LHAX = 331
static

Definition at line 571 of file Ppc_const.java.

◆ PPC_INS_LHBRX

final int capstone.Ppc_const.PPC_INS_LHBRX = 332
static

Definition at line 572 of file Ppc_const.java.

◆ PPC_INS_LHZ

final int capstone.Ppc_const.PPC_INS_LHZ = 333
static

Definition at line 573 of file Ppc_const.java.

◆ PPC_INS_LHZCIX

final int capstone.Ppc_const.PPC_INS_LHZCIX = 334
static

Definition at line 574 of file Ppc_const.java.

◆ PPC_INS_LHZU

final int capstone.Ppc_const.PPC_INS_LHZU = 335
static

Definition at line 575 of file Ppc_const.java.

◆ PPC_INS_LHZUX

final int capstone.Ppc_const.PPC_INS_LHZUX = 336
static

Definition at line 576 of file Ppc_const.java.

◆ PPC_INS_LHZX

final int capstone.Ppc_const.PPC_INS_LHZX = 337
static

Definition at line 577 of file Ppc_const.java.

◆ PPC_INS_LI

final int capstone.Ppc_const.PPC_INS_LI = 338
static

Definition at line 578 of file Ppc_const.java.

◆ PPC_INS_LIS

final int capstone.Ppc_const.PPC_INS_LIS = 339
static

Definition at line 579 of file Ppc_const.java.

◆ PPC_INS_LMW

final int capstone.Ppc_const.PPC_INS_LMW = 340
static

Definition at line 580 of file Ppc_const.java.

◆ PPC_INS_LSWI

final int capstone.Ppc_const.PPC_INS_LSWI = 341
static

Definition at line 581 of file Ppc_const.java.

◆ PPC_INS_LVEBX

final int capstone.Ppc_const.PPC_INS_LVEBX = 342
static

Definition at line 582 of file Ppc_const.java.

◆ PPC_INS_LVEHX

final int capstone.Ppc_const.PPC_INS_LVEHX = 343
static

Definition at line 583 of file Ppc_const.java.

◆ PPC_INS_LVEWX

final int capstone.Ppc_const.PPC_INS_LVEWX = 344
static

Definition at line 584 of file Ppc_const.java.

◆ PPC_INS_LVSL

final int capstone.Ppc_const.PPC_INS_LVSL = 345
static

Definition at line 585 of file Ppc_const.java.

◆ PPC_INS_LVSR

final int capstone.Ppc_const.PPC_INS_LVSR = 346
static

Definition at line 586 of file Ppc_const.java.

◆ PPC_INS_LVX

final int capstone.Ppc_const.PPC_INS_LVX = 347
static

Definition at line 587 of file Ppc_const.java.

◆ PPC_INS_LVXL

final int capstone.Ppc_const.PPC_INS_LVXL = 348
static

Definition at line 588 of file Ppc_const.java.

◆ PPC_INS_LWA

final int capstone.Ppc_const.PPC_INS_LWA = 349
static

Definition at line 589 of file Ppc_const.java.

◆ PPC_INS_LWARX

final int capstone.Ppc_const.PPC_INS_LWARX = 350
static

Definition at line 590 of file Ppc_const.java.

◆ PPC_INS_LWAUX

final int capstone.Ppc_const.PPC_INS_LWAUX = 351
static

Definition at line 591 of file Ppc_const.java.

◆ PPC_INS_LWAX

final int capstone.Ppc_const.PPC_INS_LWAX = 352
static

Definition at line 592 of file Ppc_const.java.

◆ PPC_INS_LWBRX

final int capstone.Ppc_const.PPC_INS_LWBRX = 353
static

Definition at line 593 of file Ppc_const.java.

◆ PPC_INS_LWSYNC

final int capstone.Ppc_const.PPC_INS_LWSYNC = 1017
static

Definition at line 1257 of file Ppc_const.java.

◆ PPC_INS_LWZ

final int capstone.Ppc_const.PPC_INS_LWZ = 354
static

Definition at line 594 of file Ppc_const.java.

◆ PPC_INS_LWZCIX

final int capstone.Ppc_const.PPC_INS_LWZCIX = 355
static

Definition at line 595 of file Ppc_const.java.

◆ PPC_INS_LWZU

final int capstone.Ppc_const.PPC_INS_LWZU = 356
static

Definition at line 596 of file Ppc_const.java.

◆ PPC_INS_LWZUX

final int capstone.Ppc_const.PPC_INS_LWZUX = 357
static

Definition at line 597 of file Ppc_const.java.

◆ PPC_INS_LWZX

final int capstone.Ppc_const.PPC_INS_LWZX = 358
static

Definition at line 598 of file Ppc_const.java.

◆ PPC_INS_LXSDX

final int capstone.Ppc_const.PPC_INS_LXSDX = 359
static

Definition at line 599 of file Ppc_const.java.

◆ PPC_INS_LXVD2X

final int capstone.Ppc_const.PPC_INS_LXVD2X = 360
static

Definition at line 600 of file Ppc_const.java.

◆ PPC_INS_LXVDSX

final int capstone.Ppc_const.PPC_INS_LXVDSX = 361
static

Definition at line 601 of file Ppc_const.java.

◆ PPC_INS_LXVW4X

final int capstone.Ppc_const.PPC_INS_LXVW4X = 362
static

Definition at line 602 of file Ppc_const.java.

◆ PPC_INS_MBAR

final int capstone.Ppc_const.PPC_INS_MBAR = 363
static

Definition at line 603 of file Ppc_const.java.

◆ PPC_INS_MCRF

final int capstone.Ppc_const.PPC_INS_MCRF = 364
static

Definition at line 604 of file Ppc_const.java.

◆ PPC_INS_MCRFS

final int capstone.Ppc_const.PPC_INS_MCRFS = 365
static

Definition at line 605 of file Ppc_const.java.

◆ PPC_INS_MFAMR

final int capstone.Ppc_const.PPC_INS_MFAMR = 958
static

Definition at line 1198 of file Ppc_const.java.

◆ PPC_INS_MFASR

final int capstone.Ppc_const.PPC_INS_MFASR = 972
static

Definition at line 1212 of file Ppc_const.java.

◆ PPC_INS_MFBR0

final int capstone.Ppc_const.PPC_INS_MFBR0 = 941
static

Definition at line 1181 of file Ppc_const.java.

◆ PPC_INS_MFBR1

final int capstone.Ppc_const.PPC_INS_MFBR1 = 942
static

Definition at line 1182 of file Ppc_const.java.

◆ PPC_INS_MFBR2

final int capstone.Ppc_const.PPC_INS_MFBR2 = 943
static

Definition at line 1183 of file Ppc_const.java.

◆ PPC_INS_MFBR3

final int capstone.Ppc_const.PPC_INS_MFBR3 = 944
static

Definition at line 1184 of file Ppc_const.java.

◆ PPC_INS_MFBR4

final int capstone.Ppc_const.PPC_INS_MFBR4 = 945
static

Definition at line 1185 of file Ppc_const.java.

◆ PPC_INS_MFBR5

final int capstone.Ppc_const.PPC_INS_MFBR5 = 946
static

Definition at line 1186 of file Ppc_const.java.

◆ PPC_INS_MFBR6

final int capstone.Ppc_const.PPC_INS_MFBR6 = 947
static

Definition at line 1187 of file Ppc_const.java.

◆ PPC_INS_MFBR7

final int capstone.Ppc_const.PPC_INS_MFBR7 = 948
static

Definition at line 1188 of file Ppc_const.java.

◆ PPC_INS_MFCFAR

final int capstone.Ppc_const.PPC_INS_MFCFAR = 957
static

Definition at line 1197 of file Ppc_const.java.

◆ PPC_INS_MFCR

final int capstone.Ppc_const.PPC_INS_MFCR = 366
static

Definition at line 606 of file Ppc_const.java.

◆ PPC_INS_MFCTR

final int capstone.Ppc_const.PPC_INS_MFCTR = 367
static

Definition at line 607 of file Ppc_const.java.

◆ PPC_INS_MFDAR

final int capstone.Ppc_const.PPC_INS_MFDAR = 954
static

Definition at line 1194 of file Ppc_const.java.

◆ PPC_INS_MFDBATL

final int capstone.Ppc_const.PPC_INS_MFDBATL = 963
static

Definition at line 1203 of file Ppc_const.java.

◆ PPC_INS_MFDBATU

final int capstone.Ppc_const.PPC_INS_MFDBATU = 962
static

Definition at line 1202 of file Ppc_const.java.

◆ PPC_INS_MFDCCR

final int capstone.Ppc_const.PPC_INS_MFDCCR = 966
static

Definition at line 1206 of file Ppc_const.java.

◆ PPC_INS_MFDCR

final int capstone.Ppc_const.PPC_INS_MFDCR = 368
static

Definition at line 608 of file Ppc_const.java.

◆ PPC_INS_MFDEAR

final int capstone.Ppc_const.PPC_INS_MFDEAR = 968
static

Definition at line 1208 of file Ppc_const.java.

◆ PPC_INS_MFDSCR

final int capstone.Ppc_const.PPC_INS_MFDSCR = 952
static

Definition at line 1192 of file Ppc_const.java.

◆ PPC_INS_MFDSISR

final int capstone.Ppc_const.PPC_INS_MFDSISR = 953
static

Definition at line 1193 of file Ppc_const.java.

◆ PPC_INS_MFESR

final int capstone.Ppc_const.PPC_INS_MFESR = 969
static

Definition at line 1209 of file Ppc_const.java.

◆ PPC_INS_MFFS

final int capstone.Ppc_const.PPC_INS_MFFS = 369
static

Definition at line 609 of file Ppc_const.java.

◆ PPC_INS_MFIBATL

final int capstone.Ppc_const.PPC_INS_MFIBATL = 965
static

Definition at line 1205 of file Ppc_const.java.

◆ PPC_INS_MFIBATU

final int capstone.Ppc_const.PPC_INS_MFIBATU = 964
static

Definition at line 1204 of file Ppc_const.java.

◆ PPC_INS_MFICCR

final int capstone.Ppc_const.PPC_INS_MFICCR = 967
static

Definition at line 1207 of file Ppc_const.java.

◆ PPC_INS_MFLR

final int capstone.Ppc_const.PPC_INS_MFLR = 370
static

Definition at line 610 of file Ppc_const.java.

◆ PPC_INS_MFMSR

final int capstone.Ppc_const.PPC_INS_MFMSR = 371
static

Definition at line 611 of file Ppc_const.java.

◆ PPC_INS_MFOCRF

final int capstone.Ppc_const.PPC_INS_MFOCRF = 372
static

Definition at line 612 of file Ppc_const.java.

◆ PPC_INS_MFPID

final int capstone.Ppc_const.PPC_INS_MFPID = 959
static

Definition at line 1199 of file Ppc_const.java.

◆ PPC_INS_MFPVR

final int capstone.Ppc_const.PPC_INS_MFPVR = 973
static

Definition at line 1213 of file Ppc_const.java.

◆ PPC_INS_MFRTCL

final int capstone.Ppc_const.PPC_INS_MFRTCL = 951
static

Definition at line 1191 of file Ppc_const.java.

◆ PPC_INS_MFRTCU

final int capstone.Ppc_const.PPC_INS_MFRTCU = 950
static

Definition at line 1190 of file Ppc_const.java.

◆ PPC_INS_MFSPEFSCR

final int capstone.Ppc_const.PPC_INS_MFSPEFSCR = 970
static

Definition at line 1210 of file Ppc_const.java.

◆ PPC_INS_MFSPR

final int capstone.Ppc_const.PPC_INS_MFSPR = 373
static

Definition at line 613 of file Ppc_const.java.

◆ PPC_INS_MFSR

final int capstone.Ppc_const.PPC_INS_MFSR = 374
static

Definition at line 614 of file Ppc_const.java.

◆ PPC_INS_MFSRIN

final int capstone.Ppc_const.PPC_INS_MFSRIN = 375
static

Definition at line 615 of file Ppc_const.java.

◆ PPC_INS_MFSRR2

final int capstone.Ppc_const.PPC_INS_MFSRR2 = 955
static

Definition at line 1195 of file Ppc_const.java.

◆ PPC_INS_MFSRR3

final int capstone.Ppc_const.PPC_INS_MFSRR3 = 956
static

Definition at line 1196 of file Ppc_const.java.

◆ PPC_INS_MFTB

final int capstone.Ppc_const.PPC_INS_MFTB = 376
static

Definition at line 616 of file Ppc_const.java.

◆ PPC_INS_MFTBHI

final int capstone.Ppc_const.PPC_INS_MFTBHI = 961
static

Definition at line 1201 of file Ppc_const.java.

◆ PPC_INS_MFTBLO

final int capstone.Ppc_const.PPC_INS_MFTBLO = 960
static

Definition at line 1200 of file Ppc_const.java.

◆ PPC_INS_MFTBU

final int capstone.Ppc_const.PPC_INS_MFTBU = 974
static

Definition at line 1214 of file Ppc_const.java.

◆ PPC_INS_MFTCR

final int capstone.Ppc_const.PPC_INS_MFTCR = 971
static

Definition at line 1211 of file Ppc_const.java.

◆ PPC_INS_MFVSCR

final int capstone.Ppc_const.PPC_INS_MFVSCR = 377
static

Definition at line 617 of file Ppc_const.java.

◆ PPC_INS_MFXER

final int capstone.Ppc_const.PPC_INS_MFXER = 949
static

Definition at line 1189 of file Ppc_const.java.

◆ PPC_INS_MR

final int capstone.Ppc_const.PPC_INS_MR = 1008
static

Definition at line 1248 of file Ppc_const.java.

◆ PPC_INS_MSYNC

final int capstone.Ppc_const.PPC_INS_MSYNC = 378
static

Definition at line 618 of file Ppc_const.java.

◆ PPC_INS_MTAMR

final int capstone.Ppc_const.PPC_INS_MTAMR = 991
static

Definition at line 1231 of file Ppc_const.java.

◆ PPC_INS_MTBR0

final int capstone.Ppc_const.PPC_INS_MTBR0 = 976
static

Definition at line 1216 of file Ppc_const.java.

◆ PPC_INS_MTBR1

final int capstone.Ppc_const.PPC_INS_MTBR1 = 977
static

Definition at line 1217 of file Ppc_const.java.

◆ PPC_INS_MTBR2

final int capstone.Ppc_const.PPC_INS_MTBR2 = 978
static

Definition at line 1218 of file Ppc_const.java.

◆ PPC_INS_MTBR3

final int capstone.Ppc_const.PPC_INS_MTBR3 = 979
static

Definition at line 1219 of file Ppc_const.java.

◆ PPC_INS_MTBR4

final int capstone.Ppc_const.PPC_INS_MTBR4 = 980
static

Definition at line 1220 of file Ppc_const.java.

◆ PPC_INS_MTBR5

final int capstone.Ppc_const.PPC_INS_MTBR5 = 981
static

Definition at line 1221 of file Ppc_const.java.

◆ PPC_INS_MTBR6

final int capstone.Ppc_const.PPC_INS_MTBR6 = 982
static

Definition at line 1222 of file Ppc_const.java.

◆ PPC_INS_MTBR7

final int capstone.Ppc_const.PPC_INS_MTBR7 = 983
static

Definition at line 1223 of file Ppc_const.java.

◆ PPC_INS_MTCFAR

final int capstone.Ppc_const.PPC_INS_MTCFAR = 990
static

Definition at line 1230 of file Ppc_const.java.

◆ PPC_INS_MTCR

final int capstone.Ppc_const.PPC_INS_MTCR = 975
static

Definition at line 1215 of file Ppc_const.java.

◆ PPC_INS_MTCRF

final int capstone.Ppc_const.PPC_INS_MTCRF = 379
static

Definition at line 619 of file Ppc_const.java.

◆ PPC_INS_MTCTR

final int capstone.Ppc_const.PPC_INS_MTCTR = 380
static

Definition at line 620 of file Ppc_const.java.

◆ PPC_INS_MTDAR

final int capstone.Ppc_const.PPC_INS_MTDAR = 987
static

Definition at line 1227 of file Ppc_const.java.

◆ PPC_INS_MTDBATL

final int capstone.Ppc_const.PPC_INS_MTDBATL = 998
static

Definition at line 1238 of file Ppc_const.java.

◆ PPC_INS_MTDBATU

final int capstone.Ppc_const.PPC_INS_MTDBATU = 997
static

Definition at line 1237 of file Ppc_const.java.

◆ PPC_INS_MTDCCR

final int capstone.Ppc_const.PPC_INS_MTDCCR = 1001
static

Definition at line 1241 of file Ppc_const.java.

◆ PPC_INS_MTDCR

final int capstone.Ppc_const.PPC_INS_MTDCR = 381
static

Definition at line 621 of file Ppc_const.java.

◆ PPC_INS_MTDEAR

final int capstone.Ppc_const.PPC_INS_MTDEAR = 1003
static

Definition at line 1243 of file Ppc_const.java.

◆ PPC_INS_MTDSCR

final int capstone.Ppc_const.PPC_INS_MTDSCR = 985
static

Definition at line 1225 of file Ppc_const.java.

◆ PPC_INS_MTDSISR

final int capstone.Ppc_const.PPC_INS_MTDSISR = 986
static

Definition at line 1226 of file Ppc_const.java.

◆ PPC_INS_MTESR

final int capstone.Ppc_const.PPC_INS_MTESR = 1004
static

Definition at line 1244 of file Ppc_const.java.

◆ PPC_INS_MTFSB0

final int capstone.Ppc_const.PPC_INS_MTFSB0 = 382
static

Definition at line 622 of file Ppc_const.java.

◆ PPC_INS_MTFSB1

final int capstone.Ppc_const.PPC_INS_MTFSB1 = 383
static

Definition at line 623 of file Ppc_const.java.

◆ PPC_INS_MTFSF

final int capstone.Ppc_const.PPC_INS_MTFSF = 384
static

Definition at line 624 of file Ppc_const.java.

◆ PPC_INS_MTFSFI

final int capstone.Ppc_const.PPC_INS_MTFSFI = 385
static

Definition at line 625 of file Ppc_const.java.

◆ PPC_INS_MTIBATL

final int capstone.Ppc_const.PPC_INS_MTIBATL = 1000
static

Definition at line 1240 of file Ppc_const.java.

◆ PPC_INS_MTIBATU

final int capstone.Ppc_const.PPC_INS_MTIBATU = 999
static

Definition at line 1239 of file Ppc_const.java.

◆ PPC_INS_MTICCR

final int capstone.Ppc_const.PPC_INS_MTICCR = 1002
static

Definition at line 1242 of file Ppc_const.java.

◆ PPC_INS_MTLR

final int capstone.Ppc_const.PPC_INS_MTLR = 386
static

Definition at line 626 of file Ppc_const.java.

◆ PPC_INS_MTMSR

final int capstone.Ppc_const.PPC_INS_MTMSR = 387
static

Definition at line 627 of file Ppc_const.java.

◆ PPC_INS_MTMSRD

final int capstone.Ppc_const.PPC_INS_MTMSRD = 388
static

Definition at line 628 of file Ppc_const.java.

◆ PPC_INS_MTOCRF

final int capstone.Ppc_const.PPC_INS_MTOCRF = 389
static

Definition at line 629 of file Ppc_const.java.

◆ PPC_INS_MTPID

final int capstone.Ppc_const.PPC_INS_MTPID = 992
static

Definition at line 1232 of file Ppc_const.java.

◆ PPC_INS_MTSPEFSCR

final int capstone.Ppc_const.PPC_INS_MTSPEFSCR = 1005
static

Definition at line 1245 of file Ppc_const.java.

◆ PPC_INS_MTSPR

final int capstone.Ppc_const.PPC_INS_MTSPR = 390
static

Definition at line 630 of file Ppc_const.java.

◆ PPC_INS_MTSR

final int capstone.Ppc_const.PPC_INS_MTSR = 391
static

Definition at line 631 of file Ppc_const.java.

◆ PPC_INS_MTSRIN

final int capstone.Ppc_const.PPC_INS_MTSRIN = 392
static

Definition at line 632 of file Ppc_const.java.

◆ PPC_INS_MTSRR2

final int capstone.Ppc_const.PPC_INS_MTSRR2 = 988
static

Definition at line 1228 of file Ppc_const.java.

◆ PPC_INS_MTSRR3

final int capstone.Ppc_const.PPC_INS_MTSRR3 = 989
static

Definition at line 1229 of file Ppc_const.java.

◆ PPC_INS_MTTBHI

final int capstone.Ppc_const.PPC_INS_MTTBHI = 996
static

Definition at line 1236 of file Ppc_const.java.

◆ PPC_INS_MTTBL

final int capstone.Ppc_const.PPC_INS_MTTBL = 993
static

Definition at line 1233 of file Ppc_const.java.

◆ PPC_INS_MTTBLO

final int capstone.Ppc_const.PPC_INS_MTTBLO = 995
static

Definition at line 1235 of file Ppc_const.java.

◆ PPC_INS_MTTBU

final int capstone.Ppc_const.PPC_INS_MTTBU = 994
static

Definition at line 1234 of file Ppc_const.java.

◆ PPC_INS_MTTCR

final int capstone.Ppc_const.PPC_INS_MTTCR = 1006
static

Definition at line 1246 of file Ppc_const.java.

◆ PPC_INS_MTVSCR

final int capstone.Ppc_const.PPC_INS_MTVSCR = 393
static

Definition at line 633 of file Ppc_const.java.

◆ PPC_INS_MTXER

final int capstone.Ppc_const.PPC_INS_MTXER = 984
static

Definition at line 1224 of file Ppc_const.java.

◆ PPC_INS_MULHD

final int capstone.Ppc_const.PPC_INS_MULHD = 394
static

Definition at line 634 of file Ppc_const.java.

◆ PPC_INS_MULHDU

final int capstone.Ppc_const.PPC_INS_MULHDU = 395
static

Definition at line 635 of file Ppc_const.java.

◆ PPC_INS_MULHW

final int capstone.Ppc_const.PPC_INS_MULHW = 396
static

Definition at line 636 of file Ppc_const.java.

◆ PPC_INS_MULHWU

final int capstone.Ppc_const.PPC_INS_MULHWU = 397
static

Definition at line 637 of file Ppc_const.java.

◆ PPC_INS_MULLD

final int capstone.Ppc_const.PPC_INS_MULLD = 398
static

Definition at line 638 of file Ppc_const.java.

◆ PPC_INS_MULLI

final int capstone.Ppc_const.PPC_INS_MULLI = 399
static

Definition at line 639 of file Ppc_const.java.

◆ PPC_INS_MULLW

final int capstone.Ppc_const.PPC_INS_MULLW = 400
static

Definition at line 640 of file Ppc_const.java.

◆ PPC_INS_NAND

final int capstone.Ppc_const.PPC_INS_NAND = 401
static

Definition at line 641 of file Ppc_const.java.

◆ PPC_INS_NEG

final int capstone.Ppc_const.PPC_INS_NEG = 402
static

Definition at line 642 of file Ppc_const.java.

◆ PPC_INS_NOP

final int capstone.Ppc_const.PPC_INS_NOP = 403
static

Definition at line 643 of file Ppc_const.java.

◆ PPC_INS_NOR

final int capstone.Ppc_const.PPC_INS_NOR = 405
static

Definition at line 645 of file Ppc_const.java.

◆ PPC_INS_NOT

final int capstone.Ppc_const.PPC_INS_NOT = 1007
static

Definition at line 1247 of file Ppc_const.java.

◆ PPC_INS_OR

final int capstone.Ppc_const.PPC_INS_OR = 406
static

Definition at line 646 of file Ppc_const.java.

◆ PPC_INS_ORC

final int capstone.Ppc_const.PPC_INS_ORC = 407
static

Definition at line 647 of file Ppc_const.java.

◆ PPC_INS_ORI

final int capstone.Ppc_const.PPC_INS_ORI = 404
static

Definition at line 644 of file Ppc_const.java.

◆ PPC_INS_ORIS

final int capstone.Ppc_const.PPC_INS_ORIS = 408
static

Definition at line 648 of file Ppc_const.java.

◆ PPC_INS_POPCNTD

final int capstone.Ppc_const.PPC_INS_POPCNTD = 409
static

Definition at line 649 of file Ppc_const.java.

◆ PPC_INS_POPCNTW

final int capstone.Ppc_const.PPC_INS_POPCNTW = 410
static

Definition at line 650 of file Ppc_const.java.

◆ PPC_INS_PTESYNC

final int capstone.Ppc_const.PPC_INS_PTESYNC = 1018
static

Definition at line 1258 of file Ppc_const.java.

◆ PPC_INS_QVALIGNI

final int capstone.Ppc_const.PPC_INS_QVALIGNI = 411
static

Definition at line 651 of file Ppc_const.java.

◆ PPC_INS_QVESPLATI

final int capstone.Ppc_const.PPC_INS_QVESPLATI = 412
static

Definition at line 652 of file Ppc_const.java.

◆ PPC_INS_QVFABS

final int capstone.Ppc_const.PPC_INS_QVFABS = 413
static

Definition at line 653 of file Ppc_const.java.

◆ PPC_INS_QVFADD

final int capstone.Ppc_const.PPC_INS_QVFADD = 414
static

Definition at line 654 of file Ppc_const.java.

◆ PPC_INS_QVFADDS

final int capstone.Ppc_const.PPC_INS_QVFADDS = 415
static

Definition at line 655 of file Ppc_const.java.

◆ PPC_INS_QVFAND

final int capstone.Ppc_const.PPC_INS_QVFAND = 1098
static

Definition at line 1338 of file Ppc_const.java.

◆ PPC_INS_QVFANDC

final int capstone.Ppc_const.PPC_INS_QVFANDC = 1100
static

Definition at line 1340 of file Ppc_const.java.

◆ PPC_INS_QVFCFID

final int capstone.Ppc_const.PPC_INS_QVFCFID = 416
static

Definition at line 656 of file Ppc_const.java.

◆ PPC_INS_QVFCFIDS

final int capstone.Ppc_const.PPC_INS_QVFCFIDS = 417
static

Definition at line 657 of file Ppc_const.java.

◆ PPC_INS_QVFCFIDU

final int capstone.Ppc_const.PPC_INS_QVFCFIDU = 418
static

Definition at line 658 of file Ppc_const.java.

◆ PPC_INS_QVFCFIDUS

final int capstone.Ppc_const.PPC_INS_QVFCFIDUS = 419
static

Definition at line 659 of file Ppc_const.java.

◆ PPC_INS_QVFCLR

final int capstone.Ppc_const.PPC_INS_QVFCLR = 1099
static

Definition at line 1339 of file Ppc_const.java.

◆ PPC_INS_QVFCMPEQ

final int capstone.Ppc_const.PPC_INS_QVFCMPEQ = 420
static

Definition at line 660 of file Ppc_const.java.

◆ PPC_INS_QVFCMPGT

final int capstone.Ppc_const.PPC_INS_QVFCMPGT = 421
static

Definition at line 661 of file Ppc_const.java.

◆ PPC_INS_QVFCMPLT

final int capstone.Ppc_const.PPC_INS_QVFCMPLT = 422
static

Definition at line 662 of file Ppc_const.java.

◆ PPC_INS_QVFCPSGN

final int capstone.Ppc_const.PPC_INS_QVFCPSGN = 423
static

Definition at line 663 of file Ppc_const.java.

◆ PPC_INS_QVFCTFB

final int capstone.Ppc_const.PPC_INS_QVFCTFB = 1101
static

Definition at line 1341 of file Ppc_const.java.

◆ PPC_INS_QVFCTID

final int capstone.Ppc_const.PPC_INS_QVFCTID = 424
static

Definition at line 664 of file Ppc_const.java.

◆ PPC_INS_QVFCTIDU

final int capstone.Ppc_const.PPC_INS_QVFCTIDU = 425
static

Definition at line 665 of file Ppc_const.java.

◆ PPC_INS_QVFCTIDUZ

final int capstone.Ppc_const.PPC_INS_QVFCTIDUZ = 426
static

Definition at line 666 of file Ppc_const.java.

◆ PPC_INS_QVFCTIDZ

final int capstone.Ppc_const.PPC_INS_QVFCTIDZ = 427
static

Definition at line 667 of file Ppc_const.java.

◆ PPC_INS_QVFCTIW

final int capstone.Ppc_const.PPC_INS_QVFCTIW = 428
static

Definition at line 668 of file Ppc_const.java.

◆ PPC_INS_QVFCTIWU

final int capstone.Ppc_const.PPC_INS_QVFCTIWU = 429
static

Definition at line 669 of file Ppc_const.java.

◆ PPC_INS_QVFCTIWUZ

final int capstone.Ppc_const.PPC_INS_QVFCTIWUZ = 430
static

Definition at line 670 of file Ppc_const.java.

◆ PPC_INS_QVFCTIWZ

final int capstone.Ppc_const.PPC_INS_QVFCTIWZ = 431
static

Definition at line 671 of file Ppc_const.java.

◆ PPC_INS_QVFEQU

final int capstone.Ppc_const.PPC_INS_QVFEQU = 1105
static

Definition at line 1345 of file Ppc_const.java.

◆ PPC_INS_QVFLOGICAL

final int capstone.Ppc_const.PPC_INS_QVFLOGICAL = 432
static

Definition at line 672 of file Ppc_const.java.

◆ PPC_INS_QVFMADD

final int capstone.Ppc_const.PPC_INS_QVFMADD = 433
static

Definition at line 673 of file Ppc_const.java.

◆ PPC_INS_QVFMADDS

final int capstone.Ppc_const.PPC_INS_QVFMADDS = 434
static

Definition at line 674 of file Ppc_const.java.

◆ PPC_INS_QVFMR

final int capstone.Ppc_const.PPC_INS_QVFMR = 435
static

Definition at line 675 of file Ppc_const.java.

◆ PPC_INS_QVFMSUB

final int capstone.Ppc_const.PPC_INS_QVFMSUB = 436
static

Definition at line 676 of file Ppc_const.java.

◆ PPC_INS_QVFMSUBS

final int capstone.Ppc_const.PPC_INS_QVFMSUBS = 437
static

Definition at line 677 of file Ppc_const.java.

◆ PPC_INS_QVFMUL

final int capstone.Ppc_const.PPC_INS_QVFMUL = 438
static

Definition at line 678 of file Ppc_const.java.

◆ PPC_INS_QVFMULS

final int capstone.Ppc_const.PPC_INS_QVFMULS = 439
static

Definition at line 679 of file Ppc_const.java.

◆ PPC_INS_QVFNABS

final int capstone.Ppc_const.PPC_INS_QVFNABS = 440
static

Definition at line 680 of file Ppc_const.java.

◆ PPC_INS_QVFNAND

final int capstone.Ppc_const.PPC_INS_QVFNAND = 1108
static

Definition at line 1348 of file Ppc_const.java.

◆ PPC_INS_QVFNEG

final int capstone.Ppc_const.PPC_INS_QVFNEG = 441
static

Definition at line 681 of file Ppc_const.java.

◆ PPC_INS_QVFNMADD

final int capstone.Ppc_const.PPC_INS_QVFNMADD = 442
static

Definition at line 682 of file Ppc_const.java.

◆ PPC_INS_QVFNMADDS

final int capstone.Ppc_const.PPC_INS_QVFNMADDS = 443
static

Definition at line 683 of file Ppc_const.java.

◆ PPC_INS_QVFNMSUB

final int capstone.Ppc_const.PPC_INS_QVFNMSUB = 444
static

Definition at line 684 of file Ppc_const.java.

◆ PPC_INS_QVFNMSUBS

final int capstone.Ppc_const.PPC_INS_QVFNMSUBS = 445
static

Definition at line 685 of file Ppc_const.java.

◆ PPC_INS_QVFNOR

final int capstone.Ppc_const.PPC_INS_QVFNOR = 1104
static

Definition at line 1344 of file Ppc_const.java.

◆ PPC_INS_QVFNOT

final int capstone.Ppc_const.PPC_INS_QVFNOT = 1106
static

Definition at line 1346 of file Ppc_const.java.

◆ PPC_INS_QVFOR

final int capstone.Ppc_const.PPC_INS_QVFOR = 1103
static

Definition at line 1343 of file Ppc_const.java.

◆ PPC_INS_QVFORC

final int capstone.Ppc_const.PPC_INS_QVFORC = 1107
static

Definition at line 1347 of file Ppc_const.java.

◆ PPC_INS_QVFPERM

final int capstone.Ppc_const.PPC_INS_QVFPERM = 446
static

Definition at line 686 of file Ppc_const.java.

◆ PPC_INS_QVFRE

final int capstone.Ppc_const.PPC_INS_QVFRE = 447
static

Definition at line 687 of file Ppc_const.java.

◆ PPC_INS_QVFRES

final int capstone.Ppc_const.PPC_INS_QVFRES = 448
static

Definition at line 688 of file Ppc_const.java.

◆ PPC_INS_QVFRIM

final int capstone.Ppc_const.PPC_INS_QVFRIM = 449
static

Definition at line 689 of file Ppc_const.java.

◆ PPC_INS_QVFRIN

final int capstone.Ppc_const.PPC_INS_QVFRIN = 450
static

Definition at line 690 of file Ppc_const.java.

◆ PPC_INS_QVFRIP

final int capstone.Ppc_const.PPC_INS_QVFRIP = 451
static

Definition at line 691 of file Ppc_const.java.

◆ PPC_INS_QVFRIZ

final int capstone.Ppc_const.PPC_INS_QVFRIZ = 452
static

Definition at line 692 of file Ppc_const.java.

◆ PPC_INS_QVFRSP

final int capstone.Ppc_const.PPC_INS_QVFRSP = 453
static

Definition at line 693 of file Ppc_const.java.

◆ PPC_INS_QVFRSQRTE

final int capstone.Ppc_const.PPC_INS_QVFRSQRTE = 454
static

Definition at line 694 of file Ppc_const.java.

◆ PPC_INS_QVFRSQRTES

final int capstone.Ppc_const.PPC_INS_QVFRSQRTES = 455
static

Definition at line 695 of file Ppc_const.java.

◆ PPC_INS_QVFSEL

final int capstone.Ppc_const.PPC_INS_QVFSEL = 456
static

Definition at line 696 of file Ppc_const.java.

◆ PPC_INS_QVFSET

final int capstone.Ppc_const.PPC_INS_QVFSET = 1109
static

Definition at line 1349 of file Ppc_const.java.

◆ PPC_INS_QVFSUB

final int capstone.Ppc_const.PPC_INS_QVFSUB = 457
static

Definition at line 697 of file Ppc_const.java.

◆ PPC_INS_QVFSUBS

final int capstone.Ppc_const.PPC_INS_QVFSUBS = 458
static

Definition at line 698 of file Ppc_const.java.

◆ PPC_INS_QVFTSTNAN

final int capstone.Ppc_const.PPC_INS_QVFTSTNAN = 459
static

Definition at line 699 of file Ppc_const.java.

◆ PPC_INS_QVFXMADD

final int capstone.Ppc_const.PPC_INS_QVFXMADD = 460
static

Definition at line 700 of file Ppc_const.java.

◆ PPC_INS_QVFXMADDS

final int capstone.Ppc_const.PPC_INS_QVFXMADDS = 461
static

Definition at line 701 of file Ppc_const.java.

◆ PPC_INS_QVFXMUL

final int capstone.Ppc_const.PPC_INS_QVFXMUL = 462
static

Definition at line 702 of file Ppc_const.java.

◆ PPC_INS_QVFXMULS

final int capstone.Ppc_const.PPC_INS_QVFXMULS = 463
static

Definition at line 703 of file Ppc_const.java.

◆ PPC_INS_QVFXOR

final int capstone.Ppc_const.PPC_INS_QVFXOR = 1102
static

Definition at line 1342 of file Ppc_const.java.

◆ PPC_INS_QVFXXCPNMADD

final int capstone.Ppc_const.PPC_INS_QVFXXCPNMADD = 464
static

Definition at line 704 of file Ppc_const.java.

◆ PPC_INS_QVFXXCPNMADDS

final int capstone.Ppc_const.PPC_INS_QVFXXCPNMADDS = 465
static

Definition at line 705 of file Ppc_const.java.

◆ PPC_INS_QVFXXMADD

final int capstone.Ppc_const.PPC_INS_QVFXXMADD = 466
static

Definition at line 706 of file Ppc_const.java.

◆ PPC_INS_QVFXXMADDS

final int capstone.Ppc_const.PPC_INS_QVFXXMADDS = 467
static

Definition at line 707 of file Ppc_const.java.

◆ PPC_INS_QVFXXNPMADD

final int capstone.Ppc_const.PPC_INS_QVFXXNPMADD = 468
static

Definition at line 708 of file Ppc_const.java.

◆ PPC_INS_QVFXXNPMADDS

final int capstone.Ppc_const.PPC_INS_QVFXXNPMADDS = 469
static

Definition at line 709 of file Ppc_const.java.

◆ PPC_INS_QVGPCI

final int capstone.Ppc_const.PPC_INS_QVGPCI = 470
static

Definition at line 710 of file Ppc_const.java.

◆ PPC_INS_QVLFCDUX

final int capstone.Ppc_const.PPC_INS_QVLFCDUX = 471
static

Definition at line 711 of file Ppc_const.java.

◆ PPC_INS_QVLFCDUXA

final int capstone.Ppc_const.PPC_INS_QVLFCDUXA = 472
static

Definition at line 712 of file Ppc_const.java.

◆ PPC_INS_QVLFCDX

final int capstone.Ppc_const.PPC_INS_QVLFCDX = 473
static

Definition at line 713 of file Ppc_const.java.

◆ PPC_INS_QVLFCDXA

final int capstone.Ppc_const.PPC_INS_QVLFCDXA = 474
static

Definition at line 714 of file Ppc_const.java.

◆ PPC_INS_QVLFCSUX

final int capstone.Ppc_const.PPC_INS_QVLFCSUX = 475
static

Definition at line 715 of file Ppc_const.java.

◆ PPC_INS_QVLFCSUXA

final int capstone.Ppc_const.PPC_INS_QVLFCSUXA = 476
static

Definition at line 716 of file Ppc_const.java.

◆ PPC_INS_QVLFCSX

final int capstone.Ppc_const.PPC_INS_QVLFCSX = 477
static

Definition at line 717 of file Ppc_const.java.

◆ PPC_INS_QVLFCSXA

final int capstone.Ppc_const.PPC_INS_QVLFCSXA = 478
static

Definition at line 718 of file Ppc_const.java.

◆ PPC_INS_QVLFDUX

final int capstone.Ppc_const.PPC_INS_QVLFDUX = 479
static

Definition at line 719 of file Ppc_const.java.

◆ PPC_INS_QVLFDUXA

final int capstone.Ppc_const.PPC_INS_QVLFDUXA = 480
static

Definition at line 720 of file Ppc_const.java.

◆ PPC_INS_QVLFDX

final int capstone.Ppc_const.PPC_INS_QVLFDX = 481
static

Definition at line 721 of file Ppc_const.java.

◆ PPC_INS_QVLFDXA

final int capstone.Ppc_const.PPC_INS_QVLFDXA = 482
static

Definition at line 722 of file Ppc_const.java.

◆ PPC_INS_QVLFIWAX

final int capstone.Ppc_const.PPC_INS_QVLFIWAX = 483
static

Definition at line 723 of file Ppc_const.java.

◆ PPC_INS_QVLFIWAXA

final int capstone.Ppc_const.PPC_INS_QVLFIWAXA = 484
static

Definition at line 724 of file Ppc_const.java.

◆ PPC_INS_QVLFIWZX

final int capstone.Ppc_const.PPC_INS_QVLFIWZX = 485
static

Definition at line 725 of file Ppc_const.java.

◆ PPC_INS_QVLFIWZXA

final int capstone.Ppc_const.PPC_INS_QVLFIWZXA = 486
static

Definition at line 726 of file Ppc_const.java.

◆ PPC_INS_QVLFSUX

final int capstone.Ppc_const.PPC_INS_QVLFSUX = 487
static

Definition at line 727 of file Ppc_const.java.

◆ PPC_INS_QVLFSUXA

final int capstone.Ppc_const.PPC_INS_QVLFSUXA = 488
static

Definition at line 728 of file Ppc_const.java.

◆ PPC_INS_QVLFSX

final int capstone.Ppc_const.PPC_INS_QVLFSX = 489
static

Definition at line 729 of file Ppc_const.java.

◆ PPC_INS_QVLFSXA

final int capstone.Ppc_const.PPC_INS_QVLFSXA = 490
static

Definition at line 730 of file Ppc_const.java.

◆ PPC_INS_QVLPCLDX

final int capstone.Ppc_const.PPC_INS_QVLPCLDX = 491
static

Definition at line 731 of file Ppc_const.java.

◆ PPC_INS_QVLPCLSX

final int capstone.Ppc_const.PPC_INS_QVLPCLSX = 492
static

Definition at line 732 of file Ppc_const.java.

◆ PPC_INS_QVLPCRDX

final int capstone.Ppc_const.PPC_INS_QVLPCRDX = 493
static

Definition at line 733 of file Ppc_const.java.

◆ PPC_INS_QVLPCRSX

final int capstone.Ppc_const.PPC_INS_QVLPCRSX = 494
static

Definition at line 734 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDUX

final int capstone.Ppc_const.PPC_INS_QVSTFCDUX = 495
static

Definition at line 735 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDUXA

final int capstone.Ppc_const.PPC_INS_QVSTFCDUXA = 496
static

Definition at line 736 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDUXI

final int capstone.Ppc_const.PPC_INS_QVSTFCDUXI = 497
static

Definition at line 737 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDUXIA

final int capstone.Ppc_const.PPC_INS_QVSTFCDUXIA = 498
static

Definition at line 738 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDX

final int capstone.Ppc_const.PPC_INS_QVSTFCDX = 499
static

Definition at line 739 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDXA

final int capstone.Ppc_const.PPC_INS_QVSTFCDXA = 500
static

Definition at line 740 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDXI

final int capstone.Ppc_const.PPC_INS_QVSTFCDXI = 501
static

Definition at line 741 of file Ppc_const.java.

◆ PPC_INS_QVSTFCDXIA

final int capstone.Ppc_const.PPC_INS_QVSTFCDXIA = 502
static

Definition at line 742 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSUX

final int capstone.Ppc_const.PPC_INS_QVSTFCSUX = 503
static

Definition at line 743 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSUXA

final int capstone.Ppc_const.PPC_INS_QVSTFCSUXA = 504
static

Definition at line 744 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSUXI

final int capstone.Ppc_const.PPC_INS_QVSTFCSUXI = 505
static

Definition at line 745 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSUXIA

final int capstone.Ppc_const.PPC_INS_QVSTFCSUXIA = 506
static

Definition at line 746 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSX

final int capstone.Ppc_const.PPC_INS_QVSTFCSX = 507
static

Definition at line 747 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSXA

final int capstone.Ppc_const.PPC_INS_QVSTFCSXA = 508
static

Definition at line 748 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSXI

final int capstone.Ppc_const.PPC_INS_QVSTFCSXI = 509
static

Definition at line 749 of file Ppc_const.java.

◆ PPC_INS_QVSTFCSXIA

final int capstone.Ppc_const.PPC_INS_QVSTFCSXIA = 510
static

Definition at line 750 of file Ppc_const.java.

◆ PPC_INS_QVSTFDUX

final int capstone.Ppc_const.PPC_INS_QVSTFDUX = 511
static

Definition at line 751 of file Ppc_const.java.

◆ PPC_INS_QVSTFDUXA

final int capstone.Ppc_const.PPC_INS_QVSTFDUXA = 512
static

Definition at line 752 of file Ppc_const.java.

◆ PPC_INS_QVSTFDUXI

final int capstone.Ppc_const.PPC_INS_QVSTFDUXI = 513
static

Definition at line 753 of file Ppc_const.java.

◆ PPC_INS_QVSTFDUXIA

final int capstone.Ppc_const.PPC_INS_QVSTFDUXIA = 514
static

Definition at line 754 of file Ppc_const.java.

◆ PPC_INS_QVSTFDX

final int capstone.Ppc_const.PPC_INS_QVSTFDX = 515
static

Definition at line 755 of file Ppc_const.java.

◆ PPC_INS_QVSTFDXA

final int capstone.Ppc_const.PPC_INS_QVSTFDXA = 516
static

Definition at line 756 of file Ppc_const.java.

◆ PPC_INS_QVSTFDXI

final int capstone.Ppc_const.PPC_INS_QVSTFDXI = 517
static

Definition at line 757 of file Ppc_const.java.

◆ PPC_INS_QVSTFDXIA

final int capstone.Ppc_const.PPC_INS_QVSTFDXIA = 518
static

Definition at line 758 of file Ppc_const.java.

◆ PPC_INS_QVSTFIWX

final int capstone.Ppc_const.PPC_INS_QVSTFIWX = 519
static

Definition at line 759 of file Ppc_const.java.

◆ PPC_INS_QVSTFIWXA

final int capstone.Ppc_const.PPC_INS_QVSTFIWXA = 520
static

Definition at line 760 of file Ppc_const.java.

◆ PPC_INS_QVSTFSUX

final int capstone.Ppc_const.PPC_INS_QVSTFSUX = 521
static

Definition at line 761 of file Ppc_const.java.

◆ PPC_INS_QVSTFSUXA

final int capstone.Ppc_const.PPC_INS_QVSTFSUXA = 522
static

Definition at line 762 of file Ppc_const.java.

◆ PPC_INS_QVSTFSUXI

final int capstone.Ppc_const.PPC_INS_QVSTFSUXI = 523
static

Definition at line 763 of file Ppc_const.java.

◆ PPC_INS_QVSTFSUXIA

final int capstone.Ppc_const.PPC_INS_QVSTFSUXIA = 524
static

Definition at line 764 of file Ppc_const.java.

◆ PPC_INS_QVSTFSX

final int capstone.Ppc_const.PPC_INS_QVSTFSX = 525
static

Definition at line 765 of file Ppc_const.java.

◆ PPC_INS_QVSTFSXA

final int capstone.Ppc_const.PPC_INS_QVSTFSXA = 526
static

Definition at line 766 of file Ppc_const.java.

◆ PPC_INS_QVSTFSXI

final int capstone.Ppc_const.PPC_INS_QVSTFSXI = 527
static

Definition at line 767 of file Ppc_const.java.

◆ PPC_INS_QVSTFSXIA

final int capstone.Ppc_const.PPC_INS_QVSTFSXIA = 528
static

Definition at line 768 of file Ppc_const.java.

◆ PPC_INS_RFCI

final int capstone.Ppc_const.PPC_INS_RFCI = 529
static

Definition at line 769 of file Ppc_const.java.

◆ PPC_INS_RFDI

final int capstone.Ppc_const.PPC_INS_RFDI = 530
static

Definition at line 770 of file Ppc_const.java.

◆ PPC_INS_RFI

final int capstone.Ppc_const.PPC_INS_RFI = 531
static

Definition at line 771 of file Ppc_const.java.

◆ PPC_INS_RFID

final int capstone.Ppc_const.PPC_INS_RFID = 532
static

Definition at line 772 of file Ppc_const.java.

◆ PPC_INS_RFMCI

final int capstone.Ppc_const.PPC_INS_RFMCI = 533
static

Definition at line 773 of file Ppc_const.java.

◆ PPC_INS_RLDCL

final int capstone.Ppc_const.PPC_INS_RLDCL = 534
static

Definition at line 774 of file Ppc_const.java.

◆ PPC_INS_RLDCR

final int capstone.Ppc_const.PPC_INS_RLDCR = 535
static

Definition at line 775 of file Ppc_const.java.

◆ PPC_INS_RLDIC

final int capstone.Ppc_const.PPC_INS_RLDIC = 536
static

Definition at line 776 of file Ppc_const.java.

◆ PPC_INS_RLDICL

final int capstone.Ppc_const.PPC_INS_RLDICL = 537
static

Definition at line 777 of file Ppc_const.java.

◆ PPC_INS_RLDICR

final int capstone.Ppc_const.PPC_INS_RLDICR = 538
static

Definition at line 778 of file Ppc_const.java.

◆ PPC_INS_RLDIMI

final int capstone.Ppc_const.PPC_INS_RLDIMI = 539
static

Definition at line 779 of file Ppc_const.java.

◆ PPC_INS_RLWIMI

final int capstone.Ppc_const.PPC_INS_RLWIMI = 540
static

Definition at line 780 of file Ppc_const.java.

◆ PPC_INS_RLWINM

final int capstone.Ppc_const.PPC_INS_RLWINM = 541
static

Definition at line 781 of file Ppc_const.java.

◆ PPC_INS_RLWNM

final int capstone.Ppc_const.PPC_INS_RLWNM = 542
static

Definition at line 782 of file Ppc_const.java.

◆ PPC_INS_ROTLD

final int capstone.Ppc_const.PPC_INS_ROTLD = 1009
static

Definition at line 1249 of file Ppc_const.java.

◆ PPC_INS_ROTLDI

final int capstone.Ppc_const.PPC_INS_ROTLDI = 1010
static

Definition at line 1250 of file Ppc_const.java.

◆ PPC_INS_ROTLW

final int capstone.Ppc_const.PPC_INS_ROTLW = 1014
static

Definition at line 1254 of file Ppc_const.java.

◆ PPC_INS_ROTLWI

final int capstone.Ppc_const.PPC_INS_ROTLWI = 1012
static

Definition at line 1252 of file Ppc_const.java.

◆ PPC_INS_SC

final int capstone.Ppc_const.PPC_INS_SC = 543
static

Definition at line 783 of file Ppc_const.java.

◆ PPC_INS_SLBIA

final int capstone.Ppc_const.PPC_INS_SLBIA = 544
static

Definition at line 784 of file Ppc_const.java.

◆ PPC_INS_SLBIE

final int capstone.Ppc_const.PPC_INS_SLBIE = 545
static

Definition at line 785 of file Ppc_const.java.

◆ PPC_INS_SLBMFEE

final int capstone.Ppc_const.PPC_INS_SLBMFEE = 546
static

Definition at line 786 of file Ppc_const.java.

◆ PPC_INS_SLBMTE

final int capstone.Ppc_const.PPC_INS_SLBMTE = 547
static

Definition at line 787 of file Ppc_const.java.

◆ PPC_INS_SLD

final int capstone.Ppc_const.PPC_INS_SLD = 548
static

Definition at line 788 of file Ppc_const.java.

◆ PPC_INS_SLDI

final int capstone.Ppc_const.PPC_INS_SLDI = 935
static

Definition at line 1175 of file Ppc_const.java.

◆ PPC_INS_SLW

final int capstone.Ppc_const.PPC_INS_SLW = 549
static

Definition at line 789 of file Ppc_const.java.

◆ PPC_INS_SLWI

final int capstone.Ppc_const.PPC_INS_SLWI = 933
static

Definition at line 1173 of file Ppc_const.java.

◆ PPC_INS_SRAD

final int capstone.Ppc_const.PPC_INS_SRAD = 550
static

Definition at line 790 of file Ppc_const.java.

◆ PPC_INS_SRADI

final int capstone.Ppc_const.PPC_INS_SRADI = 551
static

Definition at line 791 of file Ppc_const.java.

◆ PPC_INS_SRAW

final int capstone.Ppc_const.PPC_INS_SRAW = 552
static

Definition at line 792 of file Ppc_const.java.

◆ PPC_INS_SRAWI

final int capstone.Ppc_const.PPC_INS_SRAWI = 553
static

Definition at line 793 of file Ppc_const.java.

◆ PPC_INS_SRD

final int capstone.Ppc_const.PPC_INS_SRD = 554
static

Definition at line 794 of file Ppc_const.java.

◆ PPC_INS_SRW

final int capstone.Ppc_const.PPC_INS_SRW = 555
static

Definition at line 795 of file Ppc_const.java.

◆ PPC_INS_SRWI

final int capstone.Ppc_const.PPC_INS_SRWI = 934
static

Definition at line 1174 of file Ppc_const.java.

◆ PPC_INS_STB

final int capstone.Ppc_const.PPC_INS_STB = 556
static

Definition at line 796 of file Ppc_const.java.

◆ PPC_INS_STBCIX

final int capstone.Ppc_const.PPC_INS_STBCIX = 557
static

Definition at line 797 of file Ppc_const.java.

◆ PPC_INS_STBU

final int capstone.Ppc_const.PPC_INS_STBU = 558
static

Definition at line 798 of file Ppc_const.java.

◆ PPC_INS_STBUX

final int capstone.Ppc_const.PPC_INS_STBUX = 559
static

Definition at line 799 of file Ppc_const.java.

◆ PPC_INS_STBX

final int capstone.Ppc_const.PPC_INS_STBX = 560
static

Definition at line 800 of file Ppc_const.java.

◆ PPC_INS_STD

final int capstone.Ppc_const.PPC_INS_STD = 561
static

Definition at line 801 of file Ppc_const.java.

◆ PPC_INS_STDBRX

final int capstone.Ppc_const.PPC_INS_STDBRX = 562
static

Definition at line 802 of file Ppc_const.java.

◆ PPC_INS_STDCIX

final int capstone.Ppc_const.PPC_INS_STDCIX = 563
static

Definition at line 803 of file Ppc_const.java.

◆ PPC_INS_STDCX

final int capstone.Ppc_const.PPC_INS_STDCX = 564
static

Definition at line 804 of file Ppc_const.java.

◆ PPC_INS_STDU

final int capstone.Ppc_const.PPC_INS_STDU = 565
static

Definition at line 805 of file Ppc_const.java.

◆ PPC_INS_STDUX

final int capstone.Ppc_const.PPC_INS_STDUX = 566
static

Definition at line 806 of file Ppc_const.java.

◆ PPC_INS_STDX

final int capstone.Ppc_const.PPC_INS_STDX = 567
static

Definition at line 807 of file Ppc_const.java.

◆ PPC_INS_STFD

final int capstone.Ppc_const.PPC_INS_STFD = 568
static

Definition at line 808 of file Ppc_const.java.

◆ PPC_INS_STFDU

final int capstone.Ppc_const.PPC_INS_STFDU = 569
static

Definition at line 809 of file Ppc_const.java.

◆ PPC_INS_STFDUX

final int capstone.Ppc_const.PPC_INS_STFDUX = 570
static

Definition at line 810 of file Ppc_const.java.

◆ PPC_INS_STFDX

final int capstone.Ppc_const.PPC_INS_STFDX = 571
static

Definition at line 811 of file Ppc_const.java.

◆ PPC_INS_STFIWX

final int capstone.Ppc_const.PPC_INS_STFIWX = 572
static

Definition at line 812 of file Ppc_const.java.

◆ PPC_INS_STFS

final int capstone.Ppc_const.PPC_INS_STFS = 573
static

Definition at line 813 of file Ppc_const.java.

◆ PPC_INS_STFSU

final int capstone.Ppc_const.PPC_INS_STFSU = 574
static

Definition at line 814 of file Ppc_const.java.

◆ PPC_INS_STFSUX

final int capstone.Ppc_const.PPC_INS_STFSUX = 575
static

Definition at line 815 of file Ppc_const.java.

◆ PPC_INS_STFSX

final int capstone.Ppc_const.PPC_INS_STFSX = 576
static

Definition at line 816 of file Ppc_const.java.

◆ PPC_INS_STH

final int capstone.Ppc_const.PPC_INS_STH = 577
static

Definition at line 817 of file Ppc_const.java.

◆ PPC_INS_STHBRX

final int capstone.Ppc_const.PPC_INS_STHBRX = 578
static

Definition at line 818 of file Ppc_const.java.

◆ PPC_INS_STHCIX

final int capstone.Ppc_const.PPC_INS_STHCIX = 579
static

Definition at line 819 of file Ppc_const.java.

◆ PPC_INS_STHU

final int capstone.Ppc_const.PPC_INS_STHU = 580
static

Definition at line 820 of file Ppc_const.java.

◆ PPC_INS_STHUX

final int capstone.Ppc_const.PPC_INS_STHUX = 581
static

Definition at line 821 of file Ppc_const.java.

◆ PPC_INS_STHX

final int capstone.Ppc_const.PPC_INS_STHX = 582
static

Definition at line 822 of file Ppc_const.java.

◆ PPC_INS_STMW

final int capstone.Ppc_const.PPC_INS_STMW = 583
static

Definition at line 823 of file Ppc_const.java.

◆ PPC_INS_STSWI

final int capstone.Ppc_const.PPC_INS_STSWI = 584
static

Definition at line 824 of file Ppc_const.java.

◆ PPC_INS_STVEBX

final int capstone.Ppc_const.PPC_INS_STVEBX = 585
static

Definition at line 825 of file Ppc_const.java.

◆ PPC_INS_STVEHX

final int capstone.Ppc_const.PPC_INS_STVEHX = 586
static

Definition at line 826 of file Ppc_const.java.

◆ PPC_INS_STVEWX

final int capstone.Ppc_const.PPC_INS_STVEWX = 587
static

Definition at line 827 of file Ppc_const.java.

◆ PPC_INS_STVX

final int capstone.Ppc_const.PPC_INS_STVX = 588
static

Definition at line 828 of file Ppc_const.java.

◆ PPC_INS_STVXL

final int capstone.Ppc_const.PPC_INS_STVXL = 589
static

Definition at line 829 of file Ppc_const.java.

◆ PPC_INS_STW

final int capstone.Ppc_const.PPC_INS_STW = 590
static

Definition at line 830 of file Ppc_const.java.

◆ PPC_INS_STWBRX

final int capstone.Ppc_const.PPC_INS_STWBRX = 591
static

Definition at line 831 of file Ppc_const.java.

◆ PPC_INS_STWCIX

final int capstone.Ppc_const.PPC_INS_STWCIX = 592
static

Definition at line 832 of file Ppc_const.java.

◆ PPC_INS_STWCX

final int capstone.Ppc_const.PPC_INS_STWCX = 593
static

Definition at line 833 of file Ppc_const.java.

◆ PPC_INS_STWU

final int capstone.Ppc_const.PPC_INS_STWU = 594
static

Definition at line 834 of file Ppc_const.java.

◆ PPC_INS_STWUX

final int capstone.Ppc_const.PPC_INS_STWUX = 595
static

Definition at line 835 of file Ppc_const.java.

◆ PPC_INS_STWX

final int capstone.Ppc_const.PPC_INS_STWX = 596
static

Definition at line 836 of file Ppc_const.java.

◆ PPC_INS_STXSDX

final int capstone.Ppc_const.PPC_INS_STXSDX = 597
static

Definition at line 837 of file Ppc_const.java.

◆ PPC_INS_STXVD2X

final int capstone.Ppc_const.PPC_INS_STXVD2X = 598
static

Definition at line 838 of file Ppc_const.java.

◆ PPC_INS_STXVW4X

final int capstone.Ppc_const.PPC_INS_STXVW4X = 599
static

Definition at line 839 of file Ppc_const.java.

◆ PPC_INS_SUB

final int capstone.Ppc_const.PPC_INS_SUB = 1015
static

Definition at line 1255 of file Ppc_const.java.

◆ PPC_INS_SUBC

final int capstone.Ppc_const.PPC_INS_SUBC = 1016
static

Definition at line 1256 of file Ppc_const.java.

◆ PPC_INS_SUBF

final int capstone.Ppc_const.PPC_INS_SUBF = 600
static

Definition at line 840 of file Ppc_const.java.

◆ PPC_INS_SUBFC

final int capstone.Ppc_const.PPC_INS_SUBFC = 601
static

Definition at line 841 of file Ppc_const.java.

◆ PPC_INS_SUBFE

final int capstone.Ppc_const.PPC_INS_SUBFE = 602
static

Definition at line 842 of file Ppc_const.java.

◆ PPC_INS_SUBFIC

final int capstone.Ppc_const.PPC_INS_SUBFIC = 603
static

Definition at line 843 of file Ppc_const.java.

◆ PPC_INS_SUBFME

final int capstone.Ppc_const.PPC_INS_SUBFME = 604
static

Definition at line 844 of file Ppc_const.java.

◆ PPC_INS_SUBFZE

final int capstone.Ppc_const.PPC_INS_SUBFZE = 605
static

Definition at line 845 of file Ppc_const.java.

◆ PPC_INS_SYNC

final int capstone.Ppc_const.PPC_INS_SYNC = 606
static

Definition at line 846 of file Ppc_const.java.

◆ PPC_INS_TD

final int capstone.Ppc_const.PPC_INS_TD = 607
static

Definition at line 847 of file Ppc_const.java.

◆ PPC_INS_TDEQ

final int capstone.Ppc_const.PPC_INS_TDEQ = 1020
static

Definition at line 1260 of file Ppc_const.java.

◆ PPC_INS_TDEQI

final int capstone.Ppc_const.PPC_INS_TDEQI = 1027
static

Definition at line 1267 of file Ppc_const.java.

◆ PPC_INS_TDGT

final int capstone.Ppc_const.PPC_INS_TDGT = 1021
static

Definition at line 1261 of file Ppc_const.java.

◆ PPC_INS_TDGTI

final int capstone.Ppc_const.PPC_INS_TDGTI = 1028
static

Definition at line 1268 of file Ppc_const.java.

◆ PPC_INS_TDI

final int capstone.Ppc_const.PPC_INS_TDI = 608
static

Definition at line 848 of file Ppc_const.java.

◆ PPC_INS_TDLGT

final int capstone.Ppc_const.PPC_INS_TDLGT = 1024
static

Definition at line 1264 of file Ppc_const.java.

◆ PPC_INS_TDLGTI

final int capstone.Ppc_const.PPC_INS_TDLGTI = 1031
static

Definition at line 1271 of file Ppc_const.java.

◆ PPC_INS_TDLLT

final int capstone.Ppc_const.PPC_INS_TDLLT = 1023
static

Definition at line 1263 of file Ppc_const.java.

◆ PPC_INS_TDLLTI

final int capstone.Ppc_const.PPC_INS_TDLLTI = 1030
static

Definition at line 1270 of file Ppc_const.java.

◆ PPC_INS_TDLT

final int capstone.Ppc_const.PPC_INS_TDLT = 1019
static

Definition at line 1259 of file Ppc_const.java.

◆ PPC_INS_TDLTI

final int capstone.Ppc_const.PPC_INS_TDLTI = 1026
static

Definition at line 1266 of file Ppc_const.java.

◆ PPC_INS_TDNE

final int capstone.Ppc_const.PPC_INS_TDNE = 1022
static

Definition at line 1262 of file Ppc_const.java.

◆ PPC_INS_TDNEI

final int capstone.Ppc_const.PPC_INS_TDNEI = 1029
static

Definition at line 1269 of file Ppc_const.java.

◆ PPC_INS_TDU

final int capstone.Ppc_const.PPC_INS_TDU = 1025
static

Definition at line 1265 of file Ppc_const.java.

◆ PPC_INS_TDUI

final int capstone.Ppc_const.PPC_INS_TDUI = 1032
static

Definition at line 1272 of file Ppc_const.java.

◆ PPC_INS_TLBIA

final int capstone.Ppc_const.PPC_INS_TLBIA = 609
static

Definition at line 849 of file Ppc_const.java.

◆ PPC_INS_TLBIE

final int capstone.Ppc_const.PPC_INS_TLBIE = 610
static

Definition at line 850 of file Ppc_const.java.

◆ PPC_INS_TLBIEL

final int capstone.Ppc_const.PPC_INS_TLBIEL = 611
static

Definition at line 851 of file Ppc_const.java.

◆ PPC_INS_TLBIVAX

final int capstone.Ppc_const.PPC_INS_TLBIVAX = 612
static

Definition at line 852 of file Ppc_const.java.

◆ PPC_INS_TLBLD

final int capstone.Ppc_const.PPC_INS_TLBLD = 613
static

Definition at line 853 of file Ppc_const.java.

◆ PPC_INS_TLBLI

final int capstone.Ppc_const.PPC_INS_TLBLI = 614
static

Definition at line 854 of file Ppc_const.java.

◆ PPC_INS_TLBRE

final int capstone.Ppc_const.PPC_INS_TLBRE = 615
static

Definition at line 855 of file Ppc_const.java.

◆ PPC_INS_TLBREHI

final int capstone.Ppc_const.PPC_INS_TLBREHI = 1033
static

Definition at line 1273 of file Ppc_const.java.

◆ PPC_INS_TLBRELO

final int capstone.Ppc_const.PPC_INS_TLBRELO = 1034
static

Definition at line 1274 of file Ppc_const.java.

◆ PPC_INS_TLBSX

final int capstone.Ppc_const.PPC_INS_TLBSX = 616
static

Definition at line 856 of file Ppc_const.java.

◆ PPC_INS_TLBSYNC

final int capstone.Ppc_const.PPC_INS_TLBSYNC = 617
static

Definition at line 857 of file Ppc_const.java.

◆ PPC_INS_TLBWE

final int capstone.Ppc_const.PPC_INS_TLBWE = 618
static

Definition at line 858 of file Ppc_const.java.

◆ PPC_INS_TLBWEHI

final int capstone.Ppc_const.PPC_INS_TLBWEHI = 1035
static

Definition at line 1275 of file Ppc_const.java.

◆ PPC_INS_TLBWELO

final int capstone.Ppc_const.PPC_INS_TLBWELO = 1036
static

Definition at line 1276 of file Ppc_const.java.

◆ PPC_INS_TRAP

final int capstone.Ppc_const.PPC_INS_TRAP = 619
static

Definition at line 859 of file Ppc_const.java.

◆ PPC_INS_TW

final int capstone.Ppc_const.PPC_INS_TW = 620
static

Definition at line 860 of file Ppc_const.java.

◆ PPC_INS_TWEQ

final int capstone.Ppc_const.PPC_INS_TWEQ = 1038
static

Definition at line 1278 of file Ppc_const.java.

◆ PPC_INS_TWEQI

final int capstone.Ppc_const.PPC_INS_TWEQI = 1045
static

Definition at line 1285 of file Ppc_const.java.

◆ PPC_INS_TWGT

final int capstone.Ppc_const.PPC_INS_TWGT = 1039
static

Definition at line 1279 of file Ppc_const.java.

◆ PPC_INS_TWGTI

final int capstone.Ppc_const.PPC_INS_TWGTI = 1046
static

Definition at line 1286 of file Ppc_const.java.

◆ PPC_INS_TWI

final int capstone.Ppc_const.PPC_INS_TWI = 621
static

Definition at line 861 of file Ppc_const.java.

◆ PPC_INS_TWLGT

final int capstone.Ppc_const.PPC_INS_TWLGT = 1042
static

Definition at line 1282 of file Ppc_const.java.

◆ PPC_INS_TWLGTI

final int capstone.Ppc_const.PPC_INS_TWLGTI = 1049
static

Definition at line 1289 of file Ppc_const.java.

◆ PPC_INS_TWLLT

final int capstone.Ppc_const.PPC_INS_TWLLT = 1041
static

Definition at line 1281 of file Ppc_const.java.

◆ PPC_INS_TWLLTI

final int capstone.Ppc_const.PPC_INS_TWLLTI = 1048
static

Definition at line 1288 of file Ppc_const.java.

◆ PPC_INS_TWLT

final int capstone.Ppc_const.PPC_INS_TWLT = 1037
static

Definition at line 1277 of file Ppc_const.java.

◆ PPC_INS_TWLTI

final int capstone.Ppc_const.PPC_INS_TWLTI = 1044
static

Definition at line 1284 of file Ppc_const.java.

◆ PPC_INS_TWNE

final int capstone.Ppc_const.PPC_INS_TWNE = 1040
static

Definition at line 1280 of file Ppc_const.java.

◆ PPC_INS_TWNEI

final int capstone.Ppc_const.PPC_INS_TWNEI = 1047
static

Definition at line 1287 of file Ppc_const.java.

◆ PPC_INS_TWU

final int capstone.Ppc_const.PPC_INS_TWU = 1043
static

Definition at line 1283 of file Ppc_const.java.

◆ PPC_INS_TWUI

final int capstone.Ppc_const.PPC_INS_TWUI = 1050
static

Definition at line 1290 of file Ppc_const.java.

◆ PPC_INS_VADDCUW

final int capstone.Ppc_const.PPC_INS_VADDCUW = 622
static

Definition at line 862 of file Ppc_const.java.

◆ PPC_INS_VADDFP

final int capstone.Ppc_const.PPC_INS_VADDFP = 623
static

Definition at line 863 of file Ppc_const.java.

◆ PPC_INS_VADDSBS

final int capstone.Ppc_const.PPC_INS_VADDSBS = 624
static

Definition at line 864 of file Ppc_const.java.

◆ PPC_INS_VADDSHS

final int capstone.Ppc_const.PPC_INS_VADDSHS = 625
static

Definition at line 865 of file Ppc_const.java.

◆ PPC_INS_VADDSWS

final int capstone.Ppc_const.PPC_INS_VADDSWS = 626
static

Definition at line 866 of file Ppc_const.java.

◆ PPC_INS_VADDUBM

final int capstone.Ppc_const.PPC_INS_VADDUBM = 627
static

Definition at line 867 of file Ppc_const.java.

◆ PPC_INS_VADDUBS

final int capstone.Ppc_const.PPC_INS_VADDUBS = 628
static

Definition at line 868 of file Ppc_const.java.

◆ PPC_INS_VADDUDM

final int capstone.Ppc_const.PPC_INS_VADDUDM = 629
static

Definition at line 869 of file Ppc_const.java.

◆ PPC_INS_VADDUHM

final int capstone.Ppc_const.PPC_INS_VADDUHM = 630
static

Definition at line 870 of file Ppc_const.java.

◆ PPC_INS_VADDUHS

final int capstone.Ppc_const.PPC_INS_VADDUHS = 631
static

Definition at line 871 of file Ppc_const.java.

◆ PPC_INS_VADDUWM

final int capstone.Ppc_const.PPC_INS_VADDUWM = 632
static

Definition at line 872 of file Ppc_const.java.

◆ PPC_INS_VADDUWS

final int capstone.Ppc_const.PPC_INS_VADDUWS = 633
static

Definition at line 873 of file Ppc_const.java.

◆ PPC_INS_VAND

final int capstone.Ppc_const.PPC_INS_VAND = 634
static

Definition at line 874 of file Ppc_const.java.

◆ PPC_INS_VANDC

final int capstone.Ppc_const.PPC_INS_VANDC = 635
static

Definition at line 875 of file Ppc_const.java.

◆ PPC_INS_VAVGSB

final int capstone.Ppc_const.PPC_INS_VAVGSB = 636
static

Definition at line 876 of file Ppc_const.java.

◆ PPC_INS_VAVGSH

final int capstone.Ppc_const.PPC_INS_VAVGSH = 637
static

Definition at line 877 of file Ppc_const.java.

◆ PPC_INS_VAVGSW

final int capstone.Ppc_const.PPC_INS_VAVGSW = 638
static

Definition at line 878 of file Ppc_const.java.

◆ PPC_INS_VAVGUB

final int capstone.Ppc_const.PPC_INS_VAVGUB = 639
static

Definition at line 879 of file Ppc_const.java.

◆ PPC_INS_VAVGUH

final int capstone.Ppc_const.PPC_INS_VAVGUH = 640
static

Definition at line 880 of file Ppc_const.java.

◆ PPC_INS_VAVGUW

final int capstone.Ppc_const.PPC_INS_VAVGUW = 641
static

Definition at line 881 of file Ppc_const.java.

◆ PPC_INS_VCFSX

final int capstone.Ppc_const.PPC_INS_VCFSX = 642
static

Definition at line 882 of file Ppc_const.java.

◆ PPC_INS_VCFUX

final int capstone.Ppc_const.PPC_INS_VCFUX = 643
static

Definition at line 883 of file Ppc_const.java.

◆ PPC_INS_VCLZB

final int capstone.Ppc_const.PPC_INS_VCLZB = 644
static

Definition at line 884 of file Ppc_const.java.

◆ PPC_INS_VCLZD

final int capstone.Ppc_const.PPC_INS_VCLZD = 645
static

Definition at line 885 of file Ppc_const.java.

◆ PPC_INS_VCLZH

final int capstone.Ppc_const.PPC_INS_VCLZH = 646
static

Definition at line 886 of file Ppc_const.java.

◆ PPC_INS_VCLZW

final int capstone.Ppc_const.PPC_INS_VCLZW = 647
static

Definition at line 887 of file Ppc_const.java.

◆ PPC_INS_VCMPBFP

final int capstone.Ppc_const.PPC_INS_VCMPBFP = 648
static

Definition at line 888 of file Ppc_const.java.

◆ PPC_INS_VCMPEQFP

final int capstone.Ppc_const.PPC_INS_VCMPEQFP = 649
static

Definition at line 889 of file Ppc_const.java.

◆ PPC_INS_VCMPEQUB

final int capstone.Ppc_const.PPC_INS_VCMPEQUB = 650
static

Definition at line 890 of file Ppc_const.java.

◆ PPC_INS_VCMPEQUD

final int capstone.Ppc_const.PPC_INS_VCMPEQUD = 651
static

Definition at line 891 of file Ppc_const.java.

◆ PPC_INS_VCMPEQUH

final int capstone.Ppc_const.PPC_INS_VCMPEQUH = 652
static

Definition at line 892 of file Ppc_const.java.

◆ PPC_INS_VCMPEQUW

final int capstone.Ppc_const.PPC_INS_VCMPEQUW = 653
static

Definition at line 893 of file Ppc_const.java.

◆ PPC_INS_VCMPGEFP

final int capstone.Ppc_const.PPC_INS_VCMPGEFP = 654
static

Definition at line 894 of file Ppc_const.java.

◆ PPC_INS_VCMPGTFP

final int capstone.Ppc_const.PPC_INS_VCMPGTFP = 655
static

Definition at line 895 of file Ppc_const.java.

◆ PPC_INS_VCMPGTSB

final int capstone.Ppc_const.PPC_INS_VCMPGTSB = 656
static

Definition at line 896 of file Ppc_const.java.

◆ PPC_INS_VCMPGTSD

final int capstone.Ppc_const.PPC_INS_VCMPGTSD = 657
static

Definition at line 897 of file Ppc_const.java.

◆ PPC_INS_VCMPGTSH

final int capstone.Ppc_const.PPC_INS_VCMPGTSH = 658
static

Definition at line 898 of file Ppc_const.java.

◆ PPC_INS_VCMPGTSW

final int capstone.Ppc_const.PPC_INS_VCMPGTSW = 659
static

Definition at line 899 of file Ppc_const.java.

◆ PPC_INS_VCMPGTUB

final int capstone.Ppc_const.PPC_INS_VCMPGTUB = 660
static

Definition at line 900 of file Ppc_const.java.

◆ PPC_INS_VCMPGTUD

final int capstone.Ppc_const.PPC_INS_VCMPGTUD = 661
static

Definition at line 901 of file Ppc_const.java.

◆ PPC_INS_VCMPGTUH

final int capstone.Ppc_const.PPC_INS_VCMPGTUH = 662
static

Definition at line 902 of file Ppc_const.java.

◆ PPC_INS_VCMPGTUW

final int capstone.Ppc_const.PPC_INS_VCMPGTUW = 663
static

Definition at line 903 of file Ppc_const.java.

◆ PPC_INS_VCTSXS

final int capstone.Ppc_const.PPC_INS_VCTSXS = 664
static

Definition at line 904 of file Ppc_const.java.

◆ PPC_INS_VCTUXS

final int capstone.Ppc_const.PPC_INS_VCTUXS = 665
static

Definition at line 905 of file Ppc_const.java.

◆ PPC_INS_VEQV

final int capstone.Ppc_const.PPC_INS_VEQV = 666
static

Definition at line 906 of file Ppc_const.java.

◆ PPC_INS_VEXPTEFP

final int capstone.Ppc_const.PPC_INS_VEXPTEFP = 667
static

Definition at line 907 of file Ppc_const.java.

◆ PPC_INS_VLOGEFP

final int capstone.Ppc_const.PPC_INS_VLOGEFP = 668
static

Definition at line 908 of file Ppc_const.java.

◆ PPC_INS_VMADDFP

final int capstone.Ppc_const.PPC_INS_VMADDFP = 669
static

Definition at line 909 of file Ppc_const.java.

◆ PPC_INS_VMAXFP

final int capstone.Ppc_const.PPC_INS_VMAXFP = 670
static

Definition at line 910 of file Ppc_const.java.

◆ PPC_INS_VMAXSB

final int capstone.Ppc_const.PPC_INS_VMAXSB = 671
static

Definition at line 911 of file Ppc_const.java.

◆ PPC_INS_VMAXSD

final int capstone.Ppc_const.PPC_INS_VMAXSD = 672
static

Definition at line 912 of file Ppc_const.java.

◆ PPC_INS_VMAXSH

final int capstone.Ppc_const.PPC_INS_VMAXSH = 673
static

Definition at line 913 of file Ppc_const.java.

◆ PPC_INS_VMAXSW

final int capstone.Ppc_const.PPC_INS_VMAXSW = 674
static

Definition at line 914 of file Ppc_const.java.

◆ PPC_INS_VMAXUB

final int capstone.Ppc_const.PPC_INS_VMAXUB = 675
static

Definition at line 915 of file Ppc_const.java.

◆ PPC_INS_VMAXUD

final int capstone.Ppc_const.PPC_INS_VMAXUD = 676
static

Definition at line 916 of file Ppc_const.java.

◆ PPC_INS_VMAXUH

final int capstone.Ppc_const.PPC_INS_VMAXUH = 677
static

Definition at line 917 of file Ppc_const.java.

◆ PPC_INS_VMAXUW

final int capstone.Ppc_const.PPC_INS_VMAXUW = 678
static

Definition at line 918 of file Ppc_const.java.

◆ PPC_INS_VMHADDSHS

final int capstone.Ppc_const.PPC_INS_VMHADDSHS = 679
static

Definition at line 919 of file Ppc_const.java.

◆ PPC_INS_VMHRADDSHS

final int capstone.Ppc_const.PPC_INS_VMHRADDSHS = 680
static

Definition at line 920 of file Ppc_const.java.

◆ PPC_INS_VMINFP

final int capstone.Ppc_const.PPC_INS_VMINFP = 682
static

Definition at line 922 of file Ppc_const.java.

◆ PPC_INS_VMINSB

final int capstone.Ppc_const.PPC_INS_VMINSB = 683
static

Definition at line 923 of file Ppc_const.java.

◆ PPC_INS_VMINSD

final int capstone.Ppc_const.PPC_INS_VMINSD = 684
static

Definition at line 924 of file Ppc_const.java.

◆ PPC_INS_VMINSH

final int capstone.Ppc_const.PPC_INS_VMINSH = 685
static

Definition at line 925 of file Ppc_const.java.

◆ PPC_INS_VMINSW

final int capstone.Ppc_const.PPC_INS_VMINSW = 686
static

Definition at line 926 of file Ppc_const.java.

◆ PPC_INS_VMINUB

final int capstone.Ppc_const.PPC_INS_VMINUB = 687
static

Definition at line 927 of file Ppc_const.java.

◆ PPC_INS_VMINUD

final int capstone.Ppc_const.PPC_INS_VMINUD = 681
static

Definition at line 921 of file Ppc_const.java.

◆ PPC_INS_VMINUH

final int capstone.Ppc_const.PPC_INS_VMINUH = 688
static

Definition at line 928 of file Ppc_const.java.

◆ PPC_INS_VMINUW

final int capstone.Ppc_const.PPC_INS_VMINUW = 689
static

Definition at line 929 of file Ppc_const.java.

◆ PPC_INS_VMLADDUHM

final int capstone.Ppc_const.PPC_INS_VMLADDUHM = 690
static

Definition at line 930 of file Ppc_const.java.

◆ PPC_INS_VMRGHB

final int capstone.Ppc_const.PPC_INS_VMRGHB = 691
static

Definition at line 931 of file Ppc_const.java.

◆ PPC_INS_VMRGHH

final int capstone.Ppc_const.PPC_INS_VMRGHH = 692
static

Definition at line 932 of file Ppc_const.java.

◆ PPC_INS_VMRGHW

final int capstone.Ppc_const.PPC_INS_VMRGHW = 693
static

Definition at line 933 of file Ppc_const.java.

◆ PPC_INS_VMRGLB

final int capstone.Ppc_const.PPC_INS_VMRGLB = 694
static

Definition at line 934 of file Ppc_const.java.

◆ PPC_INS_VMRGLH

final int capstone.Ppc_const.PPC_INS_VMRGLH = 695
static

Definition at line 935 of file Ppc_const.java.

◆ PPC_INS_VMRGLW

final int capstone.Ppc_const.PPC_INS_VMRGLW = 696
static

Definition at line 936 of file Ppc_const.java.

◆ PPC_INS_VMSUMMBM

final int capstone.Ppc_const.PPC_INS_VMSUMMBM = 697
static

Definition at line 937 of file Ppc_const.java.

◆ PPC_INS_VMSUMSHM

final int capstone.Ppc_const.PPC_INS_VMSUMSHM = 698
static

Definition at line 938 of file Ppc_const.java.

◆ PPC_INS_VMSUMSHS

final int capstone.Ppc_const.PPC_INS_VMSUMSHS = 699
static

Definition at line 939 of file Ppc_const.java.

◆ PPC_INS_VMSUMUBM

final int capstone.Ppc_const.PPC_INS_VMSUMUBM = 700
static

Definition at line 940 of file Ppc_const.java.

◆ PPC_INS_VMSUMUHM

final int capstone.Ppc_const.PPC_INS_VMSUMUHM = 701
static

Definition at line 941 of file Ppc_const.java.

◆ PPC_INS_VMSUMUHS

final int capstone.Ppc_const.PPC_INS_VMSUMUHS = 702
static

Definition at line 942 of file Ppc_const.java.

◆ PPC_INS_VMULESB

final int capstone.Ppc_const.PPC_INS_VMULESB = 703
static

Definition at line 943 of file Ppc_const.java.

◆ PPC_INS_VMULESH

final int capstone.Ppc_const.PPC_INS_VMULESH = 704
static

Definition at line 944 of file Ppc_const.java.

◆ PPC_INS_VMULESW

final int capstone.Ppc_const.PPC_INS_VMULESW = 705
static

Definition at line 945 of file Ppc_const.java.

◆ PPC_INS_VMULEUB

final int capstone.Ppc_const.PPC_INS_VMULEUB = 706
static

Definition at line 946 of file Ppc_const.java.

◆ PPC_INS_VMULEUH

final int capstone.Ppc_const.PPC_INS_VMULEUH = 707
static

Definition at line 947 of file Ppc_const.java.

◆ PPC_INS_VMULEUW

final int capstone.Ppc_const.PPC_INS_VMULEUW = 708
static

Definition at line 948 of file Ppc_const.java.

◆ PPC_INS_VMULOSB

final int capstone.Ppc_const.PPC_INS_VMULOSB = 709
static

Definition at line 949 of file Ppc_const.java.

◆ PPC_INS_VMULOSH

final int capstone.Ppc_const.PPC_INS_VMULOSH = 710
static

Definition at line 950 of file Ppc_const.java.

◆ PPC_INS_VMULOSW

final int capstone.Ppc_const.PPC_INS_VMULOSW = 711
static

Definition at line 951 of file Ppc_const.java.

◆ PPC_INS_VMULOUB

final int capstone.Ppc_const.PPC_INS_VMULOUB = 712
static

Definition at line 952 of file Ppc_const.java.

◆ PPC_INS_VMULOUH

final int capstone.Ppc_const.PPC_INS_VMULOUH = 713
static

Definition at line 953 of file Ppc_const.java.

◆ PPC_INS_VMULOUW

final int capstone.Ppc_const.PPC_INS_VMULOUW = 714
static

Definition at line 954 of file Ppc_const.java.

◆ PPC_INS_VMULUWM

final int capstone.Ppc_const.PPC_INS_VMULUWM = 715
static

Definition at line 955 of file Ppc_const.java.

◆ PPC_INS_VNAND

final int capstone.Ppc_const.PPC_INS_VNAND = 716
static

Definition at line 956 of file Ppc_const.java.

◆ PPC_INS_VNMSUBFP

final int capstone.Ppc_const.PPC_INS_VNMSUBFP = 717
static

Definition at line 957 of file Ppc_const.java.

◆ PPC_INS_VNOR

final int capstone.Ppc_const.PPC_INS_VNOR = 718
static

Definition at line 958 of file Ppc_const.java.

◆ PPC_INS_VOR

final int capstone.Ppc_const.PPC_INS_VOR = 719
static

Definition at line 959 of file Ppc_const.java.

◆ PPC_INS_VORC

final int capstone.Ppc_const.PPC_INS_VORC = 720
static

Definition at line 960 of file Ppc_const.java.

◆ PPC_INS_VPERM

final int capstone.Ppc_const.PPC_INS_VPERM = 721
static

Definition at line 961 of file Ppc_const.java.

◆ PPC_INS_VPKPX

final int capstone.Ppc_const.PPC_INS_VPKPX = 722
static

Definition at line 962 of file Ppc_const.java.

◆ PPC_INS_VPKSHSS

final int capstone.Ppc_const.PPC_INS_VPKSHSS = 723
static

Definition at line 963 of file Ppc_const.java.

◆ PPC_INS_VPKSHUS

final int capstone.Ppc_const.PPC_INS_VPKSHUS = 724
static

Definition at line 964 of file Ppc_const.java.

◆ PPC_INS_VPKSWSS

final int capstone.Ppc_const.PPC_INS_VPKSWSS = 725
static

Definition at line 965 of file Ppc_const.java.

◆ PPC_INS_VPKSWUS

final int capstone.Ppc_const.PPC_INS_VPKSWUS = 726
static

Definition at line 966 of file Ppc_const.java.

◆ PPC_INS_VPKUHUM

final int capstone.Ppc_const.PPC_INS_VPKUHUM = 727
static

Definition at line 967 of file Ppc_const.java.

◆ PPC_INS_VPKUHUS

final int capstone.Ppc_const.PPC_INS_VPKUHUS = 728
static

Definition at line 968 of file Ppc_const.java.

◆ PPC_INS_VPKUWUM

final int capstone.Ppc_const.PPC_INS_VPKUWUM = 729
static

Definition at line 969 of file Ppc_const.java.

◆ PPC_INS_VPKUWUS

final int capstone.Ppc_const.PPC_INS_VPKUWUS = 730
static

Definition at line 970 of file Ppc_const.java.

◆ PPC_INS_VPOPCNTB

final int capstone.Ppc_const.PPC_INS_VPOPCNTB = 731
static

Definition at line 971 of file Ppc_const.java.

◆ PPC_INS_VPOPCNTD

final int capstone.Ppc_const.PPC_INS_VPOPCNTD = 732
static

Definition at line 972 of file Ppc_const.java.

◆ PPC_INS_VPOPCNTH

final int capstone.Ppc_const.PPC_INS_VPOPCNTH = 733
static

Definition at line 973 of file Ppc_const.java.

◆ PPC_INS_VPOPCNTW

final int capstone.Ppc_const.PPC_INS_VPOPCNTW = 734
static

Definition at line 974 of file Ppc_const.java.

◆ PPC_INS_VREFP

final int capstone.Ppc_const.PPC_INS_VREFP = 735
static

Definition at line 975 of file Ppc_const.java.

◆ PPC_INS_VRFIM

final int capstone.Ppc_const.PPC_INS_VRFIM = 736
static

Definition at line 976 of file Ppc_const.java.

◆ PPC_INS_VRFIN

final int capstone.Ppc_const.PPC_INS_VRFIN = 737
static

Definition at line 977 of file Ppc_const.java.

◆ PPC_INS_VRFIP

final int capstone.Ppc_const.PPC_INS_VRFIP = 738
static

Definition at line 978 of file Ppc_const.java.

◆ PPC_INS_VRFIZ

final int capstone.Ppc_const.PPC_INS_VRFIZ = 739
static

Definition at line 979 of file Ppc_const.java.

◆ PPC_INS_VRLB

final int capstone.Ppc_const.PPC_INS_VRLB = 740
static

Definition at line 980 of file Ppc_const.java.

◆ PPC_INS_VRLD

final int capstone.Ppc_const.PPC_INS_VRLD = 741
static

Definition at line 981 of file Ppc_const.java.

◆ PPC_INS_VRLH

final int capstone.Ppc_const.PPC_INS_VRLH = 742
static

Definition at line 982 of file Ppc_const.java.

◆ PPC_INS_VRLW

final int capstone.Ppc_const.PPC_INS_VRLW = 743
static

Definition at line 983 of file Ppc_const.java.

◆ PPC_INS_VRSQRTEFP

final int capstone.Ppc_const.PPC_INS_VRSQRTEFP = 744
static

Definition at line 984 of file Ppc_const.java.

◆ PPC_INS_VSEL

final int capstone.Ppc_const.PPC_INS_VSEL = 745
static

Definition at line 985 of file Ppc_const.java.

◆ PPC_INS_VSL

final int capstone.Ppc_const.PPC_INS_VSL = 746
static

Definition at line 986 of file Ppc_const.java.

◆ PPC_INS_VSLB

final int capstone.Ppc_const.PPC_INS_VSLB = 747
static

Definition at line 987 of file Ppc_const.java.

◆ PPC_INS_VSLD

final int capstone.Ppc_const.PPC_INS_VSLD = 748
static

Definition at line 988 of file Ppc_const.java.

◆ PPC_INS_VSLDOI

final int capstone.Ppc_const.PPC_INS_VSLDOI = 749
static

Definition at line 989 of file Ppc_const.java.

◆ PPC_INS_VSLH

final int capstone.Ppc_const.PPC_INS_VSLH = 750
static

Definition at line 990 of file Ppc_const.java.

◆ PPC_INS_VSLO

final int capstone.Ppc_const.PPC_INS_VSLO = 751
static

Definition at line 991 of file Ppc_const.java.

◆ PPC_INS_VSLW

final int capstone.Ppc_const.PPC_INS_VSLW = 752
static

Definition at line 992 of file Ppc_const.java.

◆ PPC_INS_VSPLTB

final int capstone.Ppc_const.PPC_INS_VSPLTB = 753
static

Definition at line 993 of file Ppc_const.java.

◆ PPC_INS_VSPLTH

final int capstone.Ppc_const.PPC_INS_VSPLTH = 754
static

Definition at line 994 of file Ppc_const.java.

◆ PPC_INS_VSPLTISB

final int capstone.Ppc_const.PPC_INS_VSPLTISB = 755
static

Definition at line 995 of file Ppc_const.java.

◆ PPC_INS_VSPLTISH

final int capstone.Ppc_const.PPC_INS_VSPLTISH = 756
static

Definition at line 996 of file Ppc_const.java.

◆ PPC_INS_VSPLTISW

final int capstone.Ppc_const.PPC_INS_VSPLTISW = 757
static

Definition at line 997 of file Ppc_const.java.

◆ PPC_INS_VSPLTW

final int capstone.Ppc_const.PPC_INS_VSPLTW = 758
static

Definition at line 998 of file Ppc_const.java.

◆ PPC_INS_VSR

final int capstone.Ppc_const.PPC_INS_VSR = 759
static

Definition at line 999 of file Ppc_const.java.

◆ PPC_INS_VSRAB

final int capstone.Ppc_const.PPC_INS_VSRAB = 760
static

Definition at line 1000 of file Ppc_const.java.

◆ PPC_INS_VSRAD

final int capstone.Ppc_const.PPC_INS_VSRAD = 761
static

Definition at line 1001 of file Ppc_const.java.

◆ PPC_INS_VSRAH

final int capstone.Ppc_const.PPC_INS_VSRAH = 762
static

Definition at line 1002 of file Ppc_const.java.

◆ PPC_INS_VSRAW

final int capstone.Ppc_const.PPC_INS_VSRAW = 763
static

Definition at line 1003 of file Ppc_const.java.

◆ PPC_INS_VSRB

final int capstone.Ppc_const.PPC_INS_VSRB = 764
static

Definition at line 1004 of file Ppc_const.java.

◆ PPC_INS_VSRD

final int capstone.Ppc_const.PPC_INS_VSRD = 765
static

Definition at line 1005 of file Ppc_const.java.

◆ PPC_INS_VSRH

final int capstone.Ppc_const.PPC_INS_VSRH = 766
static

Definition at line 1006 of file Ppc_const.java.

◆ PPC_INS_VSRO

final int capstone.Ppc_const.PPC_INS_VSRO = 767
static

Definition at line 1007 of file Ppc_const.java.

◆ PPC_INS_VSRW

final int capstone.Ppc_const.PPC_INS_VSRW = 768
static

Definition at line 1008 of file Ppc_const.java.

◆ PPC_INS_VSUBCUW

final int capstone.Ppc_const.PPC_INS_VSUBCUW = 769
static

Definition at line 1009 of file Ppc_const.java.

◆ PPC_INS_VSUBFP

final int capstone.Ppc_const.PPC_INS_VSUBFP = 770
static

Definition at line 1010 of file Ppc_const.java.

◆ PPC_INS_VSUBSBS

final int capstone.Ppc_const.PPC_INS_VSUBSBS = 771
static

Definition at line 1011 of file Ppc_const.java.

◆ PPC_INS_VSUBSHS

final int capstone.Ppc_const.PPC_INS_VSUBSHS = 772
static

Definition at line 1012 of file Ppc_const.java.

◆ PPC_INS_VSUBSWS

final int capstone.Ppc_const.PPC_INS_VSUBSWS = 773
static

Definition at line 1013 of file Ppc_const.java.

◆ PPC_INS_VSUBUBM

final int capstone.Ppc_const.PPC_INS_VSUBUBM = 774
static

Definition at line 1014 of file Ppc_const.java.

◆ PPC_INS_VSUBUBS

final int capstone.Ppc_const.PPC_INS_VSUBUBS = 775
static

Definition at line 1015 of file Ppc_const.java.

◆ PPC_INS_VSUBUDM

final int capstone.Ppc_const.PPC_INS_VSUBUDM = 776
static

Definition at line 1016 of file Ppc_const.java.

◆ PPC_INS_VSUBUHM

final int capstone.Ppc_const.PPC_INS_VSUBUHM = 777
static

Definition at line 1017 of file Ppc_const.java.

◆ PPC_INS_VSUBUHS

final int capstone.Ppc_const.PPC_INS_VSUBUHS = 778
static

Definition at line 1018 of file Ppc_const.java.

◆ PPC_INS_VSUBUWM

final int capstone.Ppc_const.PPC_INS_VSUBUWM = 779
static

Definition at line 1019 of file Ppc_const.java.

◆ PPC_INS_VSUBUWS

final int capstone.Ppc_const.PPC_INS_VSUBUWS = 780
static

Definition at line 1020 of file Ppc_const.java.

◆ PPC_INS_VSUM2SWS

final int capstone.Ppc_const.PPC_INS_VSUM2SWS = 781
static

Definition at line 1021 of file Ppc_const.java.

◆ PPC_INS_VSUM4SBS

final int capstone.Ppc_const.PPC_INS_VSUM4SBS = 782
static

Definition at line 1022 of file Ppc_const.java.

◆ PPC_INS_VSUM4SHS

final int capstone.Ppc_const.PPC_INS_VSUM4SHS = 783
static

Definition at line 1023 of file Ppc_const.java.

◆ PPC_INS_VSUM4UBS

final int capstone.Ppc_const.PPC_INS_VSUM4UBS = 784
static

Definition at line 1024 of file Ppc_const.java.

◆ PPC_INS_VSUMSWS

final int capstone.Ppc_const.PPC_INS_VSUMSWS = 785
static

Definition at line 1025 of file Ppc_const.java.

◆ PPC_INS_VUPKHPX

final int capstone.Ppc_const.PPC_INS_VUPKHPX = 786
static

Definition at line 1026 of file Ppc_const.java.

◆ PPC_INS_VUPKHSB

final int capstone.Ppc_const.PPC_INS_VUPKHSB = 787
static

Definition at line 1027 of file Ppc_const.java.

◆ PPC_INS_VUPKHSH

final int capstone.Ppc_const.PPC_INS_VUPKHSH = 788
static

Definition at line 1028 of file Ppc_const.java.

◆ PPC_INS_VUPKLPX

final int capstone.Ppc_const.PPC_INS_VUPKLPX = 789
static

Definition at line 1029 of file Ppc_const.java.

◆ PPC_INS_VUPKLSB

final int capstone.Ppc_const.PPC_INS_VUPKLSB = 790
static

Definition at line 1030 of file Ppc_const.java.

◆ PPC_INS_VUPKLSH

final int capstone.Ppc_const.PPC_INS_VUPKLSH = 791
static

Definition at line 1031 of file Ppc_const.java.

◆ PPC_INS_VXOR

final int capstone.Ppc_const.PPC_INS_VXOR = 792
static

Definition at line 1032 of file Ppc_const.java.

◆ PPC_INS_WAIT

final int capstone.Ppc_const.PPC_INS_WAIT = 793
static

Definition at line 1033 of file Ppc_const.java.

◆ PPC_INS_WAITIMPL

final int capstone.Ppc_const.PPC_INS_WAITIMPL = 1052
static

Definition at line 1292 of file Ppc_const.java.

◆ PPC_INS_WAITRSV

final int capstone.Ppc_const.PPC_INS_WAITRSV = 1051
static

Definition at line 1291 of file Ppc_const.java.

◆ PPC_INS_WRTEE

final int capstone.Ppc_const.PPC_INS_WRTEE = 794
static

Definition at line 1034 of file Ppc_const.java.

◆ PPC_INS_WRTEEI

final int capstone.Ppc_const.PPC_INS_WRTEEI = 795
static

Definition at line 1035 of file Ppc_const.java.

◆ PPC_INS_XNOP

final int capstone.Ppc_const.PPC_INS_XNOP = 1053
static

Definition at line 1293 of file Ppc_const.java.

◆ PPC_INS_XOR

final int capstone.Ppc_const.PPC_INS_XOR = 796
static

Definition at line 1036 of file Ppc_const.java.

◆ PPC_INS_XORI

final int capstone.Ppc_const.PPC_INS_XORI = 797
static

Definition at line 1037 of file Ppc_const.java.

◆ PPC_INS_XORIS

final int capstone.Ppc_const.PPC_INS_XORIS = 798
static

Definition at line 1038 of file Ppc_const.java.

◆ PPC_INS_XSABSDP

final int capstone.Ppc_const.PPC_INS_XSABSDP = 799
static

Definition at line 1039 of file Ppc_const.java.

◆ PPC_INS_XSADDDP

final int capstone.Ppc_const.PPC_INS_XSADDDP = 800
static

Definition at line 1040 of file Ppc_const.java.

◆ PPC_INS_XSCMPODP

final int capstone.Ppc_const.PPC_INS_XSCMPODP = 801
static

Definition at line 1041 of file Ppc_const.java.

◆ PPC_INS_XSCMPUDP

final int capstone.Ppc_const.PPC_INS_XSCMPUDP = 802
static

Definition at line 1042 of file Ppc_const.java.

◆ PPC_INS_XSCPSGNDP

final int capstone.Ppc_const.PPC_INS_XSCPSGNDP = 803
static

Definition at line 1043 of file Ppc_const.java.

◆ PPC_INS_XSCVDPSP

final int capstone.Ppc_const.PPC_INS_XSCVDPSP = 804
static

Definition at line 1044 of file Ppc_const.java.

◆ PPC_INS_XSCVDPSXDS

final int capstone.Ppc_const.PPC_INS_XSCVDPSXDS = 805
static

Definition at line 1045 of file Ppc_const.java.

◆ PPC_INS_XSCVDPSXWS

final int capstone.Ppc_const.PPC_INS_XSCVDPSXWS = 806
static

Definition at line 1046 of file Ppc_const.java.

◆ PPC_INS_XSCVDPUXDS

final int capstone.Ppc_const.PPC_INS_XSCVDPUXDS = 807
static

Definition at line 1047 of file Ppc_const.java.

◆ PPC_INS_XSCVDPUXWS

final int capstone.Ppc_const.PPC_INS_XSCVDPUXWS = 808
static

Definition at line 1048 of file Ppc_const.java.

◆ PPC_INS_XSCVSPDP

final int capstone.Ppc_const.PPC_INS_XSCVSPDP = 809
static

Definition at line 1049 of file Ppc_const.java.

◆ PPC_INS_XSCVSXDDP

final int capstone.Ppc_const.PPC_INS_XSCVSXDDP = 810
static

Definition at line 1050 of file Ppc_const.java.

◆ PPC_INS_XSCVUXDDP

final int capstone.Ppc_const.PPC_INS_XSCVUXDDP = 811
static

Definition at line 1051 of file Ppc_const.java.

◆ PPC_INS_XSDIVDP

final int capstone.Ppc_const.PPC_INS_XSDIVDP = 812
static

Definition at line 1052 of file Ppc_const.java.

◆ PPC_INS_XSMADDADP

final int capstone.Ppc_const.PPC_INS_XSMADDADP = 813
static

Definition at line 1053 of file Ppc_const.java.

◆ PPC_INS_XSMADDMDP

final int capstone.Ppc_const.PPC_INS_XSMADDMDP = 814
static

Definition at line 1054 of file Ppc_const.java.

◆ PPC_INS_XSMAXDP

final int capstone.Ppc_const.PPC_INS_XSMAXDP = 815
static

Definition at line 1055 of file Ppc_const.java.

◆ PPC_INS_XSMINDP

final int capstone.Ppc_const.PPC_INS_XSMINDP = 816
static

Definition at line 1056 of file Ppc_const.java.

◆ PPC_INS_XSMSUBADP

final int capstone.Ppc_const.PPC_INS_XSMSUBADP = 817
static

Definition at line 1057 of file Ppc_const.java.

◆ PPC_INS_XSMSUBMDP

final int capstone.Ppc_const.PPC_INS_XSMSUBMDP = 818
static

Definition at line 1058 of file Ppc_const.java.

◆ PPC_INS_XSMULDP

final int capstone.Ppc_const.PPC_INS_XSMULDP = 819
static

Definition at line 1059 of file Ppc_const.java.

◆ PPC_INS_XSNABSDP

final int capstone.Ppc_const.PPC_INS_XSNABSDP = 820
static

Definition at line 1060 of file Ppc_const.java.

◆ PPC_INS_XSNEGDP

final int capstone.Ppc_const.PPC_INS_XSNEGDP = 821
static

Definition at line 1061 of file Ppc_const.java.

◆ PPC_INS_XSNMADDADP

final int capstone.Ppc_const.PPC_INS_XSNMADDADP = 822
static

Definition at line 1062 of file Ppc_const.java.

◆ PPC_INS_XSNMADDMDP

final int capstone.Ppc_const.PPC_INS_XSNMADDMDP = 823
static

Definition at line 1063 of file Ppc_const.java.

◆ PPC_INS_XSNMSUBADP

final int capstone.Ppc_const.PPC_INS_XSNMSUBADP = 824
static

Definition at line 1064 of file Ppc_const.java.

◆ PPC_INS_XSNMSUBMDP

final int capstone.Ppc_const.PPC_INS_XSNMSUBMDP = 825
static

Definition at line 1065 of file Ppc_const.java.

◆ PPC_INS_XSRDPI

final int capstone.Ppc_const.PPC_INS_XSRDPI = 826
static

Definition at line 1066 of file Ppc_const.java.

◆ PPC_INS_XSRDPIC

final int capstone.Ppc_const.PPC_INS_XSRDPIC = 827
static

Definition at line 1067 of file Ppc_const.java.

◆ PPC_INS_XSRDPIM

final int capstone.Ppc_const.PPC_INS_XSRDPIM = 828
static

Definition at line 1068 of file Ppc_const.java.

◆ PPC_INS_XSRDPIP

final int capstone.Ppc_const.PPC_INS_XSRDPIP = 829
static

Definition at line 1069 of file Ppc_const.java.

◆ PPC_INS_XSRDPIZ

final int capstone.Ppc_const.PPC_INS_XSRDPIZ = 830
static

Definition at line 1070 of file Ppc_const.java.

◆ PPC_INS_XSREDP

final int capstone.Ppc_const.PPC_INS_XSREDP = 831
static

Definition at line 1071 of file Ppc_const.java.

◆ PPC_INS_XSRSQRTEDP

final int capstone.Ppc_const.PPC_INS_XSRSQRTEDP = 832
static

Definition at line 1072 of file Ppc_const.java.

◆ PPC_INS_XSSQRTDP

final int capstone.Ppc_const.PPC_INS_XSSQRTDP = 833
static

Definition at line 1073 of file Ppc_const.java.

◆ PPC_INS_XSSUBDP

final int capstone.Ppc_const.PPC_INS_XSSUBDP = 834
static

Definition at line 1074 of file Ppc_const.java.

◆ PPC_INS_XSTDIVDP

final int capstone.Ppc_const.PPC_INS_XSTDIVDP = 835
static

Definition at line 1075 of file Ppc_const.java.

◆ PPC_INS_XSTSQRTDP

final int capstone.Ppc_const.PPC_INS_XSTSQRTDP = 836
static

Definition at line 1076 of file Ppc_const.java.

◆ PPC_INS_XVABSDP

final int capstone.Ppc_const.PPC_INS_XVABSDP = 837
static

Definition at line 1077 of file Ppc_const.java.

◆ PPC_INS_XVABSSP

final int capstone.Ppc_const.PPC_INS_XVABSSP = 838
static

Definition at line 1078 of file Ppc_const.java.

◆ PPC_INS_XVADDDP

final int capstone.Ppc_const.PPC_INS_XVADDDP = 839
static

Definition at line 1079 of file Ppc_const.java.

◆ PPC_INS_XVADDSP

final int capstone.Ppc_const.PPC_INS_XVADDSP = 840
static

Definition at line 1080 of file Ppc_const.java.

◆ PPC_INS_XVCMPEQDP

final int capstone.Ppc_const.PPC_INS_XVCMPEQDP = 841
static

Definition at line 1081 of file Ppc_const.java.

◆ PPC_INS_XVCMPEQSP

final int capstone.Ppc_const.PPC_INS_XVCMPEQSP = 842
static

Definition at line 1082 of file Ppc_const.java.

◆ PPC_INS_XVCMPGEDP

final int capstone.Ppc_const.PPC_INS_XVCMPGEDP = 843
static

Definition at line 1083 of file Ppc_const.java.

◆ PPC_INS_XVCMPGESP

final int capstone.Ppc_const.PPC_INS_XVCMPGESP = 844
static

Definition at line 1084 of file Ppc_const.java.

◆ PPC_INS_XVCMPGTDP

final int capstone.Ppc_const.PPC_INS_XVCMPGTDP = 845
static

Definition at line 1085 of file Ppc_const.java.

◆ PPC_INS_XVCMPGTSP

final int capstone.Ppc_const.PPC_INS_XVCMPGTSP = 846
static

Definition at line 1086 of file Ppc_const.java.

◆ PPC_INS_XVCPSGNDP

final int capstone.Ppc_const.PPC_INS_XVCPSGNDP = 847
static

Definition at line 1087 of file Ppc_const.java.

◆ PPC_INS_XVCPSGNSP

final int capstone.Ppc_const.PPC_INS_XVCPSGNSP = 848
static

Definition at line 1088 of file Ppc_const.java.

◆ PPC_INS_XVCVDPSP

final int capstone.Ppc_const.PPC_INS_XVCVDPSP = 849
static

Definition at line 1089 of file Ppc_const.java.

◆ PPC_INS_XVCVDPSXDS

final int capstone.Ppc_const.PPC_INS_XVCVDPSXDS = 850
static

Definition at line 1090 of file Ppc_const.java.

◆ PPC_INS_XVCVDPSXWS

final int capstone.Ppc_const.PPC_INS_XVCVDPSXWS = 851
static

Definition at line 1091 of file Ppc_const.java.

◆ PPC_INS_XVCVDPUXDS

final int capstone.Ppc_const.PPC_INS_XVCVDPUXDS = 852
static

Definition at line 1092 of file Ppc_const.java.

◆ PPC_INS_XVCVDPUXWS

final int capstone.Ppc_const.PPC_INS_XVCVDPUXWS = 853
static

Definition at line 1093 of file Ppc_const.java.

◆ PPC_INS_XVCVSPDP

final int capstone.Ppc_const.PPC_INS_XVCVSPDP = 854
static

Definition at line 1094 of file Ppc_const.java.

◆ PPC_INS_XVCVSPSXDS

final int capstone.Ppc_const.PPC_INS_XVCVSPSXDS = 855
static

Definition at line 1095 of file Ppc_const.java.

◆ PPC_INS_XVCVSPSXWS

final int capstone.Ppc_const.PPC_INS_XVCVSPSXWS = 856
static

Definition at line 1096 of file Ppc_const.java.

◆ PPC_INS_XVCVSPUXDS

final int capstone.Ppc_const.PPC_INS_XVCVSPUXDS = 857
static

Definition at line 1097 of file Ppc_const.java.

◆ PPC_INS_XVCVSPUXWS

final int capstone.Ppc_const.PPC_INS_XVCVSPUXWS = 858
static

Definition at line 1098 of file Ppc_const.java.

◆ PPC_INS_XVCVSXDDP

final int capstone.Ppc_const.PPC_INS_XVCVSXDDP = 859
static

Definition at line 1099 of file Ppc_const.java.

◆ PPC_INS_XVCVSXDSP

final int capstone.Ppc_const.PPC_INS_XVCVSXDSP = 860
static

Definition at line 1100 of file Ppc_const.java.

◆ PPC_INS_XVCVSXWDP

final int capstone.Ppc_const.PPC_INS_XVCVSXWDP = 861
static

Definition at line 1101 of file Ppc_const.java.

◆ PPC_INS_XVCVSXWSP

final int capstone.Ppc_const.PPC_INS_XVCVSXWSP = 862
static

Definition at line 1102 of file Ppc_const.java.

◆ PPC_INS_XVCVUXDDP

final int capstone.Ppc_const.PPC_INS_XVCVUXDDP = 863
static

Definition at line 1103 of file Ppc_const.java.

◆ PPC_INS_XVCVUXDSP

final int capstone.Ppc_const.PPC_INS_XVCVUXDSP = 864
static

Definition at line 1104 of file Ppc_const.java.

◆ PPC_INS_XVCVUXWDP

final int capstone.Ppc_const.PPC_INS_XVCVUXWDP = 865
static

Definition at line 1105 of file Ppc_const.java.

◆ PPC_INS_XVCVUXWSP

final int capstone.Ppc_const.PPC_INS_XVCVUXWSP = 866
static

Definition at line 1106 of file Ppc_const.java.

◆ PPC_INS_XVDIVDP

final int capstone.Ppc_const.PPC_INS_XVDIVDP = 867
static

Definition at line 1107 of file Ppc_const.java.

◆ PPC_INS_XVDIVSP

final int capstone.Ppc_const.PPC_INS_XVDIVSP = 868
static

Definition at line 1108 of file Ppc_const.java.

◆ PPC_INS_XVMADDADP

final int capstone.Ppc_const.PPC_INS_XVMADDADP = 869
static

Definition at line 1109 of file Ppc_const.java.

◆ PPC_INS_XVMADDASP

final int capstone.Ppc_const.PPC_INS_XVMADDASP = 870
static

Definition at line 1110 of file Ppc_const.java.

◆ PPC_INS_XVMADDMDP

final int capstone.Ppc_const.PPC_INS_XVMADDMDP = 871
static

Definition at line 1111 of file Ppc_const.java.

◆ PPC_INS_XVMADDMSP

final int capstone.Ppc_const.PPC_INS_XVMADDMSP = 872
static

Definition at line 1112 of file Ppc_const.java.

◆ PPC_INS_XVMAXDP

final int capstone.Ppc_const.PPC_INS_XVMAXDP = 873
static

Definition at line 1113 of file Ppc_const.java.

◆ PPC_INS_XVMAXSP

final int capstone.Ppc_const.PPC_INS_XVMAXSP = 874
static

Definition at line 1114 of file Ppc_const.java.

◆ PPC_INS_XVMINDP

final int capstone.Ppc_const.PPC_INS_XVMINDP = 875
static

Definition at line 1115 of file Ppc_const.java.

◆ PPC_INS_XVMINSP

final int capstone.Ppc_const.PPC_INS_XVMINSP = 876
static

Definition at line 1116 of file Ppc_const.java.

◆ PPC_INS_XVMOVDP

final int capstone.Ppc_const.PPC_INS_XVMOVDP = 1054
static

Definition at line 1294 of file Ppc_const.java.

◆ PPC_INS_XVMOVSP

final int capstone.Ppc_const.PPC_INS_XVMOVSP = 1055
static

Definition at line 1295 of file Ppc_const.java.

◆ PPC_INS_XVMSUBADP

final int capstone.Ppc_const.PPC_INS_XVMSUBADP = 877
static

Definition at line 1117 of file Ppc_const.java.

◆ PPC_INS_XVMSUBASP

final int capstone.Ppc_const.PPC_INS_XVMSUBASP = 878
static

Definition at line 1118 of file Ppc_const.java.

◆ PPC_INS_XVMSUBMDP

final int capstone.Ppc_const.PPC_INS_XVMSUBMDP = 879
static

Definition at line 1119 of file Ppc_const.java.

◆ PPC_INS_XVMSUBMSP

final int capstone.Ppc_const.PPC_INS_XVMSUBMSP = 880
static

Definition at line 1120 of file Ppc_const.java.

◆ PPC_INS_XVMULDP

final int capstone.Ppc_const.PPC_INS_XVMULDP = 881
static

Definition at line 1121 of file Ppc_const.java.

◆ PPC_INS_XVMULSP

final int capstone.Ppc_const.PPC_INS_XVMULSP = 882
static

Definition at line 1122 of file Ppc_const.java.

◆ PPC_INS_XVNABSDP

final int capstone.Ppc_const.PPC_INS_XVNABSDP = 883
static

Definition at line 1123 of file Ppc_const.java.

◆ PPC_INS_XVNABSSP

final int capstone.Ppc_const.PPC_INS_XVNABSSP = 884
static

Definition at line 1124 of file Ppc_const.java.

◆ PPC_INS_XVNEGDP

final int capstone.Ppc_const.PPC_INS_XVNEGDP = 885
static

Definition at line 1125 of file Ppc_const.java.

◆ PPC_INS_XVNEGSP

final int capstone.Ppc_const.PPC_INS_XVNEGSP = 886
static

Definition at line 1126 of file Ppc_const.java.

◆ PPC_INS_XVNMADDADP

final int capstone.Ppc_const.PPC_INS_XVNMADDADP = 887
static

Definition at line 1127 of file Ppc_const.java.

◆ PPC_INS_XVNMADDASP

final int capstone.Ppc_const.PPC_INS_XVNMADDASP = 888
static

Definition at line 1128 of file Ppc_const.java.

◆ PPC_INS_XVNMADDMDP

final int capstone.Ppc_const.PPC_INS_XVNMADDMDP = 889
static

Definition at line 1129 of file Ppc_const.java.

◆ PPC_INS_XVNMADDMSP

final int capstone.Ppc_const.PPC_INS_XVNMADDMSP = 890
static

Definition at line 1130 of file Ppc_const.java.

◆ PPC_INS_XVNMSUBADP

final int capstone.Ppc_const.PPC_INS_XVNMSUBADP = 891
static

Definition at line 1131 of file Ppc_const.java.

◆ PPC_INS_XVNMSUBASP

final int capstone.Ppc_const.PPC_INS_XVNMSUBASP = 892
static

Definition at line 1132 of file Ppc_const.java.

◆ PPC_INS_XVNMSUBMDP

final int capstone.Ppc_const.PPC_INS_XVNMSUBMDP = 893
static

Definition at line 1133 of file Ppc_const.java.

◆ PPC_INS_XVNMSUBMSP

final int capstone.Ppc_const.PPC_INS_XVNMSUBMSP = 894
static

Definition at line 1134 of file Ppc_const.java.

◆ PPC_INS_XVRDPI

final int capstone.Ppc_const.PPC_INS_XVRDPI = 895
static

Definition at line 1135 of file Ppc_const.java.

◆ PPC_INS_XVRDPIC

final int capstone.Ppc_const.PPC_INS_XVRDPIC = 896
static

Definition at line 1136 of file Ppc_const.java.

◆ PPC_INS_XVRDPIM

final int capstone.Ppc_const.PPC_INS_XVRDPIM = 897
static

Definition at line 1137 of file Ppc_const.java.

◆ PPC_INS_XVRDPIP

final int capstone.Ppc_const.PPC_INS_XVRDPIP = 898
static

Definition at line 1138 of file Ppc_const.java.

◆ PPC_INS_XVRDPIZ

final int capstone.Ppc_const.PPC_INS_XVRDPIZ = 899
static

Definition at line 1139 of file Ppc_const.java.

◆ PPC_INS_XVREDP

final int capstone.Ppc_const.PPC_INS_XVREDP = 900
static

Definition at line 1140 of file Ppc_const.java.

◆ PPC_INS_XVRESP

final int capstone.Ppc_const.PPC_INS_XVRESP = 901
static

Definition at line 1141 of file Ppc_const.java.

◆ PPC_INS_XVRSPI

final int capstone.Ppc_const.PPC_INS_XVRSPI = 902
static

Definition at line 1142 of file Ppc_const.java.

◆ PPC_INS_XVRSPIC

final int capstone.Ppc_const.PPC_INS_XVRSPIC = 903
static

Definition at line 1143 of file Ppc_const.java.

◆ PPC_INS_XVRSPIM

final int capstone.Ppc_const.PPC_INS_XVRSPIM = 904
static

Definition at line 1144 of file Ppc_const.java.

◆ PPC_INS_XVRSPIP

final int capstone.Ppc_const.PPC_INS_XVRSPIP = 905
static

Definition at line 1145 of file Ppc_const.java.

◆ PPC_INS_XVRSPIZ

final int capstone.Ppc_const.PPC_INS_XVRSPIZ = 906
static

Definition at line 1146 of file Ppc_const.java.

◆ PPC_INS_XVRSQRTEDP

final int capstone.Ppc_const.PPC_INS_XVRSQRTEDP = 907
static

Definition at line 1147 of file Ppc_const.java.

◆ PPC_INS_XVRSQRTESP

final int capstone.Ppc_const.PPC_INS_XVRSQRTESP = 908
static

Definition at line 1148 of file Ppc_const.java.

◆ PPC_INS_XVSQRTDP

final int capstone.Ppc_const.PPC_INS_XVSQRTDP = 909
static

Definition at line 1149 of file Ppc_const.java.

◆ PPC_INS_XVSQRTSP

final int capstone.Ppc_const.PPC_INS_XVSQRTSP = 910
static

Definition at line 1150 of file Ppc_const.java.

◆ PPC_INS_XVSUBDP

final int capstone.Ppc_const.PPC_INS_XVSUBDP = 911
static

Definition at line 1151 of file Ppc_const.java.

◆ PPC_INS_XVSUBSP

final int capstone.Ppc_const.PPC_INS_XVSUBSP = 912
static

Definition at line 1152 of file Ppc_const.java.

◆ PPC_INS_XVTDIVDP

final int capstone.Ppc_const.PPC_INS_XVTDIVDP = 913
static

Definition at line 1153 of file Ppc_const.java.

◆ PPC_INS_XVTDIVSP

final int capstone.Ppc_const.PPC_INS_XVTDIVSP = 914
static

Definition at line 1154 of file Ppc_const.java.

◆ PPC_INS_XVTSQRTDP

final int capstone.Ppc_const.PPC_INS_XVTSQRTDP = 915
static

Definition at line 1155 of file Ppc_const.java.

◆ PPC_INS_XVTSQRTSP

final int capstone.Ppc_const.PPC_INS_XVTSQRTSP = 916
static

Definition at line 1156 of file Ppc_const.java.

◆ PPC_INS_XXLAND

final int capstone.Ppc_const.PPC_INS_XXLAND = 917
static

Definition at line 1157 of file Ppc_const.java.

◆ PPC_INS_XXLANDC

final int capstone.Ppc_const.PPC_INS_XXLANDC = 918
static

Definition at line 1158 of file Ppc_const.java.

◆ PPC_INS_XXLEQV

final int capstone.Ppc_const.PPC_INS_XXLEQV = 919
static

Definition at line 1159 of file Ppc_const.java.

◆ PPC_INS_XXLNAND

final int capstone.Ppc_const.PPC_INS_XXLNAND = 920
static

Definition at line 1160 of file Ppc_const.java.

◆ PPC_INS_XXLNOR

final int capstone.Ppc_const.PPC_INS_XXLNOR = 921
static

Definition at line 1161 of file Ppc_const.java.

◆ PPC_INS_XXLOR

final int capstone.Ppc_const.PPC_INS_XXLOR = 922
static

Definition at line 1162 of file Ppc_const.java.

◆ PPC_INS_XXLORC

final int capstone.Ppc_const.PPC_INS_XXLORC = 923
static

Definition at line 1163 of file Ppc_const.java.

◆ PPC_INS_XXLXOR

final int capstone.Ppc_const.PPC_INS_XXLXOR = 924
static

Definition at line 1164 of file Ppc_const.java.

◆ PPC_INS_XXMRGHD

final int capstone.Ppc_const.PPC_INS_XXMRGHD = 1057
static

Definition at line 1297 of file Ppc_const.java.

◆ PPC_INS_XXMRGHW

final int capstone.Ppc_const.PPC_INS_XXMRGHW = 925
static

Definition at line 1165 of file Ppc_const.java.

◆ PPC_INS_XXMRGLD

final int capstone.Ppc_const.PPC_INS_XXMRGLD = 1058
static

Definition at line 1298 of file Ppc_const.java.

◆ PPC_INS_XXMRGLW

final int capstone.Ppc_const.PPC_INS_XXMRGLW = 926
static

Definition at line 1166 of file Ppc_const.java.

◆ PPC_INS_XXPERMDI

final int capstone.Ppc_const.PPC_INS_XXPERMDI = 927
static

Definition at line 1167 of file Ppc_const.java.

◆ PPC_INS_XXSEL

final int capstone.Ppc_const.PPC_INS_XXSEL = 928
static

Definition at line 1168 of file Ppc_const.java.

◆ PPC_INS_XXSLDWI

final int capstone.Ppc_const.PPC_INS_XXSLDWI = 929
static

Definition at line 1169 of file Ppc_const.java.

◆ PPC_INS_XXSPLTD

final int capstone.Ppc_const.PPC_INS_XXSPLTD = 1056
static

Definition at line 1296 of file Ppc_const.java.

◆ PPC_INS_XXSPLTW

final int capstone.Ppc_const.PPC_INS_XXSPLTW = 930
static

Definition at line 1170 of file Ppc_const.java.

◆ PPC_INS_XXSWAPD

final int capstone.Ppc_const.PPC_INS_XXSWAPD = 1059
static

Definition at line 1299 of file Ppc_const.java.

◆ PPC_OP_CRX

final int capstone.Ppc_const.PPC_OP_CRX = 64
static

Definition at line 26 of file Ppc_const.java.

◆ PPC_OP_IMM

final int capstone.Ppc_const.PPC_OP_IMM = 2
static

Definition at line 24 of file Ppc_const.java.

◆ PPC_OP_INVALID

final int capstone.Ppc_const.PPC_OP_INVALID = 0
static

Definition at line 22 of file Ppc_const.java.

◆ PPC_OP_MEM

final int capstone.Ppc_const.PPC_OP_MEM = 3
static

Definition at line 25 of file Ppc_const.java.

◆ PPC_OP_REG

final int capstone.Ppc_const.PPC_OP_REG = 1
static

Definition at line 23 of file Ppc_const.java.

◆ PPC_REG_CARRY

final int capstone.Ppc_const.PPC_REG_CARRY = 1
static

Definition at line 29 of file Ppc_const.java.

◆ PPC_REG_CR0

final int capstone.Ppc_const.PPC_REG_CR0 = 2
static

Definition at line 30 of file Ppc_const.java.

◆ PPC_REG_CR1

final int capstone.Ppc_const.PPC_REG_CR1 = 3
static

Definition at line 31 of file Ppc_const.java.

◆ PPC_REG_CR1EQ

final int capstone.Ppc_const.PPC_REG_CR1EQ = 208
static

Definition at line 236 of file Ppc_const.java.

◆ PPC_REG_CR2

final int capstone.Ppc_const.PPC_REG_CR2 = 4
static

Definition at line 32 of file Ppc_const.java.

◆ PPC_REG_CR3

final int capstone.Ppc_const.PPC_REG_CR3 = 5
static

Definition at line 33 of file Ppc_const.java.

◆ PPC_REG_CR4

final int capstone.Ppc_const.PPC_REG_CR4 = 6
static

Definition at line 34 of file Ppc_const.java.

◆ PPC_REG_CR5

final int capstone.Ppc_const.PPC_REG_CR5 = 7
static

Definition at line 35 of file Ppc_const.java.

◆ PPC_REG_CR6

final int capstone.Ppc_const.PPC_REG_CR6 = 8
static

Definition at line 36 of file Ppc_const.java.

◆ PPC_REG_CR7

final int capstone.Ppc_const.PPC_REG_CR7 = 9
static

Definition at line 37 of file Ppc_const.java.

◆ PPC_REG_CTR

final int capstone.Ppc_const.PPC_REG_CTR = 10
static

Definition at line 38 of file Ppc_const.java.

◆ PPC_REG_CTR8

final int capstone.Ppc_const.PPC_REG_CTR8 = 206
static

Definition at line 234 of file Ppc_const.java.

◆ PPC_REG_ENDING

final int capstone.Ppc_const.PPC_REG_ENDING = 210
static

Definition at line 238 of file Ppc_const.java.

◆ PPC_REG_F0

final int capstone.Ppc_const.PPC_REG_F0 = 11
static

Definition at line 39 of file Ppc_const.java.

◆ PPC_REG_F1

final int capstone.Ppc_const.PPC_REG_F1 = 12
static

Definition at line 40 of file Ppc_const.java.

◆ PPC_REG_F10

final int capstone.Ppc_const.PPC_REG_F10 = 21
static

Definition at line 49 of file Ppc_const.java.

◆ PPC_REG_F11

final int capstone.Ppc_const.PPC_REG_F11 = 22
static

Definition at line 50 of file Ppc_const.java.

◆ PPC_REG_F12

final int capstone.Ppc_const.PPC_REG_F12 = 23
static

Definition at line 51 of file Ppc_const.java.

◆ PPC_REG_F13

final int capstone.Ppc_const.PPC_REG_F13 = 24
static

Definition at line 52 of file Ppc_const.java.

◆ PPC_REG_F14

final int capstone.Ppc_const.PPC_REG_F14 = 25
static

Definition at line 53 of file Ppc_const.java.

◆ PPC_REG_F15

final int capstone.Ppc_const.PPC_REG_F15 = 26
static

Definition at line 54 of file Ppc_const.java.

◆ PPC_REG_F16

final int capstone.Ppc_const.PPC_REG_F16 = 27
static

Definition at line 55 of file Ppc_const.java.

◆ PPC_REG_F17

final int capstone.Ppc_const.PPC_REG_F17 = 28
static

Definition at line 56 of file Ppc_const.java.

◆ PPC_REG_F18

final int capstone.Ppc_const.PPC_REG_F18 = 29
static

Definition at line 57 of file Ppc_const.java.

◆ PPC_REG_F19

final int capstone.Ppc_const.PPC_REG_F19 = 30
static

Definition at line 58 of file Ppc_const.java.

◆ PPC_REG_F2

final int capstone.Ppc_const.PPC_REG_F2 = 13
static

Definition at line 41 of file Ppc_const.java.

◆ PPC_REG_F20

final int capstone.Ppc_const.PPC_REG_F20 = 31
static

Definition at line 59 of file Ppc_const.java.

◆ PPC_REG_F21

final int capstone.Ppc_const.PPC_REG_F21 = 32
static

Definition at line 60 of file Ppc_const.java.

◆ PPC_REG_F22

final int capstone.Ppc_const.PPC_REG_F22 = 33
static

Definition at line 61 of file Ppc_const.java.

◆ PPC_REG_F23

final int capstone.Ppc_const.PPC_REG_F23 = 34
static

Definition at line 62 of file Ppc_const.java.

◆ PPC_REG_F24

final int capstone.Ppc_const.PPC_REG_F24 = 35
static

Definition at line 63 of file Ppc_const.java.

◆ PPC_REG_F25

final int capstone.Ppc_const.PPC_REG_F25 = 36
static

Definition at line 64 of file Ppc_const.java.

◆ PPC_REG_F26

final int capstone.Ppc_const.PPC_REG_F26 = 37
static

Definition at line 65 of file Ppc_const.java.

◆ PPC_REG_F27

final int capstone.Ppc_const.PPC_REG_F27 = 38
static

Definition at line 66 of file Ppc_const.java.

◆ PPC_REG_F28

final int capstone.Ppc_const.PPC_REG_F28 = 39
static

Definition at line 67 of file Ppc_const.java.

◆ PPC_REG_F29

final int capstone.Ppc_const.PPC_REG_F29 = 40
static

Definition at line 68 of file Ppc_const.java.

◆ PPC_REG_F3

final int capstone.Ppc_const.PPC_REG_F3 = 14
static

Definition at line 42 of file Ppc_const.java.

◆ PPC_REG_F30

final int capstone.Ppc_const.PPC_REG_F30 = 41
static

Definition at line 69 of file Ppc_const.java.

◆ PPC_REG_F31

final int capstone.Ppc_const.PPC_REG_F31 = 42
static

Definition at line 70 of file Ppc_const.java.

◆ PPC_REG_F4

final int capstone.Ppc_const.PPC_REG_F4 = 15
static

Definition at line 43 of file Ppc_const.java.

◆ PPC_REG_F5

final int capstone.Ppc_const.PPC_REG_F5 = 16
static

Definition at line 44 of file Ppc_const.java.

◆ PPC_REG_F6

final int capstone.Ppc_const.PPC_REG_F6 = 17
static

Definition at line 45 of file Ppc_const.java.

◆ PPC_REG_F7

final int capstone.Ppc_const.PPC_REG_F7 = 18
static

Definition at line 46 of file Ppc_const.java.

◆ PPC_REG_F8

final int capstone.Ppc_const.PPC_REG_F8 = 19
static

Definition at line 47 of file Ppc_const.java.

◆ PPC_REG_F9

final int capstone.Ppc_const.PPC_REG_F9 = 20
static

Definition at line 48 of file Ppc_const.java.

◆ PPC_REG_INVALID

final int capstone.Ppc_const.PPC_REG_INVALID = 0
static

Definition at line 28 of file Ppc_const.java.

◆ PPC_REG_LR

final int capstone.Ppc_const.PPC_REG_LR = 43
static

Definition at line 71 of file Ppc_const.java.

◆ PPC_REG_LR8

final int capstone.Ppc_const.PPC_REG_LR8 = 207
static

Definition at line 235 of file Ppc_const.java.

◆ PPC_REG_Q0

final int capstone.Ppc_const.PPC_REG_Q0 = 173
static

Definition at line 201 of file Ppc_const.java.

◆ PPC_REG_Q1

final int capstone.Ppc_const.PPC_REG_Q1 = 174
static

Definition at line 202 of file Ppc_const.java.

◆ PPC_REG_Q10

final int capstone.Ppc_const.PPC_REG_Q10 = 183
static

Definition at line 211 of file Ppc_const.java.

◆ PPC_REG_Q11

final int capstone.Ppc_const.PPC_REG_Q11 = 184
static

Definition at line 212 of file Ppc_const.java.

◆ PPC_REG_Q12

final int capstone.Ppc_const.PPC_REG_Q12 = 185
static

Definition at line 213 of file Ppc_const.java.

◆ PPC_REG_Q13

final int capstone.Ppc_const.PPC_REG_Q13 = 186
static

Definition at line 214 of file Ppc_const.java.

◆ PPC_REG_Q14

final int capstone.Ppc_const.PPC_REG_Q14 = 187
static

Definition at line 215 of file Ppc_const.java.

◆ PPC_REG_Q15

final int capstone.Ppc_const.PPC_REG_Q15 = 188
static

Definition at line 216 of file Ppc_const.java.

◆ PPC_REG_Q16

final int capstone.Ppc_const.PPC_REG_Q16 = 189
static

Definition at line 217 of file Ppc_const.java.

◆ PPC_REG_Q17

final int capstone.Ppc_const.PPC_REG_Q17 = 190
static

Definition at line 218 of file Ppc_const.java.

◆ PPC_REG_Q18

final int capstone.Ppc_const.PPC_REG_Q18 = 191
static

Definition at line 219 of file Ppc_const.java.

◆ PPC_REG_Q19

final int capstone.Ppc_const.PPC_REG_Q19 = 192
static

Definition at line 220 of file Ppc_const.java.

◆ PPC_REG_Q2

final int capstone.Ppc_const.PPC_REG_Q2 = 175
static

Definition at line 203 of file Ppc_const.java.

◆ PPC_REG_Q20

final int capstone.Ppc_const.PPC_REG_Q20 = 193
static

Definition at line 221 of file Ppc_const.java.

◆ PPC_REG_Q21

final int capstone.Ppc_const.PPC_REG_Q21 = 194
static

Definition at line 222 of file Ppc_const.java.

◆ PPC_REG_Q22

final int capstone.Ppc_const.PPC_REG_Q22 = 195
static

Definition at line 223 of file Ppc_const.java.

◆ PPC_REG_Q23

final int capstone.Ppc_const.PPC_REG_Q23 = 196
static

Definition at line 224 of file Ppc_const.java.

◆ PPC_REG_Q24

final int capstone.Ppc_const.PPC_REG_Q24 = 197
static

Definition at line 225 of file Ppc_const.java.

◆ PPC_REG_Q25

final int capstone.Ppc_const.PPC_REG_Q25 = 198
static

Definition at line 226 of file Ppc_const.java.

◆ PPC_REG_Q26

final int capstone.Ppc_const.PPC_REG_Q26 = 199
static

Definition at line 227 of file Ppc_const.java.

◆ PPC_REG_Q27

final int capstone.Ppc_const.PPC_REG_Q27 = 200
static

Definition at line 228 of file Ppc_const.java.

◆ PPC_REG_Q28

final int capstone.Ppc_const.PPC_REG_Q28 = 201
static

Definition at line 229 of file Ppc_const.java.

◆ PPC_REG_Q29

final int capstone.Ppc_const.PPC_REG_Q29 = 202
static

Definition at line 230 of file Ppc_const.java.

◆ PPC_REG_Q3

final int capstone.Ppc_const.PPC_REG_Q3 = 176
static

Definition at line 204 of file Ppc_const.java.

◆ PPC_REG_Q30

final int capstone.Ppc_const.PPC_REG_Q30 = 203
static

Definition at line 231 of file Ppc_const.java.

◆ PPC_REG_Q31

final int capstone.Ppc_const.PPC_REG_Q31 = 204
static

Definition at line 232 of file Ppc_const.java.

◆ PPC_REG_Q4

final int capstone.Ppc_const.PPC_REG_Q4 = 177
static

Definition at line 205 of file Ppc_const.java.

◆ PPC_REG_Q5

final int capstone.Ppc_const.PPC_REG_Q5 = 178
static

Definition at line 206 of file Ppc_const.java.

◆ PPC_REG_Q6

final int capstone.Ppc_const.PPC_REG_Q6 = 179
static

Definition at line 207 of file Ppc_const.java.

◆ PPC_REG_Q7

final int capstone.Ppc_const.PPC_REG_Q7 = 180
static

Definition at line 208 of file Ppc_const.java.

◆ PPC_REG_Q8

final int capstone.Ppc_const.PPC_REG_Q8 = 181
static

Definition at line 209 of file Ppc_const.java.

◆ PPC_REG_Q9

final int capstone.Ppc_const.PPC_REG_Q9 = 182
static

Definition at line 210 of file Ppc_const.java.

◆ PPC_REG_R0

final int capstone.Ppc_const.PPC_REG_R0 = 44
static

Definition at line 72 of file Ppc_const.java.

◆ PPC_REG_R1

final int capstone.Ppc_const.PPC_REG_R1 = 45
static

Definition at line 73 of file Ppc_const.java.

◆ PPC_REG_R10

final int capstone.Ppc_const.PPC_REG_R10 = 54
static

Definition at line 82 of file Ppc_const.java.

◆ PPC_REG_R11

final int capstone.Ppc_const.PPC_REG_R11 = 55
static

Definition at line 83 of file Ppc_const.java.

◆ PPC_REG_R12

final int capstone.Ppc_const.PPC_REG_R12 = 56
static

Definition at line 84 of file Ppc_const.java.

◆ PPC_REG_R13

final int capstone.Ppc_const.PPC_REG_R13 = 57
static

Definition at line 85 of file Ppc_const.java.

◆ PPC_REG_R14

final int capstone.Ppc_const.PPC_REG_R14 = 58
static

Definition at line 86 of file Ppc_const.java.

◆ PPC_REG_R15

final int capstone.Ppc_const.PPC_REG_R15 = 59
static

Definition at line 87 of file Ppc_const.java.

◆ PPC_REG_R16

final int capstone.Ppc_const.PPC_REG_R16 = 60
static

Definition at line 88 of file Ppc_const.java.

◆ PPC_REG_R17

final int capstone.Ppc_const.PPC_REG_R17 = 61
static

Definition at line 89 of file Ppc_const.java.

◆ PPC_REG_R18

final int capstone.Ppc_const.PPC_REG_R18 = 62
static

Definition at line 90 of file Ppc_const.java.

◆ PPC_REG_R19

final int capstone.Ppc_const.PPC_REG_R19 = 63
static

Definition at line 91 of file Ppc_const.java.

◆ PPC_REG_R2

final int capstone.Ppc_const.PPC_REG_R2 = 46
static

Definition at line 74 of file Ppc_const.java.

◆ PPC_REG_R20

final int capstone.Ppc_const.PPC_REG_R20 = 64
static

Definition at line 92 of file Ppc_const.java.

◆ PPC_REG_R21

final int capstone.Ppc_const.PPC_REG_R21 = 65
static

Definition at line 93 of file Ppc_const.java.

◆ PPC_REG_R22

final int capstone.Ppc_const.PPC_REG_R22 = 66
static

Definition at line 94 of file Ppc_const.java.

◆ PPC_REG_R23

final int capstone.Ppc_const.PPC_REG_R23 = 67
static

Definition at line 95 of file Ppc_const.java.

◆ PPC_REG_R24

final int capstone.Ppc_const.PPC_REG_R24 = 68
static

Definition at line 96 of file Ppc_const.java.

◆ PPC_REG_R25

final int capstone.Ppc_const.PPC_REG_R25 = 69
static

Definition at line 97 of file Ppc_const.java.

◆ PPC_REG_R26

final int capstone.Ppc_const.PPC_REG_R26 = 70
static

Definition at line 98 of file Ppc_const.java.

◆ PPC_REG_R27

final int capstone.Ppc_const.PPC_REG_R27 = 71
static

Definition at line 99 of file Ppc_const.java.

◆ PPC_REG_R28

final int capstone.Ppc_const.PPC_REG_R28 = 72
static

Definition at line 100 of file Ppc_const.java.

◆ PPC_REG_R29

final int capstone.Ppc_const.PPC_REG_R29 = 73
static

Definition at line 101 of file Ppc_const.java.

◆ PPC_REG_R3

final int capstone.Ppc_const.PPC_REG_R3 = 47
static

Definition at line 75 of file Ppc_const.java.

◆ PPC_REG_R30

final int capstone.Ppc_const.PPC_REG_R30 = 74
static

Definition at line 102 of file Ppc_const.java.

◆ PPC_REG_R31

final int capstone.Ppc_const.PPC_REG_R31 = 75
static

Definition at line 103 of file Ppc_const.java.

◆ PPC_REG_R4

final int capstone.Ppc_const.PPC_REG_R4 = 48
static

Definition at line 76 of file Ppc_const.java.

◆ PPC_REG_R5

final int capstone.Ppc_const.PPC_REG_R5 = 49
static

Definition at line 77 of file Ppc_const.java.

◆ PPC_REG_R6

final int capstone.Ppc_const.PPC_REG_R6 = 50
static

Definition at line 78 of file Ppc_const.java.

◆ PPC_REG_R7

final int capstone.Ppc_const.PPC_REG_R7 = 51
static

Definition at line 79 of file Ppc_const.java.

◆ PPC_REG_R8

final int capstone.Ppc_const.PPC_REG_R8 = 52
static

Definition at line 80 of file Ppc_const.java.

◆ PPC_REG_R9

final int capstone.Ppc_const.PPC_REG_R9 = 53
static

Definition at line 81 of file Ppc_const.java.

◆ PPC_REG_RM

final int capstone.Ppc_const.PPC_REG_RM = 205
static

Definition at line 233 of file Ppc_const.java.

◆ PPC_REG_V0

final int capstone.Ppc_const.PPC_REG_V0 = 76
static

Definition at line 104 of file Ppc_const.java.

◆ PPC_REG_V1

final int capstone.Ppc_const.PPC_REG_V1 = 77
static

Definition at line 105 of file Ppc_const.java.

◆ PPC_REG_V10

final int capstone.Ppc_const.PPC_REG_V10 = 86
static

Definition at line 114 of file Ppc_const.java.

◆ PPC_REG_V11

final int capstone.Ppc_const.PPC_REG_V11 = 87
static

Definition at line 115 of file Ppc_const.java.

◆ PPC_REG_V12

final int capstone.Ppc_const.PPC_REG_V12 = 88
static

Definition at line 116 of file Ppc_const.java.

◆ PPC_REG_V13

final int capstone.Ppc_const.PPC_REG_V13 = 89
static

Definition at line 117 of file Ppc_const.java.

◆ PPC_REG_V14

final int capstone.Ppc_const.PPC_REG_V14 = 90
static

Definition at line 118 of file Ppc_const.java.

◆ PPC_REG_V15

final int capstone.Ppc_const.PPC_REG_V15 = 91
static

Definition at line 119 of file Ppc_const.java.

◆ PPC_REG_V16

final int capstone.Ppc_const.PPC_REG_V16 = 92
static

Definition at line 120 of file Ppc_const.java.

◆ PPC_REG_V17

final int capstone.Ppc_const.PPC_REG_V17 = 93
static

Definition at line 121 of file Ppc_const.java.

◆ PPC_REG_V18

final int capstone.Ppc_const.PPC_REG_V18 = 94
static

Definition at line 122 of file Ppc_const.java.

◆ PPC_REG_V19

final int capstone.Ppc_const.PPC_REG_V19 = 95
static

Definition at line 123 of file Ppc_const.java.

◆ PPC_REG_V2

final int capstone.Ppc_const.PPC_REG_V2 = 78
static

Definition at line 106 of file Ppc_const.java.

◆ PPC_REG_V20

final int capstone.Ppc_const.PPC_REG_V20 = 96
static

Definition at line 124 of file Ppc_const.java.

◆ PPC_REG_V21

final int capstone.Ppc_const.PPC_REG_V21 = 97
static

Definition at line 125 of file Ppc_const.java.

◆ PPC_REG_V22

final int capstone.Ppc_const.PPC_REG_V22 = 98
static

Definition at line 126 of file Ppc_const.java.

◆ PPC_REG_V23

final int capstone.Ppc_const.PPC_REG_V23 = 99
static

Definition at line 127 of file Ppc_const.java.

◆ PPC_REG_V24

final int capstone.Ppc_const.PPC_REG_V24 = 100
static

Definition at line 128 of file Ppc_const.java.

◆ PPC_REG_V25

final int capstone.Ppc_const.PPC_REG_V25 = 101
static

Definition at line 129 of file Ppc_const.java.

◆ PPC_REG_V26

final int capstone.Ppc_const.PPC_REG_V26 = 102
static

Definition at line 130 of file Ppc_const.java.

◆ PPC_REG_V27

final int capstone.Ppc_const.PPC_REG_V27 = 103
static

Definition at line 131 of file Ppc_const.java.

◆ PPC_REG_V28

final int capstone.Ppc_const.PPC_REG_V28 = 104
static

Definition at line 132 of file Ppc_const.java.

◆ PPC_REG_V29

final int capstone.Ppc_const.PPC_REG_V29 = 105
static

Definition at line 133 of file Ppc_const.java.

◆ PPC_REG_V3

final int capstone.Ppc_const.PPC_REG_V3 = 79
static

Definition at line 107 of file Ppc_const.java.

◆ PPC_REG_V30

final int capstone.Ppc_const.PPC_REG_V30 = 106
static

Definition at line 134 of file Ppc_const.java.

◆ PPC_REG_V31

final int capstone.Ppc_const.PPC_REG_V31 = 107
static

Definition at line 135 of file Ppc_const.java.

◆ PPC_REG_V4

final int capstone.Ppc_const.PPC_REG_V4 = 80
static

Definition at line 108 of file Ppc_const.java.

◆ PPC_REG_V5

final int capstone.Ppc_const.PPC_REG_V5 = 81
static

Definition at line 109 of file Ppc_const.java.

◆ PPC_REG_V6

final int capstone.Ppc_const.PPC_REG_V6 = 82
static

Definition at line 110 of file Ppc_const.java.

◆ PPC_REG_V7

final int capstone.Ppc_const.PPC_REG_V7 = 83
static

Definition at line 111 of file Ppc_const.java.

◆ PPC_REG_V8

final int capstone.Ppc_const.PPC_REG_V8 = 84
static

Definition at line 112 of file Ppc_const.java.

◆ PPC_REG_V9

final int capstone.Ppc_const.PPC_REG_V9 = 85
static

Definition at line 113 of file Ppc_const.java.

◆ PPC_REG_VRSAVE

final int capstone.Ppc_const.PPC_REG_VRSAVE = 108
static

Definition at line 136 of file Ppc_const.java.

◆ PPC_REG_VS0

final int capstone.Ppc_const.PPC_REG_VS0 = 109
static

Definition at line 137 of file Ppc_const.java.

◆ PPC_REG_VS1

final int capstone.Ppc_const.PPC_REG_VS1 = 110
static

Definition at line 138 of file Ppc_const.java.

◆ PPC_REG_VS10

final int capstone.Ppc_const.PPC_REG_VS10 = 119
static

Definition at line 147 of file Ppc_const.java.

◆ PPC_REG_VS11

final int capstone.Ppc_const.PPC_REG_VS11 = 120
static

Definition at line 148 of file Ppc_const.java.

◆ PPC_REG_VS12

final int capstone.Ppc_const.PPC_REG_VS12 = 121
static

Definition at line 149 of file Ppc_const.java.

◆ PPC_REG_VS13

final int capstone.Ppc_const.PPC_REG_VS13 = 122
static

Definition at line 150 of file Ppc_const.java.

◆ PPC_REG_VS14

final int capstone.Ppc_const.PPC_REG_VS14 = 123
static

Definition at line 151 of file Ppc_const.java.

◆ PPC_REG_VS15

final int capstone.Ppc_const.PPC_REG_VS15 = 124
static

Definition at line 152 of file Ppc_const.java.

◆ PPC_REG_VS16

final int capstone.Ppc_const.PPC_REG_VS16 = 125
static

Definition at line 153 of file Ppc_const.java.

◆ PPC_REG_VS17

final int capstone.Ppc_const.PPC_REG_VS17 = 126
static

Definition at line 154 of file Ppc_const.java.

◆ PPC_REG_VS18

final int capstone.Ppc_const.PPC_REG_VS18 = 127
static

Definition at line 155 of file Ppc_const.java.

◆ PPC_REG_VS19

final int capstone.Ppc_const.PPC_REG_VS19 = 128
static

Definition at line 156 of file Ppc_const.java.

◆ PPC_REG_VS2

final int capstone.Ppc_const.PPC_REG_VS2 = 111
static

Definition at line 139 of file Ppc_const.java.

◆ PPC_REG_VS20

final int capstone.Ppc_const.PPC_REG_VS20 = 129
static

Definition at line 157 of file Ppc_const.java.

◆ PPC_REG_VS21

final int capstone.Ppc_const.PPC_REG_VS21 = 130
static

Definition at line 158 of file Ppc_const.java.

◆ PPC_REG_VS22

final int capstone.Ppc_const.PPC_REG_VS22 = 131
static

Definition at line 159 of file Ppc_const.java.

◆ PPC_REG_VS23

final int capstone.Ppc_const.PPC_REG_VS23 = 132
static

Definition at line 160 of file Ppc_const.java.

◆ PPC_REG_VS24

final int capstone.Ppc_const.PPC_REG_VS24 = 133
static

Definition at line 161 of file Ppc_const.java.

◆ PPC_REG_VS25

final int capstone.Ppc_const.PPC_REG_VS25 = 134
static

Definition at line 162 of file Ppc_const.java.

◆ PPC_REG_VS26

final int capstone.Ppc_const.PPC_REG_VS26 = 135
static

Definition at line 163 of file Ppc_const.java.

◆ PPC_REG_VS27

final int capstone.Ppc_const.PPC_REG_VS27 = 136
static

Definition at line 164 of file Ppc_const.java.

◆ PPC_REG_VS28

final int capstone.Ppc_const.PPC_REG_VS28 = 137
static

Definition at line 165 of file Ppc_const.java.

◆ PPC_REG_VS29

final int capstone.Ppc_const.PPC_REG_VS29 = 138
static

Definition at line 166 of file Ppc_const.java.

◆ PPC_REG_VS3

final int capstone.Ppc_const.PPC_REG_VS3 = 112
static

Definition at line 140 of file Ppc_const.java.

◆ PPC_REG_VS30

final int capstone.Ppc_const.PPC_REG_VS30 = 139
static

Definition at line 167 of file Ppc_const.java.

◆ PPC_REG_VS31

final int capstone.Ppc_const.PPC_REG_VS31 = 140
static

Definition at line 168 of file Ppc_const.java.

◆ PPC_REG_VS32

final int capstone.Ppc_const.PPC_REG_VS32 = 141
static

Definition at line 169 of file Ppc_const.java.

◆ PPC_REG_VS33

final int capstone.Ppc_const.PPC_REG_VS33 = 142
static

Definition at line 170 of file Ppc_const.java.

◆ PPC_REG_VS34

final int capstone.Ppc_const.PPC_REG_VS34 = 143
static

Definition at line 171 of file Ppc_const.java.

◆ PPC_REG_VS35

final int capstone.Ppc_const.PPC_REG_VS35 = 144
static

Definition at line 172 of file Ppc_const.java.

◆ PPC_REG_VS36

final int capstone.Ppc_const.PPC_REG_VS36 = 145
static

Definition at line 173 of file Ppc_const.java.

◆ PPC_REG_VS37

final int capstone.Ppc_const.PPC_REG_VS37 = 146
static

Definition at line 174 of file Ppc_const.java.

◆ PPC_REG_VS38

final int capstone.Ppc_const.PPC_REG_VS38 = 147
static

Definition at line 175 of file Ppc_const.java.

◆ PPC_REG_VS39

final int capstone.Ppc_const.PPC_REG_VS39 = 148
static

Definition at line 176 of file Ppc_const.java.

◆ PPC_REG_VS4

final int capstone.Ppc_const.PPC_REG_VS4 = 113
static

Definition at line 141 of file Ppc_const.java.

◆ PPC_REG_VS40

final int capstone.Ppc_const.PPC_REG_VS40 = 149
static

Definition at line 177 of file Ppc_const.java.

◆ PPC_REG_VS41

final int capstone.Ppc_const.PPC_REG_VS41 = 150
static

Definition at line 178 of file Ppc_const.java.

◆ PPC_REG_VS42

final int capstone.Ppc_const.PPC_REG_VS42 = 151
static

Definition at line 179 of file Ppc_const.java.

◆ PPC_REG_VS43

final int capstone.Ppc_const.PPC_REG_VS43 = 152
static

Definition at line 180 of file Ppc_const.java.

◆ PPC_REG_VS44

final int capstone.Ppc_const.PPC_REG_VS44 = 153
static

Definition at line 181 of file Ppc_const.java.

◆ PPC_REG_VS45

final int capstone.Ppc_const.PPC_REG_VS45 = 154
static

Definition at line 182 of file Ppc_const.java.

◆ PPC_REG_VS46

final int capstone.Ppc_const.PPC_REG_VS46 = 155
static

Definition at line 183 of file Ppc_const.java.

◆ PPC_REG_VS47

final int capstone.Ppc_const.PPC_REG_VS47 = 156
static

Definition at line 184 of file Ppc_const.java.

◆ PPC_REG_VS48

final int capstone.Ppc_const.PPC_REG_VS48 = 157
static

Definition at line 185 of file Ppc_const.java.

◆ PPC_REG_VS49

final int capstone.Ppc_const.PPC_REG_VS49 = 158
static

Definition at line 186 of file Ppc_const.java.

◆ PPC_REG_VS5

final int capstone.Ppc_const.PPC_REG_VS5 = 114
static

Definition at line 142 of file Ppc_const.java.

◆ PPC_REG_VS50

final int capstone.Ppc_const.PPC_REG_VS50 = 159
static

Definition at line 187 of file Ppc_const.java.

◆ PPC_REG_VS51

final int capstone.Ppc_const.PPC_REG_VS51 = 160
static

Definition at line 188 of file Ppc_const.java.

◆ PPC_REG_VS52

final int capstone.Ppc_const.PPC_REG_VS52 = 161
static

Definition at line 189 of file Ppc_const.java.

◆ PPC_REG_VS53

final int capstone.Ppc_const.PPC_REG_VS53 = 162
static

Definition at line 190 of file Ppc_const.java.

◆ PPC_REG_VS54

final int capstone.Ppc_const.PPC_REG_VS54 = 163
static

Definition at line 191 of file Ppc_const.java.

◆ PPC_REG_VS55

final int capstone.Ppc_const.PPC_REG_VS55 = 164
static

Definition at line 192 of file Ppc_const.java.

◆ PPC_REG_VS56

final int capstone.Ppc_const.PPC_REG_VS56 = 165
static

Definition at line 193 of file Ppc_const.java.

◆ PPC_REG_VS57

final int capstone.Ppc_const.PPC_REG_VS57 = 166
static

Definition at line 194 of file Ppc_const.java.

◆ PPC_REG_VS58

final int capstone.Ppc_const.PPC_REG_VS58 = 167
static

Definition at line 195 of file Ppc_const.java.

◆ PPC_REG_VS59

final int capstone.Ppc_const.PPC_REG_VS59 = 168
static

Definition at line 196 of file Ppc_const.java.

◆ PPC_REG_VS6

final int capstone.Ppc_const.PPC_REG_VS6 = 115
static

Definition at line 143 of file Ppc_const.java.

◆ PPC_REG_VS60

final int capstone.Ppc_const.PPC_REG_VS60 = 169
static

Definition at line 197 of file Ppc_const.java.

◆ PPC_REG_VS61

final int capstone.Ppc_const.PPC_REG_VS61 = 170
static

Definition at line 198 of file Ppc_const.java.

◆ PPC_REG_VS62

final int capstone.Ppc_const.PPC_REG_VS62 = 171
static

Definition at line 199 of file Ppc_const.java.

◆ PPC_REG_VS63

final int capstone.Ppc_const.PPC_REG_VS63 = 172
static

Definition at line 200 of file Ppc_const.java.

◆ PPC_REG_VS7

final int capstone.Ppc_const.PPC_REG_VS7 = 116
static

Definition at line 144 of file Ppc_const.java.

◆ PPC_REG_VS8

final int capstone.Ppc_const.PPC_REG_VS8 = 117
static

Definition at line 145 of file Ppc_const.java.

◆ PPC_REG_VS9

final int capstone.Ppc_const.PPC_REG_VS9 = 118
static

Definition at line 146 of file Ppc_const.java.

◆ PPC_REG_X2

final int capstone.Ppc_const.PPC_REG_X2 = 209
static

Definition at line 237 of file Ppc_const.java.


The documentation for this class was generated from the following file: