Lines Matching refs:aarch64_feature_set
47 static aarch64_feature_set cpu_variant;
52 static const aarch64_feature_set *mcpu_cpu_opt = NULL;
53 static const aarch64_feature_set *march_cpu_opt = NULL;
56 static const aarch64_feature_set cpu_default = CPU_DEFAULT;
58 static const aarch64_feature_set aarch64_arch_any = AARCH64_ANY;
59 static const aarch64_feature_set aarch64_arch_none = AARCH64_ARCH_NONE;
7185 const aarch64_feature_set value;
7209 const aarch64_feature_set value;
7224 const aarch64_feature_set value;
7245 aarch64_parse_features (char *str, const aarch64_feature_set **opt_p)
7252 aarch64_feature_set *ext_set = xmalloc (sizeof (aarch64_feature_set));