Lines Matching defs:hwcap
525 #define GET_FEATURE(feat, hwcap) \
526 do { if (arm_feature(&cpu->env, feat)) { hwcaps |= hwcap; } } while (0)
528 #define GET_FEATURE_ID(feat, hwcap) \
529 do { if (cpu_isar_feature(feat, cpu)) { hwcaps |= hwcap; } } while (0)
841 #define GET_FEATURE_ID(feat, hwcap) \
842 do { if (cpu_isar_feature(feat, cpu)) { hwcaps |= hwcap; } } while (0)
1088 /* There are not many sparc32 hwcap bits -- we have all of them. */
1384 /* See arch/loongarch/include/uapi/asm/hwcap.h */
1538 /* See arch/mips/include/uapi/asm/hwcap.h. */
1735 uint32_t hwcap = 0;
1737 hwcap |= SH_CPU_HAS_FPU;
1740 hwcap |= SH_CPU_HAS_LLSC;
1743 return hwcap;
1825 do { if (s390_has_feat(_feat)) { hwcap |= _hwcap; } } while (0)
1833 uint32_t hwcap = HWCAP_S390_ESAN3 | HWCAP_S390_ZARCH | HWCAP_S390_HIGH_GPRS;
1841 hwcap |= HWCAP_S390_ETF3EH;
1847 return hwcap;