Home
last modified time | relevance | path

Searched refs:has_feature (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddriver-i386.cc450 #define has_feature(f) \ in host_detect_local_cpu() macro
465 else if (has_feature (FEATURE_MOVBE) && family == 22) in host_detect_local_cpu()
467 else if (has_feature (FEATURE_AVX512F)) in host_detect_local_cpu()
469 else if (has_feature (FEATURE_VAES)) in host_detect_local_cpu()
471 else if (has_feature (FEATURE_CLWB)) in host_detect_local_cpu()
473 else if (has_feature (FEATURE_CLZERO)) in host_detect_local_cpu()
475 else if (has_feature (FEATURE_AVX2)) in host_detect_local_cpu()
477 else if (has_feature (FEATURE_XSAVEOPT)) in host_detect_local_cpu()
479 else if (has_feature (FEATURE_BMI)) in host_detect_local_cpu()
481 else if (has_feature (FEATURE_XOP)) in host_detect_local_cpu()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c430 boolean_t has_feature = B_FALSE; in spa_prop_validate() local
470 has_feature = B_TRUE; in spa_prop_validate()
478 has_feature)) in spa_prop_validate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202018781 (has_feature): New macro.
18783 features. Use has_feature to detect processor features. Call