1570af302Sopenharmony_ci#define PPC_FEATURE_32 0x80000000 2570af302Sopenharmony_ci#define PPC_FEATURE_64 0x40000000 3570af302Sopenharmony_ci#define PPC_FEATURE_601_INSTR 0x20000000 4570af302Sopenharmony_ci#define PPC_FEATURE_HAS_ALTIVEC 0x10000000 5570af302Sopenharmony_ci#define PPC_FEATURE_HAS_FPU 0x08000000 6570af302Sopenharmony_ci#define PPC_FEATURE_HAS_MMU 0x04000000 7570af302Sopenharmony_ci#define PPC_FEATURE_HAS_4xxMAC 0x02000000 8570af302Sopenharmony_ci#define PPC_FEATURE_UNIFIED_CACHE 0x01000000 9570af302Sopenharmony_ci#define PPC_FEATURE_HAS_SPE 0x00800000 10570af302Sopenharmony_ci#define PPC_FEATURE_HAS_EFP_SINGLE 0x00400000 11570af302Sopenharmony_ci#define PPC_FEATURE_HAS_EFP_DOUBLE 0x00200000 12570af302Sopenharmony_ci#define PPC_FEATURE_NO_TB 0x00100000 13570af302Sopenharmony_ci#define PPC_FEATURE_POWER4 0x00080000 14570af302Sopenharmony_ci#define PPC_FEATURE_POWER5 0x00040000 15570af302Sopenharmony_ci#define PPC_FEATURE_POWER5_PLUS 0x00020000 16570af302Sopenharmony_ci#define PPC_FEATURE_CELL 0x00010000 17570af302Sopenharmony_ci#define PPC_FEATURE_BOOKE 0x00008000 18570af302Sopenharmony_ci#define PPC_FEATURE_SMT 0x00004000 19570af302Sopenharmony_ci#define PPC_FEATURE_ICACHE_SNOOP 0x00002000 20570af302Sopenharmony_ci#define PPC_FEATURE_ARCH_2_05 0x00001000 21570af302Sopenharmony_ci#define PPC_FEATURE_PA6T 0x00000800 22570af302Sopenharmony_ci#define PPC_FEATURE_HAS_DFP 0x00000400 23570af302Sopenharmony_ci#define PPC_FEATURE_POWER6_EXT 0x00000200 24570af302Sopenharmony_ci#define PPC_FEATURE_ARCH_2_06 0x00000100 25570af302Sopenharmony_ci#define PPC_FEATURE_HAS_VSX 0x00000080 26570af302Sopenharmony_ci#define PPC_FEATURE_PSERIES_PERFMON_COMPAT 0x00000040 27570af302Sopenharmony_ci 28570af302Sopenharmony_ci#define PPC_FEATURE_TRUE_LE 0x00000002 29570af302Sopenharmony_ci#define PPC_FEATURE_PPC_LE 0x00000001 30570af302Sopenharmony_ci 31570af302Sopenharmony_ci#define PPC_FEATURE2_ARCH_2_07 0x80000000 32570af302Sopenharmony_ci#define PPC_FEATURE2_HTM 0x40000000 33570af302Sopenharmony_ci#define PPC_FEATURE2_DSCR 0x20000000 34570af302Sopenharmony_ci#define PPC_FEATURE2_EBB 0x10000000 35570af302Sopenharmony_ci#define PPC_FEATURE2_ISEL 0x08000000 36570af302Sopenharmony_ci#define PPC_FEATURE2_TAR 0x04000000 37570af302Sopenharmony_ci#define PPC_FEATURE2_VEC_CRYPTO 0x02000000 38570af302Sopenharmony_ci#define PPC_FEATURE2_HTM_NOSC 0x01000000 39570af302Sopenharmony_ci#define PPC_FEATURE2_ARCH_3_00 0x00800000 40570af302Sopenharmony_ci#define PPC_FEATURE2_HAS_IEEE128 0x00400000 41570af302Sopenharmony_ci#define PPC_FEATURE2_DARN 0x00200000 42570af302Sopenharmony_ci#define PPC_FEATURE2_SCV 0x00100000 43570af302Sopenharmony_ci#define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000 44