Home | History | Annotate | Download | only in config

Lines Matching full: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;
7753 const aarch64_feature_set value;
7800 const aarch64_feature_set value;
7817 const aarch64_feature_set value;
7846 aarch64_parse_features (const char *str, const aarch64_feature_set **opt_p,
7854 aarch64_feature_set *ext_set = XNEW (aarch64_feature_set);