27 lines
987 B
C
27 lines
987 B
C
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
|
|
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */
|
|
/* By Rot127 <unisono@quyllur.org>, 2023 */
|
|
|
|
/* Auto generated file. Do not edit. */
|
|
/* Code generator: https://github.com/capstone-engine/capstone/tree/next/suite/auto-sync */
|
|
|
|
TriCore_OP_GROUP_RegImmShift = 0,
|
|
TriCore_OP_GROUP_LdStmModeOperand = 1,
|
|
TriCore_OP_GROUP_MandatoryInvertedPredicateOperand = 2,
|
|
TriCore_OP_GROUP_Operand = 3,
|
|
TriCore_OP_GROUP_SExtImm_9 = 4,
|
|
TriCore_OP_GROUP_ZExtImm_16 = 5,
|
|
TriCore_OP_GROUP_SExtImm_16 = 6,
|
|
TriCore_OP_GROUP_ZExtImm_2 = 7,
|
|
TriCore_OP_GROUP_SExtImm_4 = 8,
|
|
TriCore_OP_GROUP_ZExtImm_4 = 9,
|
|
TriCore_OP_GROUP_ZExtImm_8 = 10,
|
|
TriCore_OP_GROUP_SExtImm_10 = 11,
|
|
TriCore_OP_GROUP_Disp24Imm = 12,
|
|
TriCore_OP_GROUP_Disp8Imm = 13,
|
|
TriCore_OP_GROUP_Disp15Imm = 14,
|
|
TriCore_OP_GROUP_Disp4Imm = 15,
|
|
TriCore_OP_GROUP_Off18Imm = 16,
|
|
TriCore_OP_GROUP_OExtImm_4 = 17,
|
|
TriCore_OP_GROUP_ZExtImm_9 = 18,
|