File: SystemZGenSubtargetInfo.inc

package info (click to toggle)
capstone 5.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 58,188 kB
  • sloc: ansic: 96,086; cpp: 67,489; cs: 29,510; python: 25,829; pascal: 24,412; java: 15,582; ml: 14,473; makefile: 1,275; sh: 479; ruby: 386
file content (49 lines) | stat: -rw-r--r-- 2,229 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Subtarget Enumeration Source Fragment                                      *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

/* Capstone Disassembly Engine, http://www.capstone-engine.org */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */


#ifdef GET_SUBTARGETINFO_ENUM
#undef GET_SUBTARGETINFO_ENUM

enum {
  SystemZ_FeatureDFPPackedConversion = 1ULL << 0,
  SystemZ_FeatureDFPZonedConversion = 1ULL << 1,
  SystemZ_FeatureDistinctOps = 1ULL << 2,
  SystemZ_FeatureEnhancedDAT2 = 1ULL << 3,
  SystemZ_FeatureExecutionHint = 1ULL << 4,
  SystemZ_FeatureFPExtension = 1ULL << 5,
  SystemZ_FeatureFastSerialization = 1ULL << 6,
  SystemZ_FeatureGuardedStorage = 1ULL << 7,
  SystemZ_FeatureHighWord = 1ULL << 8,
  SystemZ_FeatureInsertReferenceBitsMultiple = 1ULL << 9,
  SystemZ_FeatureInterlockedAccess1 = 1ULL << 10,
  SystemZ_FeatureLoadAndTrap = 1ULL << 11,
  SystemZ_FeatureLoadAndZeroRightmostByte = 1ULL << 12,
  SystemZ_FeatureLoadStoreOnCond = 1ULL << 13,
  SystemZ_FeatureLoadStoreOnCond2 = 1ULL << 14,
  SystemZ_FeatureMessageSecurityAssist3 = 1ULL << 15,
  SystemZ_FeatureMessageSecurityAssist4 = 1ULL << 16,
  SystemZ_FeatureMessageSecurityAssist5 = 1ULL << 17,
  SystemZ_FeatureMessageSecurityAssist7 = 1ULL << 18,
  SystemZ_FeatureMessageSecurityAssist8 = 1ULL << 19,
  SystemZ_FeatureMiscellaneousExtensions = 1ULL << 20,
  SystemZ_FeatureMiscellaneousExtensions2 = 1ULL << 21,
  SystemZ_FeaturePopulationCount = 1ULL << 22,
  SystemZ_FeatureProcessorAssist = 1ULL << 23,
  SystemZ_FeatureResetReferenceBitsMultiple = 1ULL << 24,
  SystemZ_FeatureTransactionalExecution = 1ULL << 25,
  SystemZ_FeatureVector = 1ULL << 26,
  SystemZ_FeatureVectorEnhancements1 = 1ULL << 27,
  SystemZ_FeatureVectorPackedDecimal = 1ULL << 28,
};

#endif // GET_SUBTARGETINFO_ENUM