mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-25 22:43:55 +00:00
Initial Commit
This commit is contained in:
42
thirdparty/capstone/arch/PowerPC/PPCGenCSOpGroup.inc
vendored
Normal file
42
thirdparty/capstone/arch/PowerPC/PPCGenCSOpGroup.inc
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
/* Capstone Disassembly Engine, https://www.capstone-engine.org */
|
||||
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2022, */
|
||||
/* Rot127 <unisono@quyllur.org> 2022-2023 */
|
||||
/* Automatically generated file by Capstone's LLVM TableGen Disassembler Backend. */
|
||||
|
||||
/* LLVM-commit: <commit> */
|
||||
/* LLVM-tag: <tag> */
|
||||
|
||||
/* Do not edit. */
|
||||
|
||||
/* Capstone's LLVM TableGen Backends: */
|
||||
/* https://github.com/capstone-engine/llvm-capstone */
|
||||
|
||||
PPC_OP_GROUP_S12ImmOperand = 0,
|
||||
PPC_OP_GROUP_Operand = 1,
|
||||
PPC_OP_GROUP_MemRegReg = 2,
|
||||
PPC_OP_GROUP_U6ImmOperand = 3,
|
||||
PPC_OP_GROUP_U5ImmOperand = 4,
|
||||
PPC_OP_GROUP_MemRegImm = 5,
|
||||
PPC_OP_GROUP_S16ImmOperand = 6,
|
||||
PPC_OP_GROUP_U2ImmOperand = 7,
|
||||
PPC_OP_GROUP_U16ImmOperand = 8,
|
||||
PPC_OP_GROUP_BranchOperand = 9,
|
||||
PPC_OP_GROUP_AbsBranchOperand = 10,
|
||||
PPC_OP_GROUP_PredicateOperand = 11,
|
||||
PPC_OP_GROUP_U1ImmOperand = 12,
|
||||
PPC_OP_GROUP_TLSCall = 13,
|
||||
PPC_OP_GROUP_U3ImmOperand = 14,
|
||||
PPC_OP_GROUP_S5ImmOperand = 15,
|
||||
PPC_OP_GROUP_MemRegImmHash = 16,
|
||||
PPC_OP_GROUP_U4ImmOperand = 17,
|
||||
PPC_OP_GROUP_U10ImmOperand = 18,
|
||||
PPC_OP_GROUP_crbitm = 19,
|
||||
PPC_OP_GROUP_S34ImmOperand = 20,
|
||||
PPC_OP_GROUP_ImmZeroOperand = 21,
|
||||
PPC_OP_GROUP_MemRegImm34 = 22,
|
||||
PPC_OP_GROUP_MemRegImm34PCRel = 23,
|
||||
PPC_OP_GROUP_U8ImmOperand = 24,
|
||||
PPC_OP_GROUP_MemRegImmPS = 25,
|
||||
PPC_OP_GROUP_U12ImmOperand = 26,
|
||||
PPC_OP_GROUP_U7ImmOperand = 27,
|
||||
PPC_OP_GROUP_ATBitsAsHint = 28,
|
Reference in New Issue
Block a user