Rizin
unix-like reverse engineering framework and cli tools
capstone.m68k_const Namespace Reference

Variables

int M68K_OPERAND_COUNT = 4
 
int M68K_REG_INVALID = 0
 
int M68K_REG_D0 = 1
 
int M68K_REG_D1 = 2
 
int M68K_REG_D2 = 3
 
int M68K_REG_D3 = 4
 
int M68K_REG_D4 = 5
 
int M68K_REG_D5 = 6
 
int M68K_REG_D6 = 7
 
int M68K_REG_D7 = 8
 
int M68K_REG_A0 = 9
 
int M68K_REG_A1 = 10
 
int M68K_REG_A2 = 11
 
int M68K_REG_A3 = 12
 
int M68K_REG_A4 = 13
 
int M68K_REG_A5 = 14
 
int M68K_REG_A6 = 15
 
int M68K_REG_A7 = 16
 
int M68K_REG_FP0 = 17
 
int M68K_REG_FP1 = 18
 
int M68K_REG_FP2 = 19
 
int M68K_REG_FP3 = 20
 
int M68K_REG_FP4 = 21
 
int M68K_REG_FP5 = 22
 
int M68K_REG_FP6 = 23
 
int M68K_REG_FP7 = 24
 
int M68K_REG_PC = 25
 
int M68K_REG_SR = 26
 
int M68K_REG_CCR = 27
 
int M68K_REG_SFC = 28
 
int M68K_REG_DFC = 29
 
int M68K_REG_USP = 30
 
int M68K_REG_VBR = 31
 
int M68K_REG_CACR = 32
 
int M68K_REG_CAAR = 33
 
int M68K_REG_MSP = 34
 
int M68K_REG_ISP = 35
 
int M68K_REG_TC = 36
 
int M68K_REG_ITT0 = 37
 
int M68K_REG_ITT1 = 38
 
int M68K_REG_DTT0 = 39
 
int M68K_REG_DTT1 = 40
 
int M68K_REG_MMUSR = 41
 
int M68K_REG_URP = 42
 
int M68K_REG_SRP = 43
 
int M68K_REG_FPCR = 44
 
int M68K_REG_FPSR = 45
 
int M68K_REG_FPIAR = 46
 
int M68K_REG_ENDING = 47
 
int M68K_AM_NONE = 0
 
int M68K_AM_REG_DIRECT_DATA = 1
 
int M68K_AM_REG_DIRECT_ADDR = 2
 
int M68K_AM_REGI_ADDR = 3
 
int M68K_AM_REGI_ADDR_POST_INC = 4
 
int M68K_AM_REGI_ADDR_PRE_DEC = 5
 
int M68K_AM_REGI_ADDR_DISP = 6
 
int M68K_AM_AREGI_INDEX_8_BIT_DISP = 7
 
int M68K_AM_AREGI_INDEX_BASE_DISP = 8
 
int M68K_AM_MEMI_POST_INDEX = 9
 
int M68K_AM_MEMI_PRE_INDEX = 10
 
int M68K_AM_PCI_DISP = 11
 
int M68K_AM_PCI_INDEX_8_BIT_DISP = 12
 
int M68K_AM_PCI_INDEX_BASE_DISP = 13
 
int M68K_AM_PC_MEMI_POST_INDEX = 14
 
int M68K_AM_PC_MEMI_PRE_INDEX = 15
 
int M68K_AM_ABSOLUTE_DATA_SHORT = 16
 
int M68K_AM_ABSOLUTE_DATA_LONG = 17
 
int M68K_AM_IMMEDIATE = 18
 
int M68K_AM_BRANCH_DISPLACEMENT = 19
 
int M68K_OP_INVALID = 0
 
int M68K_OP_REG = 1
 
int M68K_OP_IMM = 2
 
int M68K_OP_MEM = 3
 
int M68K_OP_FP_SINGLE = 4
 
int M68K_OP_FP_DOUBLE = 5
 
int M68K_OP_REG_BITS = 6
 
int M68K_OP_REG_PAIR = 7
 
int M68K_OP_BR_DISP = 8
 
int M68K_OP_BR_DISP_SIZE_INVALID = 0
 
int M68K_OP_BR_DISP_SIZE_BYTE = 1
 
int M68K_OP_BR_DISP_SIZE_WORD = 2
 
int M68K_OP_BR_DISP_SIZE_LONG = 4
 
int M68K_CPU_SIZE_NONE = 0
 
int M68K_CPU_SIZE_BYTE = 1
 
int M68K_CPU_SIZE_WORD = 2
 
int M68K_CPU_SIZE_LONG = 4
 
int M68K_FPU_SIZE_NONE = 0
 
int M68K_FPU_SIZE_SINGLE = 4
 
int M68K_FPU_SIZE_DOUBLE = 8
 
int M68K_FPU_SIZE_EXTENDED = 12
 
int M68K_SIZE_TYPE_INVALID = 0
 
int M68K_SIZE_TYPE_CPU = 1
 
int M68K_SIZE_TYPE_FPU = 2
 
int M68K_INS_INVALID = 0
 
int M68K_INS_ABCD = 1
 
int M68K_INS_ADD = 2
 
int M68K_INS_ADDA = 3
 
int M68K_INS_ADDI = 4
 
int M68K_INS_ADDQ = 5
 
int M68K_INS_ADDX = 6
 
int M68K_INS_AND = 7
 
int M68K_INS_ANDI = 8
 
int M68K_INS_ASL = 9
 
int M68K_INS_ASR = 10
 
int M68K_INS_BHS = 11
 
int M68K_INS_BLO = 12
 
int M68K_INS_BHI = 13
 
int M68K_INS_BLS = 14
 
int M68K_INS_BCC = 15
 
int M68K_INS_BCS = 16
 
int M68K_INS_BNE = 17
 
int M68K_INS_BEQ = 18
 
int M68K_INS_BVC = 19
 
int M68K_INS_BVS = 20
 
int M68K_INS_BPL = 21
 
int M68K_INS_BMI = 22
 
int M68K_INS_BGE = 23
 
int M68K_INS_BLT = 24
 
int M68K_INS_BGT = 25
 
int M68K_INS_BLE = 26
 
int M68K_INS_BRA = 27
 
int M68K_INS_BSR = 28
 
int M68K_INS_BCHG = 29
 
int M68K_INS_BCLR = 30
 
int M68K_INS_BSET = 31
 
int M68K_INS_BTST = 32
 
int M68K_INS_BFCHG = 33
 
int M68K_INS_BFCLR = 34
 
int M68K_INS_BFEXTS = 35
 
int M68K_INS_BFEXTU = 36
 
int M68K_INS_BFFFO = 37
 
int M68K_INS_BFINS = 38
 
int M68K_INS_BFSET = 39
 
int M68K_INS_BFTST = 40
 
int M68K_INS_BKPT = 41
 
int M68K_INS_CALLM = 42
 
int M68K_INS_CAS = 43
 
int M68K_INS_CAS2 = 44
 
int M68K_INS_CHK = 45
 
int M68K_INS_CHK2 = 46
 
int M68K_INS_CLR = 47
 
int M68K_INS_CMP = 48
 
int M68K_INS_CMPA = 49
 
int M68K_INS_CMPI = 50
 
int M68K_INS_CMPM = 51
 
int M68K_INS_CMP2 = 52
 
int M68K_INS_CINVL = 53
 
int M68K_INS_CINVP = 54
 
int M68K_INS_CINVA = 55
 
int M68K_INS_CPUSHL = 56
 
int M68K_INS_CPUSHP = 57
 
int M68K_INS_CPUSHA = 58
 
int M68K_INS_DBT = 59
 
int M68K_INS_DBF = 60
 
int M68K_INS_DBHI = 61
 
int M68K_INS_DBLS = 62
 
int M68K_INS_DBCC = 63
 
int M68K_INS_DBCS = 64
 
int M68K_INS_DBNE = 65
 
int M68K_INS_DBEQ = 66
 
int M68K_INS_DBVC = 67
 
int M68K_INS_DBVS = 68
 
int M68K_INS_DBPL = 69
 
int M68K_INS_DBMI = 70
 
int M68K_INS_DBGE = 71
 
int M68K_INS_DBLT = 72
 
int M68K_INS_DBGT = 73
 
int M68K_INS_DBLE = 74
 
int M68K_INS_DBRA = 75
 
int M68K_INS_DIVS = 76
 
int M68K_INS_DIVSL = 77
 
int M68K_INS_DIVU = 78
 
int M68K_INS_DIVUL = 79
 
int M68K_INS_EOR = 80
 
int M68K_INS_EORI = 81
 
int M68K_INS_EXG = 82
 
int M68K_INS_EXT = 83
 
int M68K_INS_EXTB = 84
 
int M68K_INS_FABS = 85
 
int M68K_INS_FSABS = 86
 
int M68K_INS_FDABS = 87
 
int M68K_INS_FACOS = 88
 
int M68K_INS_FADD = 89
 
int M68K_INS_FSADD = 90
 
int M68K_INS_FDADD = 91
 
int M68K_INS_FASIN = 92
 
int M68K_INS_FATAN = 93
 
int M68K_INS_FATANH = 94
 
int M68K_INS_FBF = 95
 
int M68K_INS_FBEQ = 96
 
int M68K_INS_FBOGT = 97
 
int M68K_INS_FBOGE = 98
 
int M68K_INS_FBOLT = 99
 
int M68K_INS_FBOLE = 100
 
int M68K_INS_FBOGL = 101
 
int M68K_INS_FBOR = 102
 
int M68K_INS_FBUN = 103
 
int M68K_INS_FBUEQ = 104
 
int M68K_INS_FBUGT = 105
 
int M68K_INS_FBUGE = 106
 
int M68K_INS_FBULT = 107
 
int M68K_INS_FBULE = 108
 
int M68K_INS_FBNE = 109
 
int M68K_INS_FBT = 110
 
int M68K_INS_FBSF = 111
 
int M68K_INS_FBSEQ = 112
 
int M68K_INS_FBGT = 113
 
int M68K_INS_FBGE = 114
 
int M68K_INS_FBLT = 115
 
int M68K_INS_FBLE = 116
 
int M68K_INS_FBGL = 117
 
int M68K_INS_FBGLE = 118
 
int M68K_INS_FBNGLE = 119
 
int M68K_INS_FBNGL = 120
 
int M68K_INS_FBNLE = 121
 
int M68K_INS_FBNLT = 122
 
int M68K_INS_FBNGE = 123
 
int M68K_INS_FBNGT = 124
 
int M68K_INS_FBSNE = 125
 
int M68K_INS_FBST = 126
 
int M68K_INS_FCMP = 127
 
int M68K_INS_FCOS = 128
 
int M68K_INS_FCOSH = 129
 
int M68K_INS_FDBF = 130
 
int M68K_INS_FDBEQ = 131
 
int M68K_INS_FDBOGT = 132
 
int M68K_INS_FDBOGE = 133
 
int M68K_INS_FDBOLT = 134
 
int M68K_INS_FDBOLE = 135
 
int M68K_INS_FDBOGL = 136
 
int M68K_INS_FDBOR = 137
 
int M68K_INS_FDBUN = 138
 
int M68K_INS_FDBUEQ = 139
 
int M68K_INS_FDBUGT = 140
 
int M68K_INS_FDBUGE = 141
 
int M68K_INS_FDBULT = 142
 
int M68K_INS_FDBULE = 143
 
int M68K_INS_FDBNE = 144
 
int M68K_INS_FDBT = 145
 
int M68K_INS_FDBSF = 146
 
int M68K_INS_FDBSEQ = 147
 
int M68K_INS_FDBGT = 148
 
int M68K_INS_FDBGE = 149
 
int M68K_INS_FDBLT = 150
 
int M68K_INS_FDBLE = 151
 
int M68K_INS_FDBGL = 152
 
int M68K_INS_FDBGLE = 153
 
int M68K_INS_FDBNGLE = 154
 
int M68K_INS_FDBNGL = 155
 
int M68K_INS_FDBNLE = 156
 
int M68K_INS_FDBNLT = 157
 
int M68K_INS_FDBNGE = 158
 
int M68K_INS_FDBNGT = 159
 
int M68K_INS_FDBSNE = 160
 
int M68K_INS_FDBST = 161
 
int M68K_INS_FDIV = 162
 
int M68K_INS_FSDIV = 163
 
int M68K_INS_FDDIV = 164
 
int M68K_INS_FETOX = 165
 
int M68K_INS_FETOXM1 = 166
 
int M68K_INS_FGETEXP = 167
 
int M68K_INS_FGETMAN = 168
 
int M68K_INS_FINT = 169
 
int M68K_INS_FINTRZ = 170
 
int M68K_INS_FLOG10 = 171
 
int M68K_INS_FLOG2 = 172
 
int M68K_INS_FLOGN = 173
 
int M68K_INS_FLOGNP1 = 174
 
int M68K_INS_FMOD = 175
 
int M68K_INS_FMOVE = 176
 
int M68K_INS_FSMOVE = 177
 
int M68K_INS_FDMOVE = 178
 
int M68K_INS_FMOVECR = 179
 
int M68K_INS_FMOVEM = 180
 
int M68K_INS_FMUL = 181
 
int M68K_INS_FSMUL = 182
 
int M68K_INS_FDMUL = 183
 
int M68K_INS_FNEG = 184
 
int M68K_INS_FSNEG = 185
 
int M68K_INS_FDNEG = 186
 
int M68K_INS_FNOP = 187
 
int M68K_INS_FREM = 188
 
int M68K_INS_FRESTORE = 189
 
int M68K_INS_FSAVE = 190
 
int M68K_INS_FSCALE = 191
 
int M68K_INS_FSGLDIV = 192
 
int M68K_INS_FSGLMUL = 193
 
int M68K_INS_FSIN = 194
 
int M68K_INS_FSINCOS = 195
 
int M68K_INS_FSINH = 196
 
int M68K_INS_FSQRT = 197
 
int M68K_INS_FSSQRT = 198
 
int M68K_INS_FDSQRT = 199
 
int M68K_INS_FSF = 200
 
int M68K_INS_FSBEQ = 201
 
int M68K_INS_FSOGT = 202
 
int M68K_INS_FSOGE = 203
 
int M68K_INS_FSOLT = 204
 
int M68K_INS_FSOLE = 205
 
int M68K_INS_FSOGL = 206
 
int M68K_INS_FSOR = 207
 
int M68K_INS_FSUN = 208
 
int M68K_INS_FSUEQ = 209
 
int M68K_INS_FSUGT = 210
 
int M68K_INS_FSUGE = 211
 
int M68K_INS_FSULT = 212
 
int M68K_INS_FSULE = 213
 
int M68K_INS_FSNE = 214
 
int M68K_INS_FST = 215
 
int M68K_INS_FSSF = 216
 
int M68K_INS_FSSEQ = 217
 
int M68K_INS_FSGT = 218
 
int M68K_INS_FSGE = 219
 
int M68K_INS_FSLT = 220
 
int M68K_INS_FSLE = 221
 
int M68K_INS_FSGL = 222
 
int M68K_INS_FSGLE = 223
 
int M68K_INS_FSNGLE = 224
 
int M68K_INS_FSNGL = 225
 
int M68K_INS_FSNLE = 226
 
int M68K_INS_FSNLT = 227
 
int M68K_INS_FSNGE = 228
 
int M68K_INS_FSNGT = 229
 
int M68K_INS_FSSNE = 230
 
int M68K_INS_FSST = 231
 
int M68K_INS_FSUB = 232
 
int M68K_INS_FSSUB = 233
 
int M68K_INS_FDSUB = 234
 
int M68K_INS_FTAN = 235
 
int M68K_INS_FTANH = 236
 
int M68K_INS_FTENTOX = 237
 
int M68K_INS_FTRAPF = 238
 
int M68K_INS_FTRAPEQ = 239
 
int M68K_INS_FTRAPOGT = 240
 
int M68K_INS_FTRAPOGE = 241
 
int M68K_INS_FTRAPOLT = 242
 
int M68K_INS_FTRAPOLE = 243
 
int M68K_INS_FTRAPOGL = 244
 
int M68K_INS_FTRAPOR = 245
 
int M68K_INS_FTRAPUN = 246
 
int M68K_INS_FTRAPUEQ = 247
 
int M68K_INS_FTRAPUGT = 248
 
int M68K_INS_FTRAPUGE = 249
 
int M68K_INS_FTRAPULT = 250
 
int M68K_INS_FTRAPULE = 251
 
int M68K_INS_FTRAPNE = 252
 
int M68K_INS_FTRAPT = 253
 
int M68K_INS_FTRAPSF = 254
 
int M68K_INS_FTRAPSEQ = 255
 
int M68K_INS_FTRAPGT = 256
 
int M68K_INS_FTRAPGE = 257
 
int M68K_INS_FTRAPLT = 258
 
int M68K_INS_FTRAPLE = 259
 
int M68K_INS_FTRAPGL = 260
 
int M68K_INS_FTRAPGLE = 261
 
int M68K_INS_FTRAPNGLE = 262
 
int M68K_INS_FTRAPNGL = 263
 
int M68K_INS_FTRAPNLE = 264
 
int M68K_INS_FTRAPNLT = 265
 
int M68K_INS_FTRAPNGE = 266
 
int M68K_INS_FTRAPNGT = 267
 
int M68K_INS_FTRAPSNE = 268
 
int M68K_INS_FTRAPST = 269
 
int M68K_INS_FTST = 270
 
int M68K_INS_FTWOTOX = 271
 
int M68K_INS_HALT = 272
 
int M68K_INS_ILLEGAL = 273
 
int M68K_INS_JMP = 274
 
int M68K_INS_JSR = 275
 
int M68K_INS_LEA = 276
 
int M68K_INS_LINK = 277
 
int M68K_INS_LPSTOP = 278
 
int M68K_INS_LSL = 279
 
int M68K_INS_LSR = 280
 
int M68K_INS_MOVE = 281
 
int M68K_INS_MOVEA = 282
 
int M68K_INS_MOVEC = 283
 
int M68K_INS_MOVEM = 284
 
int M68K_INS_MOVEP = 285
 
int M68K_INS_MOVEQ = 286
 
int M68K_INS_MOVES = 287
 
int M68K_INS_MOVE16 = 288
 
int M68K_INS_MULS = 289
 
int M68K_INS_MULU = 290
 
int M68K_INS_NBCD = 291
 
int M68K_INS_NEG = 292
 
int M68K_INS_NEGX = 293
 
int M68K_INS_NOP = 294
 
int M68K_INS_NOT = 295
 
int M68K_INS_OR = 296
 
int M68K_INS_ORI = 297
 
int M68K_INS_PACK = 298
 
int M68K_INS_PEA = 299
 
int M68K_INS_PFLUSH = 300
 
int M68K_INS_PFLUSHA = 301
 
int M68K_INS_PFLUSHAN = 302
 
int M68K_INS_PFLUSHN = 303
 
int M68K_INS_PLOADR = 304
 
int M68K_INS_PLOADW = 305
 
int M68K_INS_PLPAR = 306
 
int M68K_INS_PLPAW = 307
 
int M68K_INS_PMOVE = 308
 
int M68K_INS_PMOVEFD = 309
 
int M68K_INS_PTESTR = 310
 
int M68K_INS_PTESTW = 311
 
int M68K_INS_PULSE = 312
 
int M68K_INS_REMS = 313
 
int M68K_INS_REMU = 314
 
int M68K_INS_RESET = 315
 
int M68K_INS_ROL = 316
 
int M68K_INS_ROR = 317
 
int M68K_INS_ROXL = 318
 
int M68K_INS_ROXR = 319
 
int M68K_INS_RTD = 320
 
int M68K_INS_RTE = 321
 
int M68K_INS_RTM = 322
 
int M68K_INS_RTR = 323
 
int M68K_INS_RTS = 324
 
int M68K_INS_SBCD = 325
 
int M68K_INS_ST = 326
 
int M68K_INS_SF = 327
 
int M68K_INS_SHI = 328
 
int M68K_INS_SLS = 329
 
int M68K_INS_SCC = 330
 
int M68K_INS_SHS = 331
 
int M68K_INS_SCS = 332
 
int M68K_INS_SLO = 333
 
int M68K_INS_SNE = 334
 
int M68K_INS_SEQ = 335
 
int M68K_INS_SVC = 336
 
int M68K_INS_SVS = 337
 
int M68K_INS_SPL = 338
 
int M68K_INS_SMI = 339
 
int M68K_INS_SGE = 340
 
int M68K_INS_SLT = 341
 
int M68K_INS_SGT = 342
 
int M68K_INS_SLE = 343
 
int M68K_INS_STOP = 344
 
int M68K_INS_SUB = 345
 
int M68K_INS_SUBA = 346
 
int M68K_INS_SUBI = 347
 
int M68K_INS_SUBQ = 348
 
int M68K_INS_SUBX = 349
 
int M68K_INS_SWAP = 350
 
int M68K_INS_TAS = 351
 
int M68K_INS_TRAP = 352
 
int M68K_INS_TRAPV = 353
 
int M68K_INS_TRAPT = 354
 
int M68K_INS_TRAPF = 355
 
int M68K_INS_TRAPHI = 356
 
int M68K_INS_TRAPLS = 357
 
int M68K_INS_TRAPCC = 358
 
int M68K_INS_TRAPHS = 359
 
int M68K_INS_TRAPCS = 360
 
int M68K_INS_TRAPLO = 361
 
int M68K_INS_TRAPNE = 362
 
int M68K_INS_TRAPEQ = 363
 
int M68K_INS_TRAPVC = 364
 
int M68K_INS_TRAPVS = 365
 
int M68K_INS_TRAPPL = 366
 
int M68K_INS_TRAPMI = 367
 
int M68K_INS_TRAPGE = 368
 
int M68K_INS_TRAPLT = 369
 
int M68K_INS_TRAPGT = 370
 
int M68K_INS_TRAPLE = 371
 
int M68K_INS_TST = 372
 
int M68K_INS_UNLK = 373
 
int M68K_INS_UNPK = 374
 
int M68K_INS_ENDING = 375
 
int M68K_GRP_INVALID = 0
 
int M68K_GRP_JUMP = 1
 
int M68K_GRP_RET = 3
 
int M68K_GRP_IRET = 5
 
int M68K_GRP_BRANCH_RELATIVE = 7
 
int M68K_GRP_ENDING = 8
 

Variable Documentation

◆ M68K_AM_ABSOLUTE_DATA_LONG

int capstone.m68k_const.M68K_AM_ABSOLUTE_DATA_LONG = 17

Definition at line 70 of file m68k_const.py.

◆ M68K_AM_ABSOLUTE_DATA_SHORT

int capstone.m68k_const.M68K_AM_ABSOLUTE_DATA_SHORT = 16

Definition at line 69 of file m68k_const.py.

◆ M68K_AM_AREGI_INDEX_8_BIT_DISP

int capstone.m68k_const.M68K_AM_AREGI_INDEX_8_BIT_DISP = 7

Definition at line 60 of file m68k_const.py.

◆ M68K_AM_AREGI_INDEX_BASE_DISP

int capstone.m68k_const.M68K_AM_AREGI_INDEX_BASE_DISP = 8

Definition at line 61 of file m68k_const.py.

◆ M68K_AM_BRANCH_DISPLACEMENT

int capstone.m68k_const.M68K_AM_BRANCH_DISPLACEMENT = 19

Definition at line 72 of file m68k_const.py.

◆ M68K_AM_IMMEDIATE

int capstone.m68k_const.M68K_AM_IMMEDIATE = 18

Definition at line 71 of file m68k_const.py.

◆ M68K_AM_MEMI_POST_INDEX

int capstone.m68k_const.M68K_AM_MEMI_POST_INDEX = 9

Definition at line 62 of file m68k_const.py.

◆ M68K_AM_MEMI_PRE_INDEX

int capstone.m68k_const.M68K_AM_MEMI_PRE_INDEX = 10

Definition at line 63 of file m68k_const.py.

◆ M68K_AM_NONE

int capstone.m68k_const.M68K_AM_NONE = 0

Definition at line 53 of file m68k_const.py.

◆ M68K_AM_PC_MEMI_POST_INDEX

int capstone.m68k_const.M68K_AM_PC_MEMI_POST_INDEX = 14

Definition at line 67 of file m68k_const.py.

◆ M68K_AM_PC_MEMI_PRE_INDEX

int capstone.m68k_const.M68K_AM_PC_MEMI_PRE_INDEX = 15

Definition at line 68 of file m68k_const.py.

◆ M68K_AM_PCI_DISP

int capstone.m68k_const.M68K_AM_PCI_DISP = 11

Definition at line 64 of file m68k_const.py.

◆ M68K_AM_PCI_INDEX_8_BIT_DISP

int capstone.m68k_const.M68K_AM_PCI_INDEX_8_BIT_DISP = 12

Definition at line 65 of file m68k_const.py.

◆ M68K_AM_PCI_INDEX_BASE_DISP

int capstone.m68k_const.M68K_AM_PCI_INDEX_BASE_DISP = 13

Definition at line 66 of file m68k_const.py.

◆ M68K_AM_REG_DIRECT_ADDR

int capstone.m68k_const.M68K_AM_REG_DIRECT_ADDR = 2

Definition at line 55 of file m68k_const.py.

◆ M68K_AM_REG_DIRECT_DATA

int capstone.m68k_const.M68K_AM_REG_DIRECT_DATA = 1

Definition at line 54 of file m68k_const.py.

◆ M68K_AM_REGI_ADDR

int capstone.m68k_const.M68K_AM_REGI_ADDR = 3

Definition at line 56 of file m68k_const.py.

◆ M68K_AM_REGI_ADDR_DISP

int capstone.m68k_const.M68K_AM_REGI_ADDR_DISP = 6

Definition at line 59 of file m68k_const.py.

◆ M68K_AM_REGI_ADDR_POST_INC

int capstone.m68k_const.M68K_AM_REGI_ADDR_POST_INC = 4

Definition at line 57 of file m68k_const.py.

◆ M68K_AM_REGI_ADDR_PRE_DEC

int capstone.m68k_const.M68K_AM_REGI_ADDR_PRE_DEC = 5

Definition at line 58 of file m68k_const.py.

◆ M68K_CPU_SIZE_BYTE

int capstone.m68k_const.M68K_CPU_SIZE_BYTE = 1

Definition at line 90 of file m68k_const.py.

◆ M68K_CPU_SIZE_LONG

int capstone.m68k_const.M68K_CPU_SIZE_LONG = 4

Definition at line 92 of file m68k_const.py.

◆ M68K_CPU_SIZE_NONE

int capstone.m68k_const.M68K_CPU_SIZE_NONE = 0

Definition at line 89 of file m68k_const.py.

◆ M68K_CPU_SIZE_WORD

int capstone.m68k_const.M68K_CPU_SIZE_WORD = 2

Definition at line 91 of file m68k_const.py.

◆ M68K_FPU_SIZE_DOUBLE

int capstone.m68k_const.M68K_FPU_SIZE_DOUBLE = 8

Definition at line 96 of file m68k_const.py.

◆ M68K_FPU_SIZE_EXTENDED

int capstone.m68k_const.M68K_FPU_SIZE_EXTENDED = 12

Definition at line 97 of file m68k_const.py.

◆ M68K_FPU_SIZE_NONE

int capstone.m68k_const.M68K_FPU_SIZE_NONE = 0

Definition at line 94 of file m68k_const.py.

◆ M68K_FPU_SIZE_SINGLE

int capstone.m68k_const.M68K_FPU_SIZE_SINGLE = 4

Definition at line 95 of file m68k_const.py.

◆ M68K_GRP_BRANCH_RELATIVE

int capstone.m68k_const.M68K_GRP_BRANCH_RELATIVE = 7

Definition at line 484 of file m68k_const.py.

◆ M68K_GRP_ENDING

int capstone.m68k_const.M68K_GRP_ENDING = 8

Definition at line 485 of file m68k_const.py.

◆ M68K_GRP_INVALID

int capstone.m68k_const.M68K_GRP_INVALID = 0

Definition at line 480 of file m68k_const.py.

◆ M68K_GRP_IRET

int capstone.m68k_const.M68K_GRP_IRET = 5

Definition at line 483 of file m68k_const.py.

◆ M68K_GRP_JUMP

int capstone.m68k_const.M68K_GRP_JUMP = 1

Definition at line 481 of file m68k_const.py.

◆ M68K_GRP_RET

int capstone.m68k_const.M68K_GRP_RET = 3

Definition at line 482 of file m68k_const.py.

◆ M68K_INS_ABCD

int capstone.m68k_const.M68K_INS_ABCD = 1

Definition at line 104 of file m68k_const.py.

◆ M68K_INS_ADD

int capstone.m68k_const.M68K_INS_ADD = 2

Definition at line 105 of file m68k_const.py.

◆ M68K_INS_ADDA

int capstone.m68k_const.M68K_INS_ADDA = 3

Definition at line 106 of file m68k_const.py.

◆ M68K_INS_ADDI

int capstone.m68k_const.M68K_INS_ADDI = 4

Definition at line 107 of file m68k_const.py.

◆ M68K_INS_ADDQ

int capstone.m68k_const.M68K_INS_ADDQ = 5

Definition at line 108 of file m68k_const.py.

◆ M68K_INS_ADDX

int capstone.m68k_const.M68K_INS_ADDX = 6

Definition at line 109 of file m68k_const.py.

◆ M68K_INS_AND

int capstone.m68k_const.M68K_INS_AND = 7

Definition at line 110 of file m68k_const.py.

◆ M68K_INS_ANDI

int capstone.m68k_const.M68K_INS_ANDI = 8

Definition at line 111 of file m68k_const.py.

◆ M68K_INS_ASL

int capstone.m68k_const.M68K_INS_ASL = 9

Definition at line 112 of file m68k_const.py.

◆ M68K_INS_ASR

int capstone.m68k_const.M68K_INS_ASR = 10

Definition at line 113 of file m68k_const.py.

◆ M68K_INS_BCC

int capstone.m68k_const.M68K_INS_BCC = 15

Definition at line 118 of file m68k_const.py.

◆ M68K_INS_BCHG

int capstone.m68k_const.M68K_INS_BCHG = 29

Definition at line 132 of file m68k_const.py.

◆ M68K_INS_BCLR

int capstone.m68k_const.M68K_INS_BCLR = 30

Definition at line 133 of file m68k_const.py.

◆ M68K_INS_BCS

int capstone.m68k_const.M68K_INS_BCS = 16

Definition at line 119 of file m68k_const.py.

◆ M68K_INS_BEQ

int capstone.m68k_const.M68K_INS_BEQ = 18

Definition at line 121 of file m68k_const.py.

◆ M68K_INS_BFCHG

int capstone.m68k_const.M68K_INS_BFCHG = 33

Definition at line 136 of file m68k_const.py.

◆ M68K_INS_BFCLR

int capstone.m68k_const.M68K_INS_BFCLR = 34

Definition at line 137 of file m68k_const.py.

◆ M68K_INS_BFEXTS

int capstone.m68k_const.M68K_INS_BFEXTS = 35

Definition at line 138 of file m68k_const.py.

◆ M68K_INS_BFEXTU

int capstone.m68k_const.M68K_INS_BFEXTU = 36

Definition at line 139 of file m68k_const.py.

◆ M68K_INS_BFFFO

int capstone.m68k_const.M68K_INS_BFFFO = 37

Definition at line 140 of file m68k_const.py.

◆ M68K_INS_BFINS

int capstone.m68k_const.M68K_INS_BFINS = 38

Definition at line 141 of file m68k_const.py.

◆ M68K_INS_BFSET

int capstone.m68k_const.M68K_INS_BFSET = 39

Definition at line 142 of file m68k_const.py.

◆ M68K_INS_BFTST

int capstone.m68k_const.M68K_INS_BFTST = 40

Definition at line 143 of file m68k_const.py.

◆ M68K_INS_BGE

int capstone.m68k_const.M68K_INS_BGE = 23

Definition at line 126 of file m68k_const.py.

◆ M68K_INS_BGT

int capstone.m68k_const.M68K_INS_BGT = 25

Definition at line 128 of file m68k_const.py.

◆ M68K_INS_BHI

int capstone.m68k_const.M68K_INS_BHI = 13

Definition at line 116 of file m68k_const.py.

◆ M68K_INS_BHS

int capstone.m68k_const.M68K_INS_BHS = 11

Definition at line 114 of file m68k_const.py.

◆ M68K_INS_BKPT

int capstone.m68k_const.M68K_INS_BKPT = 41

Definition at line 144 of file m68k_const.py.

◆ M68K_INS_BLE

int capstone.m68k_const.M68K_INS_BLE = 26

Definition at line 129 of file m68k_const.py.

◆ M68K_INS_BLO

int capstone.m68k_const.M68K_INS_BLO = 12

Definition at line 115 of file m68k_const.py.

◆ M68K_INS_BLS

int capstone.m68k_const.M68K_INS_BLS = 14

Definition at line 117 of file m68k_const.py.

◆ M68K_INS_BLT

int capstone.m68k_const.M68K_INS_BLT = 24

Definition at line 127 of file m68k_const.py.

◆ M68K_INS_BMI

int capstone.m68k_const.M68K_INS_BMI = 22

Definition at line 125 of file m68k_const.py.

◆ M68K_INS_BNE

int capstone.m68k_const.M68K_INS_BNE = 17

Definition at line 120 of file m68k_const.py.

◆ M68K_INS_BPL

int capstone.m68k_const.M68K_INS_BPL = 21

Definition at line 124 of file m68k_const.py.

◆ M68K_INS_BRA

int capstone.m68k_const.M68K_INS_BRA = 27

Definition at line 130 of file m68k_const.py.

◆ M68K_INS_BSET

int capstone.m68k_const.M68K_INS_BSET = 31

Definition at line 134 of file m68k_const.py.

◆ M68K_INS_BSR

int capstone.m68k_const.M68K_INS_BSR = 28

Definition at line 131 of file m68k_const.py.

◆ M68K_INS_BTST

int capstone.m68k_const.M68K_INS_BTST = 32

Definition at line 135 of file m68k_const.py.

◆ M68K_INS_BVC

int capstone.m68k_const.M68K_INS_BVC = 19

Definition at line 122 of file m68k_const.py.

◆ M68K_INS_BVS

int capstone.m68k_const.M68K_INS_BVS = 20

Definition at line 123 of file m68k_const.py.

◆ M68K_INS_CALLM

int capstone.m68k_const.M68K_INS_CALLM = 42

Definition at line 145 of file m68k_const.py.

◆ M68K_INS_CAS

int capstone.m68k_const.M68K_INS_CAS = 43

Definition at line 146 of file m68k_const.py.

◆ M68K_INS_CAS2

int capstone.m68k_const.M68K_INS_CAS2 = 44

Definition at line 147 of file m68k_const.py.

◆ M68K_INS_CHK

int capstone.m68k_const.M68K_INS_CHK = 45

Definition at line 148 of file m68k_const.py.

◆ M68K_INS_CHK2

int capstone.m68k_const.M68K_INS_CHK2 = 46

Definition at line 149 of file m68k_const.py.

◆ M68K_INS_CINVA

int capstone.m68k_const.M68K_INS_CINVA = 55

Definition at line 158 of file m68k_const.py.

◆ M68K_INS_CINVL

int capstone.m68k_const.M68K_INS_CINVL = 53

Definition at line 156 of file m68k_const.py.

◆ M68K_INS_CINVP

int capstone.m68k_const.M68K_INS_CINVP = 54

Definition at line 157 of file m68k_const.py.

◆ M68K_INS_CLR

int capstone.m68k_const.M68K_INS_CLR = 47

Definition at line 150 of file m68k_const.py.

◆ M68K_INS_CMP

int capstone.m68k_const.M68K_INS_CMP = 48

Definition at line 151 of file m68k_const.py.

◆ M68K_INS_CMP2

int capstone.m68k_const.M68K_INS_CMP2 = 52

Definition at line 155 of file m68k_const.py.

◆ M68K_INS_CMPA

int capstone.m68k_const.M68K_INS_CMPA = 49

Definition at line 152 of file m68k_const.py.

◆ M68K_INS_CMPI

int capstone.m68k_const.M68K_INS_CMPI = 50

Definition at line 153 of file m68k_const.py.

◆ M68K_INS_CMPM

int capstone.m68k_const.M68K_INS_CMPM = 51

Definition at line 154 of file m68k_const.py.

◆ M68K_INS_CPUSHA

int capstone.m68k_const.M68K_INS_CPUSHA = 58

Definition at line 161 of file m68k_const.py.

◆ M68K_INS_CPUSHL

int capstone.m68k_const.M68K_INS_CPUSHL = 56

Definition at line 159 of file m68k_const.py.

◆ M68K_INS_CPUSHP

int capstone.m68k_const.M68K_INS_CPUSHP = 57

Definition at line 160 of file m68k_const.py.

◆ M68K_INS_DBCC

int capstone.m68k_const.M68K_INS_DBCC = 63

Definition at line 166 of file m68k_const.py.

◆ M68K_INS_DBCS

int capstone.m68k_const.M68K_INS_DBCS = 64

Definition at line 167 of file m68k_const.py.

◆ M68K_INS_DBEQ

int capstone.m68k_const.M68K_INS_DBEQ = 66

Definition at line 169 of file m68k_const.py.

◆ M68K_INS_DBF

int capstone.m68k_const.M68K_INS_DBF = 60

Definition at line 163 of file m68k_const.py.

◆ M68K_INS_DBGE

int capstone.m68k_const.M68K_INS_DBGE = 71

Definition at line 174 of file m68k_const.py.

◆ M68K_INS_DBGT

int capstone.m68k_const.M68K_INS_DBGT = 73

Definition at line 176 of file m68k_const.py.

◆ M68K_INS_DBHI

int capstone.m68k_const.M68K_INS_DBHI = 61

Definition at line 164 of file m68k_const.py.

◆ M68K_INS_DBLE

int capstone.m68k_const.M68K_INS_DBLE = 74

Definition at line 177 of file m68k_const.py.

◆ M68K_INS_DBLS

int capstone.m68k_const.M68K_INS_DBLS = 62

Definition at line 165 of file m68k_const.py.

◆ M68K_INS_DBLT

int capstone.m68k_const.M68K_INS_DBLT = 72

Definition at line 175 of file m68k_const.py.

◆ M68K_INS_DBMI

int capstone.m68k_const.M68K_INS_DBMI = 70

Definition at line 173 of file m68k_const.py.

◆ M68K_INS_DBNE

int capstone.m68k_const.M68K_INS_DBNE = 65

Definition at line 168 of file m68k_const.py.

◆ M68K_INS_DBPL

int capstone.m68k_const.M68K_INS_DBPL = 69

Definition at line 172 of file m68k_const.py.

◆ M68K_INS_DBRA

int capstone.m68k_const.M68K_INS_DBRA = 75

Definition at line 178 of file m68k_const.py.

◆ M68K_INS_DBT

int capstone.m68k_const.M68K_INS_DBT = 59

Definition at line 162 of file m68k_const.py.

◆ M68K_INS_DBVC

int capstone.m68k_const.M68K_INS_DBVC = 67

Definition at line 170 of file m68k_const.py.

◆ M68K_INS_DBVS

int capstone.m68k_const.M68K_INS_DBVS = 68

Definition at line 171 of file m68k_const.py.

◆ M68K_INS_DIVS

int capstone.m68k_const.M68K_INS_DIVS = 76

Definition at line 179 of file m68k_const.py.

◆ M68K_INS_DIVSL

int capstone.m68k_const.M68K_INS_DIVSL = 77

Definition at line 180 of file m68k_const.py.

◆ M68K_INS_DIVU

int capstone.m68k_const.M68K_INS_DIVU = 78

Definition at line 181 of file m68k_const.py.

◆ M68K_INS_DIVUL

int capstone.m68k_const.M68K_INS_DIVUL = 79

Definition at line 182 of file m68k_const.py.

◆ M68K_INS_ENDING

int capstone.m68k_const.M68K_INS_ENDING = 375

Definition at line 478 of file m68k_const.py.

◆ M68K_INS_EOR

int capstone.m68k_const.M68K_INS_EOR = 80

Definition at line 183 of file m68k_const.py.

◆ M68K_INS_EORI

int capstone.m68k_const.M68K_INS_EORI = 81

Definition at line 184 of file m68k_const.py.

◆ M68K_INS_EXG

int capstone.m68k_const.M68K_INS_EXG = 82

Definition at line 185 of file m68k_const.py.

◆ M68K_INS_EXT

int capstone.m68k_const.M68K_INS_EXT = 83

Definition at line 186 of file m68k_const.py.

◆ M68K_INS_EXTB

int capstone.m68k_const.M68K_INS_EXTB = 84

Definition at line 187 of file m68k_const.py.

◆ M68K_INS_FABS

int capstone.m68k_const.M68K_INS_FABS = 85

Definition at line 188 of file m68k_const.py.

◆ M68K_INS_FACOS

int capstone.m68k_const.M68K_INS_FACOS = 88

Definition at line 191 of file m68k_const.py.

◆ M68K_INS_FADD

int capstone.m68k_const.M68K_INS_FADD = 89

Definition at line 192 of file m68k_const.py.

◆ M68K_INS_FASIN

int capstone.m68k_const.M68K_INS_FASIN = 92

Definition at line 195 of file m68k_const.py.

◆ M68K_INS_FATAN

int capstone.m68k_const.M68K_INS_FATAN = 93

Definition at line 196 of file m68k_const.py.

◆ M68K_INS_FATANH

int capstone.m68k_const.M68K_INS_FATANH = 94

Definition at line 197 of file m68k_const.py.

◆ M68K_INS_FBEQ

int capstone.m68k_const.M68K_INS_FBEQ = 96

Definition at line 199 of file m68k_const.py.

◆ M68K_INS_FBF

int capstone.m68k_const.M68K_INS_FBF = 95

Definition at line 198 of file m68k_const.py.

◆ M68K_INS_FBGE

int capstone.m68k_const.M68K_INS_FBGE = 114

Definition at line 217 of file m68k_const.py.

◆ M68K_INS_FBGL

int capstone.m68k_const.M68K_INS_FBGL = 117

Definition at line 220 of file m68k_const.py.

◆ M68K_INS_FBGLE

int capstone.m68k_const.M68K_INS_FBGLE = 118

Definition at line 221 of file m68k_const.py.

◆ M68K_INS_FBGT

int capstone.m68k_const.M68K_INS_FBGT = 113

Definition at line 216 of file m68k_const.py.

◆ M68K_INS_FBLE

int capstone.m68k_const.M68K_INS_FBLE = 116

Definition at line 219 of file m68k_const.py.

◆ M68K_INS_FBLT

int capstone.m68k_const.M68K_INS_FBLT = 115

Definition at line 218 of file m68k_const.py.

◆ M68K_INS_FBNE

int capstone.m68k_const.M68K_INS_FBNE = 109

Definition at line 212 of file m68k_const.py.

◆ M68K_INS_FBNGE

int capstone.m68k_const.M68K_INS_FBNGE = 123

Definition at line 226 of file m68k_const.py.

◆ M68K_INS_FBNGL

int capstone.m68k_const.M68K_INS_FBNGL = 120

Definition at line 223 of file m68k_const.py.

◆ M68K_INS_FBNGLE

int capstone.m68k_const.M68K_INS_FBNGLE = 119

Definition at line 222 of file m68k_const.py.

◆ M68K_INS_FBNGT

int capstone.m68k_const.M68K_INS_FBNGT = 124

Definition at line 227 of file m68k_const.py.

◆ M68K_INS_FBNLE

int capstone.m68k_const.M68K_INS_FBNLE = 121

Definition at line 224 of file m68k_const.py.

◆ M68K_INS_FBNLT

int capstone.m68k_const.M68K_INS_FBNLT = 122

Definition at line 225 of file m68k_const.py.

◆ M68K_INS_FBOGE

int capstone.m68k_const.M68K_INS_FBOGE = 98

Definition at line 201 of file m68k_const.py.

◆ M68K_INS_FBOGL

int capstone.m68k_const.M68K_INS_FBOGL = 101

Definition at line 204 of file m68k_const.py.

◆ M68K_INS_FBOGT

int capstone.m68k_const.M68K_INS_FBOGT = 97

Definition at line 200 of file m68k_const.py.

◆ M68K_INS_FBOLE

int capstone.m68k_const.M68K_INS_FBOLE = 100

Definition at line 203 of file m68k_const.py.

◆ M68K_INS_FBOLT

int capstone.m68k_const.M68K_INS_FBOLT = 99

Definition at line 202 of file m68k_const.py.

◆ M68K_INS_FBOR

int capstone.m68k_const.M68K_INS_FBOR = 102

Definition at line 205 of file m68k_const.py.

◆ M68K_INS_FBSEQ

int capstone.m68k_const.M68K_INS_FBSEQ = 112

Definition at line 215 of file m68k_const.py.

◆ M68K_INS_FBSF

int capstone.m68k_const.M68K_INS_FBSF = 111

Definition at line 214 of file m68k_const.py.

◆ M68K_INS_FBSNE

int capstone.m68k_const.M68K_INS_FBSNE = 125

Definition at line 228 of file m68k_const.py.

◆ M68K_INS_FBST

int capstone.m68k_const.M68K_INS_FBST = 126

Definition at line 229 of file m68k_const.py.

◆ M68K_INS_FBT

int capstone.m68k_const.M68K_INS_FBT = 110

Definition at line 213 of file m68k_const.py.

◆ M68K_INS_FBUEQ

int capstone.m68k_const.M68K_INS_FBUEQ = 104

Definition at line 207 of file m68k_const.py.

◆ M68K_INS_FBUGE

int capstone.m68k_const.M68K_INS_FBUGE = 106

Definition at line 209 of file m68k_const.py.

◆ M68K_INS_FBUGT

int capstone.m68k_const.M68K_INS_FBUGT = 105

Definition at line 208 of file m68k_const.py.

◆ M68K_INS_FBULE

int capstone.m68k_const.M68K_INS_FBULE = 108

Definition at line 211 of file m68k_const.py.

◆ M68K_INS_FBULT

int capstone.m68k_const.M68K_INS_FBULT = 107

Definition at line 210 of file m68k_const.py.

◆ M68K_INS_FBUN

int capstone.m68k_const.M68K_INS_FBUN = 103

Definition at line 206 of file m68k_const.py.

◆ M68K_INS_FCMP

int capstone.m68k_const.M68K_INS_FCMP = 127

Definition at line 230 of file m68k_const.py.

◆ M68K_INS_FCOS

int capstone.m68k_const.M68K_INS_FCOS = 128

Definition at line 231 of file m68k_const.py.

◆ M68K_INS_FCOSH

int capstone.m68k_const.M68K_INS_FCOSH = 129

Definition at line 232 of file m68k_const.py.

◆ M68K_INS_FDABS

int capstone.m68k_const.M68K_INS_FDABS = 87

Definition at line 190 of file m68k_const.py.

◆ M68K_INS_FDADD

int capstone.m68k_const.M68K_INS_FDADD = 91

Definition at line 194 of file m68k_const.py.

◆ M68K_INS_FDBEQ

int capstone.m68k_const.M68K_INS_FDBEQ = 131

Definition at line 234 of file m68k_const.py.

◆ M68K_INS_FDBF

int capstone.m68k_const.M68K_INS_FDBF = 130

Definition at line 233 of file m68k_const.py.

◆ M68K_INS_FDBGE

int capstone.m68k_const.M68K_INS_FDBGE = 149

Definition at line 252 of file m68k_const.py.

◆ M68K_INS_FDBGL

int capstone.m68k_const.M68K_INS_FDBGL = 152

Definition at line 255 of file m68k_const.py.

◆ M68K_INS_FDBGLE

int capstone.m68k_const.M68K_INS_FDBGLE = 153

Definition at line 256 of file m68k_const.py.

◆ M68K_INS_FDBGT

int capstone.m68k_const.M68K_INS_FDBGT = 148

Definition at line 251 of file m68k_const.py.

◆ M68K_INS_FDBLE

int capstone.m68k_const.M68K_INS_FDBLE = 151

Definition at line 254 of file m68k_const.py.

◆ M68K_INS_FDBLT

int capstone.m68k_const.M68K_INS_FDBLT = 150

Definition at line 253 of file m68k_const.py.

◆ M68K_INS_FDBNE

int capstone.m68k_const.M68K_INS_FDBNE = 144

Definition at line 247 of file m68k_const.py.

◆ M68K_INS_FDBNGE

int capstone.m68k_const.M68K_INS_FDBNGE = 158

Definition at line 261 of file m68k_const.py.

◆ M68K_INS_FDBNGL

int capstone.m68k_const.M68K_INS_FDBNGL = 155

Definition at line 258 of file m68k_const.py.

◆ M68K_INS_FDBNGLE

int capstone.m68k_const.M68K_INS_FDBNGLE = 154

Definition at line 257 of file m68k_const.py.

◆ M68K_INS_FDBNGT

int capstone.m68k_const.M68K_INS_FDBNGT = 159

Definition at line 262 of file m68k_const.py.

◆ M68K_INS_FDBNLE

int capstone.m68k_const.M68K_INS_FDBNLE = 156

Definition at line 259 of file m68k_const.py.

◆ M68K_INS_FDBNLT

int capstone.m68k_const.M68K_INS_FDBNLT = 157

Definition at line 260 of file m68k_const.py.

◆ M68K_INS_FDBOGE

int capstone.m68k_const.M68K_INS_FDBOGE = 133

Definition at line 236 of file m68k_const.py.

◆ M68K_INS_FDBOGL

int capstone.m68k_const.M68K_INS_FDBOGL = 136

Definition at line 239 of file m68k_const.py.

◆ M68K_INS_FDBOGT

int capstone.m68k_const.M68K_INS_FDBOGT = 132

Definition at line 235 of file m68k_const.py.

◆ M68K_INS_FDBOLE

int capstone.m68k_const.M68K_INS_FDBOLE = 135

Definition at line 238 of file m68k_const.py.

◆ M68K_INS_FDBOLT

int capstone.m68k_const.M68K_INS_FDBOLT = 134

Definition at line 237 of file m68k_const.py.

◆ M68K_INS_FDBOR

int capstone.m68k_const.M68K_INS_FDBOR = 137

Definition at line 240 of file m68k_const.py.

◆ M68K_INS_FDBSEQ

int capstone.m68k_const.M68K_INS_FDBSEQ = 147

Definition at line 250 of file m68k_const.py.

◆ M68K_INS_FDBSF

int capstone.m68k_const.M68K_INS_FDBSF = 146

Definition at line 249 of file m68k_const.py.

◆ M68K_INS_FDBSNE

int capstone.m68k_const.M68K_INS_FDBSNE = 160

Definition at line 263 of file m68k_const.py.

◆ M68K_INS_FDBST

int capstone.m68k_const.M68K_INS_FDBST = 161

Definition at line 264 of file m68k_const.py.

◆ M68K_INS_FDBT

int capstone.m68k_const.M68K_INS_FDBT = 145

Definition at line 248 of file m68k_const.py.

◆ M68K_INS_FDBUEQ

int capstone.m68k_const.M68K_INS_FDBUEQ = 139

Definition at line 242 of file m68k_const.py.

◆ M68K_INS_FDBUGE

int capstone.m68k_const.M68K_INS_FDBUGE = 141

Definition at line 244 of file m68k_const.py.

◆ M68K_INS_FDBUGT

int capstone.m68k_const.M68K_INS_FDBUGT = 140

Definition at line 243 of file m68k_const.py.

◆ M68K_INS_FDBULE

int capstone.m68k_const.M68K_INS_FDBULE = 143

Definition at line 246 of file m68k_const.py.

◆ M68K_INS_FDBULT

int capstone.m68k_const.M68K_INS_FDBULT = 142

Definition at line 245 of file m68k_const.py.

◆ M68K_INS_FDBUN

int capstone.m68k_const.M68K_INS_FDBUN = 138

Definition at line 241 of file m68k_const.py.

◆ M68K_INS_FDDIV

int capstone.m68k_const.M68K_INS_FDDIV = 164

Definition at line 267 of file m68k_const.py.

◆ M68K_INS_FDIV

int capstone.m68k_const.M68K_INS_FDIV = 162

Definition at line 265 of file m68k_const.py.

◆ M68K_INS_FDMOVE

int capstone.m68k_const.M68K_INS_FDMOVE = 178

Definition at line 281 of file m68k_const.py.

◆ M68K_INS_FDMUL

int capstone.m68k_const.M68K_INS_FDMUL = 183

Definition at line 286 of file m68k_const.py.

◆ M68K_INS_FDNEG

int capstone.m68k_const.M68K_INS_FDNEG = 186

Definition at line 289 of file m68k_const.py.

◆ M68K_INS_FDSQRT

int capstone.m68k_const.M68K_INS_FDSQRT = 199

Definition at line 302 of file m68k_const.py.

◆ M68K_INS_FDSUB

int capstone.m68k_const.M68K_INS_FDSUB = 234

Definition at line 337 of file m68k_const.py.

◆ M68K_INS_FETOX

int capstone.m68k_const.M68K_INS_FETOX = 165

Definition at line 268 of file m68k_const.py.

◆ M68K_INS_FETOXM1

int capstone.m68k_const.M68K_INS_FETOXM1 = 166

Definition at line 269 of file m68k_const.py.

◆ M68K_INS_FGETEXP

int capstone.m68k_const.M68K_INS_FGETEXP = 167

Definition at line 270 of file m68k_const.py.

◆ M68K_INS_FGETMAN

int capstone.m68k_const.M68K_INS_FGETMAN = 168

Definition at line 271 of file m68k_const.py.

◆ M68K_INS_FINT

int capstone.m68k_const.M68K_INS_FINT = 169

Definition at line 272 of file m68k_const.py.

◆ M68K_INS_FINTRZ

int capstone.m68k_const.M68K_INS_FINTRZ = 170

Definition at line 273 of file m68k_const.py.

◆ M68K_INS_FLOG10

int capstone.m68k_const.M68K_INS_FLOG10 = 171

Definition at line 274 of file m68k_const.py.

◆ M68K_INS_FLOG2

int capstone.m68k_const.M68K_INS_FLOG2 = 172

Definition at line 275 of file m68k_const.py.

◆ M68K_INS_FLOGN

int capstone.m68k_const.M68K_INS_FLOGN = 173

Definition at line 276 of file m68k_const.py.

◆ M68K_INS_FLOGNP1

int capstone.m68k_const.M68K_INS_FLOGNP1 = 174

Definition at line 277 of file m68k_const.py.

◆ M68K_INS_FMOD

int capstone.m68k_const.M68K_INS_FMOD = 175

Definition at line 278 of file m68k_const.py.

◆ M68K_INS_FMOVE

int capstone.m68k_const.M68K_INS_FMOVE = 176

Definition at line 279 of file m68k_const.py.

◆ M68K_INS_FMOVECR

int capstone.m68k_const.M68K_INS_FMOVECR = 179

Definition at line 282 of file m68k_const.py.

◆ M68K_INS_FMOVEM

int capstone.m68k_const.M68K_INS_FMOVEM = 180

Definition at line 283 of file m68k_const.py.

◆ M68K_INS_FMUL

int capstone.m68k_const.M68K_INS_FMUL = 181

Definition at line 284 of file m68k_const.py.

◆ M68K_INS_FNEG

int capstone.m68k_const.M68K_INS_FNEG = 184

Definition at line 287 of file m68k_const.py.

◆ M68K_INS_FNOP

int capstone.m68k_const.M68K_INS_FNOP = 187

Definition at line 290 of file m68k_const.py.

◆ M68K_INS_FREM

int capstone.m68k_const.M68K_INS_FREM = 188

Definition at line 291 of file m68k_const.py.

◆ M68K_INS_FRESTORE

int capstone.m68k_const.M68K_INS_FRESTORE = 189

Definition at line 292 of file m68k_const.py.

◆ M68K_INS_FSABS

int capstone.m68k_const.M68K_INS_FSABS = 86

Definition at line 189 of file m68k_const.py.

◆ M68K_INS_FSADD

int capstone.m68k_const.M68K_INS_FSADD = 90

Definition at line 193 of file m68k_const.py.

◆ M68K_INS_FSAVE

int capstone.m68k_const.M68K_INS_FSAVE = 190

Definition at line 293 of file m68k_const.py.

◆ M68K_INS_FSBEQ

int capstone.m68k_const.M68K_INS_FSBEQ = 201

Definition at line 304 of file m68k_const.py.

◆ M68K_INS_FSCALE

int capstone.m68k_const.M68K_INS_FSCALE = 191

Definition at line 294 of file m68k_const.py.

◆ M68K_INS_FSDIV

int capstone.m68k_const.M68K_INS_FSDIV = 163

Definition at line 266 of file m68k_const.py.

◆ M68K_INS_FSF

int capstone.m68k_const.M68K_INS_FSF = 200

Definition at line 303 of file m68k_const.py.

◆ M68K_INS_FSGE

int capstone.m68k_const.M68K_INS_FSGE = 219

Definition at line 322 of file m68k_const.py.

◆ M68K_INS_FSGL

int capstone.m68k_const.M68K_INS_FSGL = 222

Definition at line 325 of file m68k_const.py.

◆ M68K_INS_FSGLDIV

int capstone.m68k_const.M68K_INS_FSGLDIV = 192

Definition at line 295 of file m68k_const.py.

◆ M68K_INS_FSGLE

int capstone.m68k_const.M68K_INS_FSGLE = 223

Definition at line 326 of file m68k_const.py.

◆ M68K_INS_FSGLMUL

int capstone.m68k_const.M68K_INS_FSGLMUL = 193

Definition at line 296 of file m68k_const.py.

◆ M68K_INS_FSGT

int capstone.m68k_const.M68K_INS_FSGT = 218

Definition at line 321 of file m68k_const.py.

◆ M68K_INS_FSIN

int capstone.m68k_const.M68K_INS_FSIN = 194

Definition at line 297 of file m68k_const.py.

◆ M68K_INS_FSINCOS

int capstone.m68k_const.M68K_INS_FSINCOS = 195

Definition at line 298 of file m68k_const.py.

◆ M68K_INS_FSINH

int capstone.m68k_const.M68K_INS_FSINH = 196

Definition at line 299 of file m68k_const.py.

◆ M68K_INS_FSLE

int capstone.m68k_const.M68K_INS_FSLE = 221

Definition at line 324 of file m68k_const.py.

◆ M68K_INS_FSLT

int capstone.m68k_const.M68K_INS_FSLT = 220

Definition at line 323 of file m68k_const.py.

◆ M68K_INS_FSMOVE

int capstone.m68k_const.M68K_INS_FSMOVE = 177

Definition at line 280 of file m68k_const.py.

◆ M68K_INS_FSMUL

int capstone.m68k_const.M68K_INS_FSMUL = 182

Definition at line 285 of file m68k_const.py.

◆ M68K_INS_FSNE

int capstone.m68k_const.M68K_INS_FSNE = 214

Definition at line 317 of file m68k_const.py.

◆ M68K_INS_FSNEG

int capstone.m68k_const.M68K_INS_FSNEG = 185

Definition at line 288 of file m68k_const.py.

◆ M68K_INS_FSNGE

int capstone.m68k_const.M68K_INS_FSNGE = 228

Definition at line 331 of file m68k_const.py.

◆ M68K_INS_FSNGL

int capstone.m68k_const.M68K_INS_FSNGL = 225

Definition at line 328 of file m68k_const.py.

◆ M68K_INS_FSNGLE

int capstone.m68k_const.M68K_INS_FSNGLE = 224

Definition at line 327 of file m68k_const.py.

◆ M68K_INS_FSNGT

int capstone.m68k_const.M68K_INS_FSNGT = 229

Definition at line 332 of file m68k_const.py.

◆ M68K_INS_FSNLE

int capstone.m68k_const.M68K_INS_FSNLE = 226

Definition at line 329 of file m68k_const.py.

◆ M68K_INS_FSNLT

int capstone.m68k_const.M68K_INS_FSNLT = 227

Definition at line 330 of file m68k_const.py.

◆ M68K_INS_FSOGE

int capstone.m68k_const.M68K_INS_FSOGE = 203

Definition at line 306 of file m68k_const.py.

◆ M68K_INS_FSOGL

int capstone.m68k_const.M68K_INS_FSOGL = 206

Definition at line 309 of file m68k_const.py.

◆ M68K_INS_FSOGT

int capstone.m68k_const.M68K_INS_FSOGT = 202

Definition at line 305 of file m68k_const.py.

◆ M68K_INS_FSOLE

int capstone.m68k_const.M68K_INS_FSOLE = 205

Definition at line 308 of file m68k_const.py.

◆ M68K_INS_FSOLT

int capstone.m68k_const.M68K_INS_FSOLT = 204

Definition at line 307 of file m68k_const.py.

◆ M68K_INS_FSOR

int capstone.m68k_const.M68K_INS_FSOR = 207

Definition at line 310 of file m68k_const.py.

◆ M68K_INS_FSQRT

int capstone.m68k_const.M68K_INS_FSQRT = 197

Definition at line 300 of file m68k_const.py.

◆ M68K_INS_FSSEQ

int capstone.m68k_const.M68K_INS_FSSEQ = 217

Definition at line 320 of file m68k_const.py.

◆ M68K_INS_FSSF

int capstone.m68k_const.M68K_INS_FSSF = 216

Definition at line 319 of file m68k_const.py.

◆ M68K_INS_FSSNE

int capstone.m68k_const.M68K_INS_FSSNE = 230

Definition at line 333 of file m68k_const.py.

◆ M68K_INS_FSSQRT

int capstone.m68k_const.M68K_INS_FSSQRT = 198

Definition at line 301 of file m68k_const.py.

◆ M68K_INS_FSST

int capstone.m68k_const.M68K_INS_FSST = 231

Definition at line 334 of file m68k_const.py.

◆ M68K_INS_FSSUB

int capstone.m68k_const.M68K_INS_FSSUB = 233

Definition at line 336 of file m68k_const.py.

◆ M68K_INS_FST

int capstone.m68k_const.M68K_INS_FST = 215

Definition at line 318 of file m68k_const.py.

◆ M68K_INS_FSUB

int capstone.m68k_const.M68K_INS_FSUB = 232

Definition at line 335 of file m68k_const.py.

◆ M68K_INS_FSUEQ

int capstone.m68k_const.M68K_INS_FSUEQ = 209

Definition at line 312 of file m68k_const.py.

◆ M68K_INS_FSUGE

int capstone.m68k_const.M68K_INS_FSUGE = 211

Definition at line 314 of file m68k_const.py.

◆ M68K_INS_FSUGT

int capstone.m68k_const.M68K_INS_FSUGT = 210

Definition at line 313 of file m68k_const.py.

◆ M68K_INS_FSULE

int capstone.m68k_const.M68K_INS_FSULE = 213

Definition at line 316 of file m68k_const.py.

◆ M68K_INS_FSULT

int capstone.m68k_const.M68K_INS_FSULT = 212

Definition at line 315 of file m68k_const.py.

◆ M68K_INS_FSUN

int capstone.m68k_const.M68K_INS_FSUN = 208

Definition at line 311 of file m68k_const.py.

◆ M68K_INS_FTAN

int capstone.m68k_const.M68K_INS_FTAN = 235

Definition at line 338 of file m68k_const.py.

◆ M68K_INS_FTANH

int capstone.m68k_const.M68K_INS_FTANH = 236

Definition at line 339 of file m68k_const.py.

◆ M68K_INS_FTENTOX

int capstone.m68k_const.M68K_INS_FTENTOX = 237

Definition at line 340 of file m68k_const.py.

◆ M68K_INS_FTRAPEQ

int capstone.m68k_const.M68K_INS_FTRAPEQ = 239

Definition at line 342 of file m68k_const.py.

◆ M68K_INS_FTRAPF

int capstone.m68k_const.M68K_INS_FTRAPF = 238

Definition at line 341 of file m68k_const.py.

◆ M68K_INS_FTRAPGE

int capstone.m68k_const.M68K_INS_FTRAPGE = 257

Definition at line 360 of file m68k_const.py.

◆ M68K_INS_FTRAPGL

int capstone.m68k_const.M68K_INS_FTRAPGL = 260

Definition at line 363 of file m68k_const.py.

◆ M68K_INS_FTRAPGLE

int capstone.m68k_const.M68K_INS_FTRAPGLE = 261

Definition at line 364 of file m68k_const.py.

◆ M68K_INS_FTRAPGT

int capstone.m68k_const.M68K_INS_FTRAPGT = 256

Definition at line 359 of file m68k_const.py.

◆ M68K_INS_FTRAPLE

int capstone.m68k_const.M68K_INS_FTRAPLE = 259

Definition at line 362 of file m68k_const.py.

◆ M68K_INS_FTRAPLT

int capstone.m68k_const.M68K_INS_FTRAPLT = 258

Definition at line 361 of file m68k_const.py.

◆ M68K_INS_FTRAPNE

int capstone.m68k_const.M68K_INS_FTRAPNE = 252

Definition at line 355 of file m68k_const.py.

◆ M68K_INS_FTRAPNGE

int capstone.m68k_const.M68K_INS_FTRAPNGE = 266

Definition at line 369 of file m68k_const.py.

◆ M68K_INS_FTRAPNGL

int capstone.m68k_const.M68K_INS_FTRAPNGL = 263

Definition at line 366 of file m68k_const.py.

◆ M68K_INS_FTRAPNGLE

int capstone.m68k_const.M68K_INS_FTRAPNGLE = 262

Definition at line 365 of file m68k_const.py.

◆ M68K_INS_FTRAPNGT

int capstone.m68k_const.M68K_INS_FTRAPNGT = 267

Definition at line 370 of file m68k_const.py.

◆ M68K_INS_FTRAPNLE

int capstone.m68k_const.M68K_INS_FTRAPNLE = 264

Definition at line 367 of file m68k_const.py.

◆ M68K_INS_FTRAPNLT

int capstone.m68k_const.M68K_INS_FTRAPNLT = 265

Definition at line 368 of file m68k_const.py.

◆ M68K_INS_FTRAPOGE

int capstone.m68k_const.M68K_INS_FTRAPOGE = 241

Definition at line 344 of file m68k_const.py.

◆ M68K_INS_FTRAPOGL

int capstone.m68k_const.M68K_INS_FTRAPOGL = 244

Definition at line 347 of file m68k_const.py.

◆ M68K_INS_FTRAPOGT

int capstone.m68k_const.M68K_INS_FTRAPOGT = 240

Definition at line 343 of file m68k_const.py.

◆ M68K_INS_FTRAPOLE

int capstone.m68k_const.M68K_INS_FTRAPOLE = 243

Definition at line 346 of file m68k_const.py.

◆ M68K_INS_FTRAPOLT

int capstone.m68k_const.M68K_INS_FTRAPOLT = 242

Definition at line 345 of file m68k_const.py.

◆ M68K_INS_FTRAPOR

int capstone.m68k_const.M68K_INS_FTRAPOR = 245

Definition at line 348 of file m68k_const.py.

◆ M68K_INS_FTRAPSEQ

int capstone.m68k_const.M68K_INS_FTRAPSEQ = 255

Definition at line 358 of file m68k_const.py.

◆ M68K_INS_FTRAPSF

int capstone.m68k_const.M68K_INS_FTRAPSF = 254

Definition at line 357 of file m68k_const.py.

◆ M68K_INS_FTRAPSNE

int capstone.m68k_const.M68K_INS_FTRAPSNE = 268

Definition at line 371 of file m68k_const.py.

◆ M68K_INS_FTRAPST

int capstone.m68k_const.M68K_INS_FTRAPST = 269

Definition at line 372 of file m68k_const.py.

◆ M68K_INS_FTRAPT

int capstone.m68k_const.M68K_INS_FTRAPT = 253

Definition at line 356 of file m68k_const.py.

◆ M68K_INS_FTRAPUEQ

int capstone.m68k_const.M68K_INS_FTRAPUEQ = 247

Definition at line 350 of file m68k_const.py.

◆ M68K_INS_FTRAPUGE

int capstone.m68k_const.M68K_INS_FTRAPUGE = 249

Definition at line 352 of file m68k_const.py.

◆ M68K_INS_FTRAPUGT

int capstone.m68k_const.M68K_INS_FTRAPUGT = 248

Definition at line 351 of file m68k_const.py.

◆ M68K_INS_FTRAPULE

int capstone.m68k_const.M68K_INS_FTRAPULE = 251

Definition at line 354 of file m68k_const.py.

◆ M68K_INS_FTRAPULT

int capstone.m68k_const.M68K_INS_FTRAPULT = 250

Definition at line 353 of file m68k_const.py.

◆ M68K_INS_FTRAPUN

int capstone.m68k_const.M68K_INS_FTRAPUN = 246

Definition at line 349 of file m68k_const.py.

◆ M68K_INS_FTST

int capstone.m68k_const.M68K_INS_FTST = 270

Definition at line 373 of file m68k_const.py.

◆ M68K_INS_FTWOTOX

int capstone.m68k_const.M68K_INS_FTWOTOX = 271

Definition at line 374 of file m68k_const.py.

◆ M68K_INS_HALT

int capstone.m68k_const.M68K_INS_HALT = 272

Definition at line 375 of file m68k_const.py.

◆ M68K_INS_ILLEGAL

int capstone.m68k_const.M68K_INS_ILLEGAL = 273

Definition at line 376 of file m68k_const.py.

◆ M68K_INS_INVALID

int capstone.m68k_const.M68K_INS_INVALID = 0

Definition at line 103 of file m68k_const.py.

◆ M68K_INS_JMP

int capstone.m68k_const.M68K_INS_JMP = 274

Definition at line 377 of file m68k_const.py.

◆ M68K_INS_JSR

int capstone.m68k_const.M68K_INS_JSR = 275

Definition at line 378 of file m68k_const.py.

◆ M68K_INS_LEA

int capstone.m68k_const.M68K_INS_LEA = 276

Definition at line 379 of file m68k_const.py.

◆ M68K_INS_LINK

int capstone.m68k_const.M68K_INS_LINK = 277

Definition at line 380 of file m68k_const.py.

◆ M68K_INS_LPSTOP

int capstone.m68k_const.M68K_INS_LPSTOP = 278

Definition at line 381 of file m68k_const.py.

◆ M68K_INS_LSL

int capstone.m68k_const.M68K_INS_LSL = 279

Definition at line 382 of file m68k_const.py.

◆ M68K_INS_LSR

int capstone.m68k_const.M68K_INS_LSR = 280

Definition at line 383 of file m68k_const.py.

◆ M68K_INS_MOVE

int capstone.m68k_const.M68K_INS_MOVE = 281

Definition at line 384 of file m68k_const.py.

◆ M68K_INS_MOVE16

int capstone.m68k_const.M68K_INS_MOVE16 = 288

Definition at line 391 of file m68k_const.py.

◆ M68K_INS_MOVEA

int capstone.m68k_const.M68K_INS_MOVEA = 282

Definition at line 385 of file m68k_const.py.

◆ M68K_INS_MOVEC

int capstone.m68k_const.M68K_INS_MOVEC = 283

Definition at line 386 of file m68k_const.py.

◆ M68K_INS_MOVEM

int capstone.m68k_const.M68K_INS_MOVEM = 284

Definition at line 387 of file m68k_const.py.

◆ M68K_INS_MOVEP

int capstone.m68k_const.M68K_INS_MOVEP = 285

Definition at line 388 of file m68k_const.py.

◆ M68K_INS_MOVEQ

int capstone.m68k_const.M68K_INS_MOVEQ = 286

Definition at line 389 of file m68k_const.py.

◆ M68K_INS_MOVES

int capstone.m68k_const.M68K_INS_MOVES = 287

Definition at line 390 of file m68k_const.py.

◆ M68K_INS_MULS

int capstone.m68k_const.M68K_INS_MULS = 289

Definition at line 392 of file m68k_const.py.

◆ M68K_INS_MULU

int capstone.m68k_const.M68K_INS_MULU = 290

Definition at line 393 of file m68k_const.py.

◆ M68K_INS_NBCD

int capstone.m68k_const.M68K_INS_NBCD = 291

Definition at line 394 of file m68k_const.py.

◆ M68K_INS_NEG

int capstone.m68k_const.M68K_INS_NEG = 292

Definition at line 395 of file m68k_const.py.

◆ M68K_INS_NEGX

int capstone.m68k_const.M68K_INS_NEGX = 293

Definition at line 396 of file m68k_const.py.

◆ M68K_INS_NOP

int capstone.m68k_const.M68K_INS_NOP = 294

Definition at line 397 of file m68k_const.py.

◆ M68K_INS_NOT

int capstone.m68k_const.M68K_INS_NOT = 295

Definition at line 398 of file m68k_const.py.

◆ M68K_INS_OR

int capstone.m68k_const.M68K_INS_OR = 296

Definition at line 399 of file m68k_const.py.

◆ M68K_INS_ORI

int capstone.m68k_const.M68K_INS_ORI = 297

Definition at line 400 of file m68k_const.py.

◆ M68K_INS_PACK

int capstone.m68k_const.M68K_INS_PACK = 298

Definition at line 401 of file m68k_const.py.

◆ M68K_INS_PEA

int capstone.m68k_const.M68K_INS_PEA = 299

Definition at line 402 of file m68k_const.py.

◆ M68K_INS_PFLUSH

int capstone.m68k_const.M68K_INS_PFLUSH = 300

Definition at line 403 of file m68k_const.py.

◆ M68K_INS_PFLUSHA

int capstone.m68k_const.M68K_INS_PFLUSHA = 301

Definition at line 404 of file m68k_const.py.

◆ M68K_INS_PFLUSHAN

int capstone.m68k_const.M68K_INS_PFLUSHAN = 302

Definition at line 405 of file m68k_const.py.

◆ M68K_INS_PFLUSHN

int capstone.m68k_const.M68K_INS_PFLUSHN = 303

Definition at line 406 of file m68k_const.py.

◆ M68K_INS_PLOADR

int capstone.m68k_const.M68K_INS_PLOADR = 304

Definition at line 407 of file m68k_const.py.

◆ M68K_INS_PLOADW

int capstone.m68k_const.M68K_INS_PLOADW = 305

Definition at line 408 of file m68k_const.py.

◆ M68K_INS_PLPAR

int capstone.m68k_const.M68K_INS_PLPAR = 306

Definition at line 409 of file m68k_const.py.

◆ M68K_INS_PLPAW

int capstone.m68k_const.M68K_INS_PLPAW = 307

Definition at line 410 of file m68k_const.py.

◆ M68K_INS_PMOVE

int capstone.m68k_const.M68K_INS_PMOVE = 308

Definition at line 411 of file m68k_const.py.

◆ M68K_INS_PMOVEFD

int capstone.m68k_const.M68K_INS_PMOVEFD = 309

Definition at line 412 of file m68k_const.py.

◆ M68K_INS_PTESTR

int capstone.m68k_const.M68K_INS_PTESTR = 310

Definition at line 413 of file m68k_const.py.

◆ M68K_INS_PTESTW

int capstone.m68k_const.M68K_INS_PTESTW = 311

Definition at line 414 of file m68k_const.py.

◆ M68K_INS_PULSE

int capstone.m68k_const.M68K_INS_PULSE = 312

Definition at line 415 of file m68k_const.py.

◆ M68K_INS_REMS

int capstone.m68k_const.M68K_INS_REMS = 313

Definition at line 416 of file m68k_const.py.

◆ M68K_INS_REMU

int capstone.m68k_const.M68K_INS_REMU = 314

Definition at line 417 of file m68k_const.py.

◆ M68K_INS_RESET

int capstone.m68k_const.M68K_INS_RESET = 315

Definition at line 418 of file m68k_const.py.

◆ M68K_INS_ROL

int capstone.m68k_const.M68K_INS_ROL = 316

Definition at line 419 of file m68k_const.py.

◆ M68K_INS_ROR

int capstone.m68k_const.M68K_INS_ROR = 317

Definition at line 420 of file m68k_const.py.

◆ M68K_INS_ROXL

int capstone.m68k_const.M68K_INS_ROXL = 318

Definition at line 421 of file m68k_const.py.

◆ M68K_INS_ROXR

int capstone.m68k_const.M68K_INS_ROXR = 319

Definition at line 422 of file m68k_const.py.

◆ M68K_INS_RTD

int capstone.m68k_const.M68K_INS_RTD = 320

Definition at line 423 of file m68k_const.py.

◆ M68K_INS_RTE

int capstone.m68k_const.M68K_INS_RTE = 321

Definition at line 424 of file m68k_const.py.

◆ M68K_INS_RTM

int capstone.m68k_const.M68K_INS_RTM = 322

Definition at line 425 of file m68k_const.py.

◆ M68K_INS_RTR

int capstone.m68k_const.M68K_INS_RTR = 323

Definition at line 426 of file m68k_const.py.

◆ M68K_INS_RTS

int capstone.m68k_const.M68K_INS_RTS = 324

Definition at line 427 of file m68k_const.py.

◆ M68K_INS_SBCD

int capstone.m68k_const.M68K_INS_SBCD = 325

Definition at line 428 of file m68k_const.py.

◆ M68K_INS_SCC

int capstone.m68k_const.M68K_INS_SCC = 330

Definition at line 433 of file m68k_const.py.

◆ M68K_INS_SCS

int capstone.m68k_const.M68K_INS_SCS = 332

Definition at line 435 of file m68k_const.py.

◆ M68K_INS_SEQ

int capstone.m68k_const.M68K_INS_SEQ = 335

Definition at line 438 of file m68k_const.py.

◆ M68K_INS_SF

int capstone.m68k_const.M68K_INS_SF = 327

Definition at line 430 of file m68k_const.py.

◆ M68K_INS_SGE

int capstone.m68k_const.M68K_INS_SGE = 340

Definition at line 443 of file m68k_const.py.

◆ M68K_INS_SGT

int capstone.m68k_const.M68K_INS_SGT = 342

Definition at line 445 of file m68k_const.py.

◆ M68K_INS_SHI

int capstone.m68k_const.M68K_INS_SHI = 328

Definition at line 431 of file m68k_const.py.

◆ M68K_INS_SHS

int capstone.m68k_const.M68K_INS_SHS = 331

Definition at line 434 of file m68k_const.py.

◆ M68K_INS_SLE

int capstone.m68k_const.M68K_INS_SLE = 343

Definition at line 446 of file m68k_const.py.

◆ M68K_INS_SLO

int capstone.m68k_const.M68K_INS_SLO = 333

Definition at line 436 of file m68k_const.py.

◆ M68K_INS_SLS

int capstone.m68k_const.M68K_INS_SLS = 329

Definition at line 432 of file m68k_const.py.

◆ M68K_INS_SLT

int capstone.m68k_const.M68K_INS_SLT = 341

Definition at line 444 of file m68k_const.py.

◆ M68K_INS_SMI

int capstone.m68k_const.M68K_INS_SMI = 339

Definition at line 442 of file m68k_const.py.

◆ M68K_INS_SNE

int capstone.m68k_const.M68K_INS_SNE = 334

Definition at line 437 of file m68k_const.py.

◆ M68K_INS_SPL

int capstone.m68k_const.M68K_INS_SPL = 338

Definition at line 441 of file m68k_const.py.

◆ M68K_INS_ST

int capstone.m68k_const.M68K_INS_ST = 326

Definition at line 429 of file m68k_const.py.

◆ M68K_INS_STOP

int capstone.m68k_const.M68K_INS_STOP = 344

Definition at line 447 of file m68k_const.py.

◆ M68K_INS_SUB

int capstone.m68k_const.M68K_INS_SUB = 345

Definition at line 448 of file m68k_const.py.

◆ M68K_INS_SUBA

int capstone.m68k_const.M68K_INS_SUBA = 346

Definition at line 449 of file m68k_const.py.

◆ M68K_INS_SUBI

int capstone.m68k_const.M68K_INS_SUBI = 347

Definition at line 450 of file m68k_const.py.

◆ M68K_INS_SUBQ

int capstone.m68k_const.M68K_INS_SUBQ = 348

Definition at line 451 of file m68k_const.py.

◆ M68K_INS_SUBX

int capstone.m68k_const.M68K_INS_SUBX = 349

Definition at line 452 of file m68k_const.py.

◆ M68K_INS_SVC

int capstone.m68k_const.M68K_INS_SVC = 336

Definition at line 439 of file m68k_const.py.

◆ M68K_INS_SVS

int capstone.m68k_const.M68K_INS_SVS = 337

Definition at line 440 of file m68k_const.py.

◆ M68K_INS_SWAP

int capstone.m68k_const.M68K_INS_SWAP = 350

Definition at line 453 of file m68k_const.py.

◆ M68K_INS_TAS

int capstone.m68k_const.M68K_INS_TAS = 351

Definition at line 454 of file m68k_const.py.

◆ M68K_INS_TRAP

int capstone.m68k_const.M68K_INS_TRAP = 352

Definition at line 455 of file m68k_const.py.

◆ M68K_INS_TRAPCC

int capstone.m68k_const.M68K_INS_TRAPCC = 358

Definition at line 461 of file m68k_const.py.

◆ M68K_INS_TRAPCS

int capstone.m68k_const.M68K_INS_TRAPCS = 360

Definition at line 463 of file m68k_const.py.

◆ M68K_INS_TRAPEQ

int capstone.m68k_const.M68K_INS_TRAPEQ = 363

Definition at line 466 of file m68k_const.py.

◆ M68K_INS_TRAPF

int capstone.m68k_const.M68K_INS_TRAPF = 355

Definition at line 458 of file m68k_const.py.

◆ M68K_INS_TRAPGE

int capstone.m68k_const.M68K_INS_TRAPGE = 368

Definition at line 471 of file m68k_const.py.

◆ M68K_INS_TRAPGT

int capstone.m68k_const.M68K_INS_TRAPGT = 370

Definition at line 473 of file m68k_const.py.

◆ M68K_INS_TRAPHI

int capstone.m68k_const.M68K_INS_TRAPHI = 356

Definition at line 459 of file m68k_const.py.

◆ M68K_INS_TRAPHS

int capstone.m68k_const.M68K_INS_TRAPHS = 359

Definition at line 462 of file m68k_const.py.

◆ M68K_INS_TRAPLE

int capstone.m68k_const.M68K_INS_TRAPLE = 371

Definition at line 474 of file m68k_const.py.

◆ M68K_INS_TRAPLO

int capstone.m68k_const.M68K_INS_TRAPLO = 361

Definition at line 464 of file m68k_const.py.

◆ M68K_INS_TRAPLS

int capstone.m68k_const.M68K_INS_TRAPLS = 357

Definition at line 460 of file m68k_const.py.

◆ M68K_INS_TRAPLT

int capstone.m68k_const.M68K_INS_TRAPLT = 369

Definition at line 472 of file m68k_const.py.

◆ M68K_INS_TRAPMI

int capstone.m68k_const.M68K_INS_TRAPMI = 367

Definition at line 470 of file m68k_const.py.

◆ M68K_INS_TRAPNE

int capstone.m68k_const.M68K_INS_TRAPNE = 362

Definition at line 465 of file m68k_const.py.

◆ M68K_INS_TRAPPL

int capstone.m68k_const.M68K_INS_TRAPPL = 366

Definition at line 469 of file m68k_const.py.

◆ M68K_INS_TRAPT

int capstone.m68k_const.M68K_INS_TRAPT = 354

Definition at line 457 of file m68k_const.py.

◆ M68K_INS_TRAPV

int capstone.m68k_const.M68K_INS_TRAPV = 353

Definition at line 456 of file m68k_const.py.

◆ M68K_INS_TRAPVC

int capstone.m68k_const.M68K_INS_TRAPVC = 364

Definition at line 467 of file m68k_const.py.

◆ M68K_INS_TRAPVS

int capstone.m68k_const.M68K_INS_TRAPVS = 365

Definition at line 468 of file m68k_const.py.

◆ M68K_INS_TST

int capstone.m68k_const.M68K_INS_TST = 372

Definition at line 475 of file m68k_const.py.

◆ M68K_INS_UNLK

int capstone.m68k_const.M68K_INS_UNLK = 373

Definition at line 476 of file m68k_const.py.

◆ M68K_INS_UNPK

int capstone.m68k_const.M68K_INS_UNPK = 374

Definition at line 477 of file m68k_const.py.

◆ M68K_OP_BR_DISP

int capstone.m68k_const.M68K_OP_BR_DISP = 8

Definition at line 82 of file m68k_const.py.

◆ M68K_OP_BR_DISP_SIZE_BYTE

int capstone.m68k_const.M68K_OP_BR_DISP_SIZE_BYTE = 1

Definition at line 85 of file m68k_const.py.

◆ M68K_OP_BR_DISP_SIZE_INVALID

int capstone.m68k_const.M68K_OP_BR_DISP_SIZE_INVALID = 0

Definition at line 84 of file m68k_const.py.

◆ M68K_OP_BR_DISP_SIZE_LONG

int capstone.m68k_const.M68K_OP_BR_DISP_SIZE_LONG = 4

Definition at line 87 of file m68k_const.py.

◆ M68K_OP_BR_DISP_SIZE_WORD

int capstone.m68k_const.M68K_OP_BR_DISP_SIZE_WORD = 2

Definition at line 86 of file m68k_const.py.

◆ M68K_OP_FP_DOUBLE

int capstone.m68k_const.M68K_OP_FP_DOUBLE = 5

Definition at line 79 of file m68k_const.py.

◆ M68K_OP_FP_SINGLE

int capstone.m68k_const.M68K_OP_FP_SINGLE = 4

Definition at line 78 of file m68k_const.py.

◆ M68K_OP_IMM

int capstone.m68k_const.M68K_OP_IMM = 2

Definition at line 76 of file m68k_const.py.

◆ M68K_OP_INVALID

int capstone.m68k_const.M68K_OP_INVALID = 0

Definition at line 74 of file m68k_const.py.

◆ M68K_OP_MEM

int capstone.m68k_const.M68K_OP_MEM = 3

Definition at line 77 of file m68k_const.py.

◆ M68K_OP_REG

int capstone.m68k_const.M68K_OP_REG = 1

Definition at line 75 of file m68k_const.py.

◆ M68K_OP_REG_BITS

int capstone.m68k_const.M68K_OP_REG_BITS = 6

Definition at line 80 of file m68k_const.py.

◆ M68K_OP_REG_PAIR

int capstone.m68k_const.M68K_OP_REG_PAIR = 7

Definition at line 81 of file m68k_const.py.

◆ M68K_OPERAND_COUNT

int capstone.m68k_const.M68K_OPERAND_COUNT = 4

Definition at line 2 of file m68k_const.py.

◆ M68K_REG_A0

int capstone.m68k_const.M68K_REG_A0 = 9

Definition at line 13 of file m68k_const.py.

◆ M68K_REG_A1

int capstone.m68k_const.M68K_REG_A1 = 10

Definition at line 14 of file m68k_const.py.

◆ M68K_REG_A2

int capstone.m68k_const.M68K_REG_A2 = 11

Definition at line 15 of file m68k_const.py.

◆ M68K_REG_A3

int capstone.m68k_const.M68K_REG_A3 = 12

Definition at line 16 of file m68k_const.py.

◆ M68K_REG_A4

int capstone.m68k_const.M68K_REG_A4 = 13

Definition at line 17 of file m68k_const.py.

◆ M68K_REG_A5

int capstone.m68k_const.M68K_REG_A5 = 14

Definition at line 18 of file m68k_const.py.

◆ M68K_REG_A6

int capstone.m68k_const.M68K_REG_A6 = 15

Definition at line 19 of file m68k_const.py.

◆ M68K_REG_A7

int capstone.m68k_const.M68K_REG_A7 = 16

Definition at line 20 of file m68k_const.py.

◆ M68K_REG_CAAR

int capstone.m68k_const.M68K_REG_CAAR = 33

Definition at line 37 of file m68k_const.py.

◆ M68K_REG_CACR

int capstone.m68k_const.M68K_REG_CACR = 32

Definition at line 36 of file m68k_const.py.

◆ M68K_REG_CCR

int capstone.m68k_const.M68K_REG_CCR = 27

Definition at line 31 of file m68k_const.py.

◆ M68K_REG_D0

int capstone.m68k_const.M68K_REG_D0 = 1

Definition at line 5 of file m68k_const.py.

◆ M68K_REG_D1

int capstone.m68k_const.M68K_REG_D1 = 2

Definition at line 6 of file m68k_const.py.

◆ M68K_REG_D2

int capstone.m68k_const.M68K_REG_D2 = 3

Definition at line 7 of file m68k_const.py.

◆ M68K_REG_D3

int capstone.m68k_const.M68K_REG_D3 = 4

Definition at line 8 of file m68k_const.py.

◆ M68K_REG_D4

int capstone.m68k_const.M68K_REG_D4 = 5

Definition at line 9 of file m68k_const.py.

◆ M68K_REG_D5

int capstone.m68k_const.M68K_REG_D5 = 6

Definition at line 10 of file m68k_const.py.

◆ M68K_REG_D6

int capstone.m68k_const.M68K_REG_D6 = 7

Definition at line 11 of file m68k_const.py.

◆ M68K_REG_D7

int capstone.m68k_const.M68K_REG_D7 = 8

Definition at line 12 of file m68k_const.py.

◆ M68K_REG_DFC

int capstone.m68k_const.M68K_REG_DFC = 29

Definition at line 33 of file m68k_const.py.

◆ M68K_REG_DTT0

int capstone.m68k_const.M68K_REG_DTT0 = 39

Definition at line 43 of file m68k_const.py.

◆ M68K_REG_DTT1

int capstone.m68k_const.M68K_REG_DTT1 = 40

Definition at line 44 of file m68k_const.py.

◆ M68K_REG_ENDING

int capstone.m68k_const.M68K_REG_ENDING = 47

Definition at line 51 of file m68k_const.py.

◆ M68K_REG_FP0

int capstone.m68k_const.M68K_REG_FP0 = 17

Definition at line 21 of file m68k_const.py.

◆ M68K_REG_FP1

int capstone.m68k_const.M68K_REG_FP1 = 18

Definition at line 22 of file m68k_const.py.

◆ M68K_REG_FP2

int capstone.m68k_const.M68K_REG_FP2 = 19

Definition at line 23 of file m68k_const.py.

◆ M68K_REG_FP3

int capstone.m68k_const.M68K_REG_FP3 = 20

Definition at line 24 of file m68k_const.py.

◆ M68K_REG_FP4

int capstone.m68k_const.M68K_REG_FP4 = 21

Definition at line 25 of file m68k_const.py.

◆ M68K_REG_FP5

int capstone.m68k_const.M68K_REG_FP5 = 22

Definition at line 26 of file m68k_const.py.

◆ M68K_REG_FP6

int capstone.m68k_const.M68K_REG_FP6 = 23

Definition at line 27 of file m68k_const.py.

◆ M68K_REG_FP7

int capstone.m68k_const.M68K_REG_FP7 = 24

Definition at line 28 of file m68k_const.py.

◆ M68K_REG_FPCR

int capstone.m68k_const.M68K_REG_FPCR = 44

Definition at line 48 of file m68k_const.py.

◆ M68K_REG_FPIAR

int capstone.m68k_const.M68K_REG_FPIAR = 46

Definition at line 50 of file m68k_const.py.

◆ M68K_REG_FPSR

int capstone.m68k_const.M68K_REG_FPSR = 45

Definition at line 49 of file m68k_const.py.

◆ M68K_REG_INVALID

int capstone.m68k_const.M68K_REG_INVALID = 0

Definition at line 4 of file m68k_const.py.

◆ M68K_REG_ISP

int capstone.m68k_const.M68K_REG_ISP = 35

Definition at line 39 of file m68k_const.py.

◆ M68K_REG_ITT0

int capstone.m68k_const.M68K_REG_ITT0 = 37

Definition at line 41 of file m68k_const.py.

◆ M68K_REG_ITT1

int capstone.m68k_const.M68K_REG_ITT1 = 38

Definition at line 42 of file m68k_const.py.

◆ M68K_REG_MMUSR

int capstone.m68k_const.M68K_REG_MMUSR = 41

Definition at line 45 of file m68k_const.py.

◆ M68K_REG_MSP

int capstone.m68k_const.M68K_REG_MSP = 34

Definition at line 38 of file m68k_const.py.

◆ M68K_REG_PC

int capstone.m68k_const.M68K_REG_PC = 25

Definition at line 29 of file m68k_const.py.

◆ M68K_REG_SFC

int capstone.m68k_const.M68K_REG_SFC = 28

Definition at line 32 of file m68k_const.py.

◆ M68K_REG_SR

int capstone.m68k_const.M68K_REG_SR = 26

Definition at line 30 of file m68k_const.py.

◆ M68K_REG_SRP

int capstone.m68k_const.M68K_REG_SRP = 43

Definition at line 47 of file m68k_const.py.

◆ M68K_REG_TC

int capstone.m68k_const.M68K_REG_TC = 36

Definition at line 40 of file m68k_const.py.

◆ M68K_REG_URP

int capstone.m68k_const.M68K_REG_URP = 42

Definition at line 46 of file m68k_const.py.

◆ M68K_REG_USP

int capstone.m68k_const.M68K_REG_USP = 30

Definition at line 34 of file m68k_const.py.

◆ M68K_REG_VBR

int capstone.m68k_const.M68K_REG_VBR = 31

Definition at line 35 of file m68k_const.py.

◆ M68K_SIZE_TYPE_CPU

int capstone.m68k_const.M68K_SIZE_TYPE_CPU = 1

Definition at line 100 of file m68k_const.py.

◆ M68K_SIZE_TYPE_FPU

int capstone.m68k_const.M68K_SIZE_TYPE_FPU = 2

Definition at line 101 of file m68k_const.py.

◆ M68K_SIZE_TYPE_INVALID

int capstone.m68k_const.M68K_SIZE_TYPE_INVALID = 0

Definition at line 99 of file m68k_const.py.