Rizin
unix-like reverse engineering framework and cli tools
AArch64GenSubtargetInfo.inc
Go to the documentation of this file.
1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2 |* *|
3 |*Subtarget Enumeration Source Fragment *|
4 |* *|
5 |* Automatically generated file, do not edit! *|
6 |* *|
7 \*===----------------------------------------------------------------------===*/
8 
9 /* Capstone Disassembly Engine, http://www.capstone-engine.org */
10 /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
11 
12 
13 #ifdef GET_SUBTARGETINFO_ENUM
14 #undef GET_SUBTARGETINFO_ENUM
15 
16 enum {
17  AArch64_FeatureCRC = 1ULL << 0,
18  AArch64_FeatureCrypto = 1ULL << 1,
19  AArch64_FeatureFPARMv8 = 1ULL << 2,
20  AArch64_FeatureNEON = 1ULL << 3,
21  AArch64_FeatureZCRegMove = 1ULL << 4,
22  AArch64_FeatureZCZeroing = 1ULL << 5,
23  AArch64_ProcA53 = 1ULL << 6,
24  AArch64_ProcA57 = 1ULL << 7,
25  AArch64_ProcCyclone = 1ULL << 8
26 };
27 
28 #endif // GET_SUBTARGETINFO_ENUM
29