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 16enum { 17 SystemZ_FeatureDFPPackedConversion = 1ULL << 0, 18 SystemZ_FeatureDFPZonedConversion = 1ULL << 1, 19 SystemZ_FeatureDistinctOps = 1ULL << 2, 20 SystemZ_FeatureEnhancedDAT2 = 1ULL << 3, 21 SystemZ_FeatureExecutionHint = 1ULL << 4, 22 SystemZ_FeatureFPExtension = 1ULL << 5, 23 SystemZ_FeatureFastSerialization = 1ULL << 6, 24 SystemZ_FeatureGuardedStorage = 1ULL << 7, 25 SystemZ_FeatureHighWord = 1ULL << 8, 26 SystemZ_FeatureInsertReferenceBitsMultiple = 1ULL << 9, 27 SystemZ_FeatureInterlockedAccess1 = 1ULL << 10, 28 SystemZ_FeatureLoadAndTrap = 1ULL << 11, 29 SystemZ_FeatureLoadAndZeroRightmostByte = 1ULL << 12, 30 SystemZ_FeatureLoadStoreOnCond = 1ULL << 13, 31 SystemZ_FeatureLoadStoreOnCond2 = 1ULL << 14, 32 SystemZ_FeatureMessageSecurityAssist3 = 1ULL << 15, 33 SystemZ_FeatureMessageSecurityAssist4 = 1ULL << 16, 34 SystemZ_FeatureMessageSecurityAssist5 = 1ULL << 17, 35 SystemZ_FeatureMessageSecurityAssist7 = 1ULL << 18, 36 SystemZ_FeatureMessageSecurityAssist8 = 1ULL << 19, 37 SystemZ_FeatureMiscellaneousExtensions = 1ULL << 20, 38 SystemZ_FeatureMiscellaneousExtensions2 = 1ULL << 21, 39 SystemZ_FeaturePopulationCount = 1ULL << 22, 40 SystemZ_FeatureProcessorAssist = 1ULL << 23, 41 SystemZ_FeatureResetReferenceBitsMultiple = 1ULL << 24, 42 SystemZ_FeatureTransactionalExecution = 1ULL << 25, 43 SystemZ_FeatureVector = 1ULL << 26, 44 SystemZ_FeatureVectorEnhancements1 = 1ULL << 27, 45 SystemZ_FeatureVectorPackedDecimal = 1ULL << 28, 46}; 47 48#endif // GET_SUBTARGETINFO_ENUM 49 50