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:
32
thirdparty/capstone/arch/PowerPC/PPCGenCSFeatureName.inc
vendored
Normal file
32
thirdparty/capstone/arch/PowerPC/PPCGenCSFeatureName.inc
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
/* Capstone Disassembly Engine, http://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: 464bda7750a3ba9e23823fc707d7e7b6fc38438d */
|
||||
/* LLVM-tag: llvmorg-16.0.2-5-g464bda7750a3 */
|
||||
|
||||
/* Do not edit. */
|
||||
|
||||
/* Capstone's LLVM TableGen Backends: */
|
||||
/* https://github.com/capstone-engine/llvm-capstone */
|
||||
|
||||
{ PPC_FEATURE_IsNotISAFuture, "IsNotISAFuture" },
|
||||
{ PPC_FEATURE_IsISA3_0, "IsISA3_0" },
|
||||
{ PPC_FEATURE_In64BitMode, "In64BitMode" },
|
||||
{ PPC_FEATURE_In32BitMode, "In32BitMode" },
|
||||
{ PPC_FEATURE_PCRelativeMemops, "PCRelativeMemops" },
|
||||
{ PPC_FEATURE_HasBPERMD, "HasBPERMD" },
|
||||
{ PPC_FEATURE_HasSPE, "HasSPE" },
|
||||
{ PPC_FEATURE_IsE500, "IsE500" },
|
||||
{ PPC_FEATURE_IsPPC4xx, "IsPPC4xx" },
|
||||
{ PPC_FEATURE_HasExtDiv, "HasExtDiv" },
|
||||
{ PPC_FEATURE_IsISAFuture, "IsISAFuture" },
|
||||
{ PPC_FEATURE_HasFPU, "HasFPU" },
|
||||
{ PPC_FEATURE_HasICBT, "HasICBT" },
|
||||
{ PPC_FEATURE_HasPartwordAtomics, "HasPartwordAtomics" },
|
||||
{ PPC_FEATURE_IsISA2_06, "IsISA2_06" },
|
||||
{ PPC_FEATURE_IsBookE, "IsBookE" },
|
||||
{ PPC_FEATURE_HasPS, "HasPS" },
|
||||
{ PPC_FEATURE_HasQPX, "HasQPX" },
|
||||
{ PPC_FEATURE_IsPPC6xx, "IsPPC6xx" },
|
Reference in New Issue
Block a user