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

Go to the source code of this file.

Namespaces

 capstone.xcore_const
 

Variables

int capstone.xcore_const.XCORE_OP_INVALID = 0
 
int capstone.xcore_const.XCORE_OP_REG = 1
 
int capstone.xcore_const.XCORE_OP_IMM = 2
 
int capstone.xcore_const.XCORE_OP_MEM = 3
 
int capstone.xcore_const.XCORE_REG_INVALID = 0
 
int capstone.xcore_const.XCORE_REG_CP = 1
 
int capstone.xcore_const.XCORE_REG_DP = 2
 
int capstone.xcore_const.XCORE_REG_LR = 3
 
int capstone.xcore_const.XCORE_REG_SP = 4
 
int capstone.xcore_const.XCORE_REG_R0 = 5
 
int capstone.xcore_const.XCORE_REG_R1 = 6
 
int capstone.xcore_const.XCORE_REG_R2 = 7
 
int capstone.xcore_const.XCORE_REG_R3 = 8
 
int capstone.xcore_const.XCORE_REG_R4 = 9
 
int capstone.xcore_const.XCORE_REG_R5 = 10
 
int capstone.xcore_const.XCORE_REG_R6 = 11
 
int capstone.xcore_const.XCORE_REG_R7 = 12
 
int capstone.xcore_const.XCORE_REG_R8 = 13
 
int capstone.xcore_const.XCORE_REG_R9 = 14
 
int capstone.xcore_const.XCORE_REG_R10 = 15
 
int capstone.xcore_const.XCORE_REG_R11 = 16
 
int capstone.xcore_const.XCORE_REG_PC = 17
 
int capstone.xcore_const.XCORE_REG_SCP = 18
 
int capstone.xcore_const.XCORE_REG_SSR = 19
 
int capstone.xcore_const.XCORE_REG_ET = 20
 
int capstone.xcore_const.XCORE_REG_ED = 21
 
int capstone.xcore_const.XCORE_REG_SED = 22
 
int capstone.xcore_const.XCORE_REG_KEP = 23
 
int capstone.xcore_const.XCORE_REG_KSP = 24
 
int capstone.xcore_const.XCORE_REG_ID = 25
 
int capstone.xcore_const.XCORE_REG_ENDING = 26
 
int capstone.xcore_const.XCORE_INS_INVALID = 0
 
int capstone.xcore_const.XCORE_INS_ADD = 1
 
int capstone.xcore_const.XCORE_INS_ANDNOT = 2
 
int capstone.xcore_const.XCORE_INS_AND = 3
 
int capstone.xcore_const.XCORE_INS_ASHR = 4
 
int capstone.xcore_const.XCORE_INS_BAU = 5
 
int capstone.xcore_const.XCORE_INS_BITREV = 6
 
int capstone.xcore_const.XCORE_INS_BLA = 7
 
int capstone.xcore_const.XCORE_INS_BLAT = 8
 
int capstone.xcore_const.XCORE_INS_BL = 9
 
int capstone.xcore_const.XCORE_INS_BF = 10
 
int capstone.xcore_const.XCORE_INS_BT = 11
 
int capstone.xcore_const.XCORE_INS_BU = 12
 
int capstone.xcore_const.XCORE_INS_BRU = 13
 
int capstone.xcore_const.XCORE_INS_BYTEREV = 14
 
int capstone.xcore_const.XCORE_INS_CHKCT = 15
 
int capstone.xcore_const.XCORE_INS_CLRE = 16
 
int capstone.xcore_const.XCORE_INS_CLRPT = 17
 
int capstone.xcore_const.XCORE_INS_CLRSR = 18
 
int capstone.xcore_const.XCORE_INS_CLZ = 19
 
int capstone.xcore_const.XCORE_INS_CRC8 = 20
 
int capstone.xcore_const.XCORE_INS_CRC32 = 21
 
int capstone.xcore_const.XCORE_INS_DCALL = 22
 
int capstone.xcore_const.XCORE_INS_DENTSP = 23
 
int capstone.xcore_const.XCORE_INS_DGETREG = 24
 
int capstone.xcore_const.XCORE_INS_DIVS = 25
 
int capstone.xcore_const.XCORE_INS_DIVU = 26
 
int capstone.xcore_const.XCORE_INS_DRESTSP = 27
 
int capstone.xcore_const.XCORE_INS_DRET = 28
 
int capstone.xcore_const.XCORE_INS_ECALLF = 29
 
int capstone.xcore_const.XCORE_INS_ECALLT = 30
 
int capstone.xcore_const.XCORE_INS_EDU = 31
 
int capstone.xcore_const.XCORE_INS_EEF = 32
 
int capstone.xcore_const.XCORE_INS_EET = 33
 
int capstone.xcore_const.XCORE_INS_EEU = 34
 
int capstone.xcore_const.XCORE_INS_ENDIN = 35
 
int capstone.xcore_const.XCORE_INS_ENTSP = 36
 
int capstone.xcore_const.XCORE_INS_EQ = 37
 
int capstone.xcore_const.XCORE_INS_EXTDP = 38
 
int capstone.xcore_const.XCORE_INS_EXTSP = 39
 
int capstone.xcore_const.XCORE_INS_FREER = 40
 
int capstone.xcore_const.XCORE_INS_FREET = 41
 
int capstone.xcore_const.XCORE_INS_GETD = 42
 
int capstone.xcore_const.XCORE_INS_GET = 43
 
int capstone.xcore_const.XCORE_INS_GETN = 44
 
int capstone.xcore_const.XCORE_INS_GETR = 45
 
int capstone.xcore_const.XCORE_INS_GETSR = 46
 
int capstone.xcore_const.XCORE_INS_GETST = 47
 
int capstone.xcore_const.XCORE_INS_GETTS = 48
 
int capstone.xcore_const.XCORE_INS_INCT = 49
 
int capstone.xcore_const.XCORE_INS_INIT = 50
 
int capstone.xcore_const.XCORE_INS_INPW = 51
 
int capstone.xcore_const.XCORE_INS_INSHR = 52
 
int capstone.xcore_const.XCORE_INS_INT = 53
 
int capstone.xcore_const.XCORE_INS_IN = 54
 
int capstone.xcore_const.XCORE_INS_KCALL = 55
 
int capstone.xcore_const.XCORE_INS_KENTSP = 56
 
int capstone.xcore_const.XCORE_INS_KRESTSP = 57
 
int capstone.xcore_const.XCORE_INS_KRET = 58
 
int capstone.xcore_const.XCORE_INS_LADD = 59
 
int capstone.xcore_const.XCORE_INS_LD16S = 60
 
int capstone.xcore_const.XCORE_INS_LD8U = 61
 
int capstone.xcore_const.XCORE_INS_LDA16 = 62
 
int capstone.xcore_const.XCORE_INS_LDAP = 63
 
int capstone.xcore_const.XCORE_INS_LDAW = 64
 
int capstone.xcore_const.XCORE_INS_LDC = 65
 
int capstone.xcore_const.XCORE_INS_LDW = 66
 
int capstone.xcore_const.XCORE_INS_LDIVU = 67
 
int capstone.xcore_const.XCORE_INS_LMUL = 68
 
int capstone.xcore_const.XCORE_INS_LSS = 69
 
int capstone.xcore_const.XCORE_INS_LSUB = 70
 
int capstone.xcore_const.XCORE_INS_LSU = 71
 
int capstone.xcore_const.XCORE_INS_MACCS = 72
 
int capstone.xcore_const.XCORE_INS_MACCU = 73
 
int capstone.xcore_const.XCORE_INS_MJOIN = 74
 
int capstone.xcore_const.XCORE_INS_MKMSK = 75
 
int capstone.xcore_const.XCORE_INS_MSYNC = 76
 
int capstone.xcore_const.XCORE_INS_MUL = 77
 
int capstone.xcore_const.XCORE_INS_NEG = 78
 
int capstone.xcore_const.XCORE_INS_NOT = 79
 
int capstone.xcore_const.XCORE_INS_OR = 80
 
int capstone.xcore_const.XCORE_INS_OUTCT = 81
 
int capstone.xcore_const.XCORE_INS_OUTPW = 82
 
int capstone.xcore_const.XCORE_INS_OUTSHR = 83
 
int capstone.xcore_const.XCORE_INS_OUTT = 84
 
int capstone.xcore_const.XCORE_INS_OUT = 85
 
int capstone.xcore_const.XCORE_INS_PEEK = 86
 
int capstone.xcore_const.XCORE_INS_REMS = 87
 
int capstone.xcore_const.XCORE_INS_REMU = 88
 
int capstone.xcore_const.XCORE_INS_RETSP = 89
 
int capstone.xcore_const.XCORE_INS_SETCLK = 90
 
int capstone.xcore_const.XCORE_INS_SET = 91
 
int capstone.xcore_const.XCORE_INS_SETC = 92
 
int capstone.xcore_const.XCORE_INS_SETD = 93
 
int capstone.xcore_const.XCORE_INS_SETEV = 94
 
int capstone.xcore_const.XCORE_INS_SETN = 95
 
int capstone.xcore_const.XCORE_INS_SETPSC = 96
 
int capstone.xcore_const.XCORE_INS_SETPT = 97
 
int capstone.xcore_const.XCORE_INS_SETRDY = 98
 
int capstone.xcore_const.XCORE_INS_SETSR = 99
 
int capstone.xcore_const.XCORE_INS_SETTW = 100
 
int capstone.xcore_const.XCORE_INS_SETV = 101
 
int capstone.xcore_const.XCORE_INS_SEXT = 102
 
int capstone.xcore_const.XCORE_INS_SHL = 103
 
int capstone.xcore_const.XCORE_INS_SHR = 104
 
int capstone.xcore_const.XCORE_INS_SSYNC = 105
 
int capstone.xcore_const.XCORE_INS_ST16 = 106
 
int capstone.xcore_const.XCORE_INS_ST8 = 107
 
int capstone.xcore_const.XCORE_INS_STW = 108
 
int capstone.xcore_const.XCORE_INS_SUB = 109
 
int capstone.xcore_const.XCORE_INS_SYNCR = 110
 
int capstone.xcore_const.XCORE_INS_TESTCT = 111
 
int capstone.xcore_const.XCORE_INS_TESTLCL = 112
 
int capstone.xcore_const.XCORE_INS_TESTWCT = 113
 
int capstone.xcore_const.XCORE_INS_TSETMR = 114
 
int capstone.xcore_const.XCORE_INS_START = 115
 
int capstone.xcore_const.XCORE_INS_WAITEF = 116
 
int capstone.xcore_const.XCORE_INS_WAITET = 117
 
int capstone.xcore_const.XCORE_INS_WAITEU = 118
 
int capstone.xcore_const.XCORE_INS_XOR = 119
 
int capstone.xcore_const.XCORE_INS_ZEXT = 120
 
int capstone.xcore_const.XCORE_INS_ENDING = 121
 
int capstone.xcore_const.XCORE_GRP_INVALID = 0
 
int capstone.xcore_const.XCORE_GRP_JUMP = 1
 
int capstone.xcore_const.XCORE_GRP_ENDING = 2