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-2014 */ 11 12 13#ifdef GET_SUBTARGETINFO_ENUM 14#undef GET_SUBTARGETINFO_ENUM 15 16enum { 17 SystemZ_FeatureDistinctOps = 1ULL << 0, 18 SystemZ_FeatureFPExtension = 1ULL << 1, 19 SystemZ_FeatureFastSerialization = 1ULL << 2, 20 SystemZ_FeatureHighWord = 1ULL << 3, 21 SystemZ_FeatureInterlockedAccess1 = 1ULL << 4, 22 SystemZ_FeatureLoadStoreOnCond = 1ULL << 5 23}; 24 25#endif // GET_SUBTARGETINFO_ENUM 26 27