Searched refs:mcpu_cpu_opt (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c52 static const aarch64_feature_set *mcpu_cpu_opt = NULL; variable
8292 if (!mcpu_cpu_opt)
8293 mcpu_cpu_opt = march_cpu_opt;
8295 if (!mcpu_cpu_opt)
8296 mcpu_cpu_opt = &cpu_default;
8298 cpu_variant = *mcpu_cpu_opt;
8622 mcpu_cpu_opt = &opt->value;
8624 return aarch64_parse_features (ext, &mcpu_cpu_opt, FALSE);
8835 mcpu_cpu_opt = &opt->value;
8837 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, FALS
[all...]
H A Dtc-arm.c149 static const arm_feature_set *mcpu_cpu_opt = NULL; variable
25030 if (mcpu_cpu_opt || march_cpu_opt)
25033 mcpu_cpu_opt = legacy_cpu;
25035 else if (!mcpu_cpu_opt)
25036 mcpu_cpu_opt = march_cpu_opt;
25062 if (mcpu_cpu_opt != NULL)
25071 if (!mcpu_cpu_opt)
25073 mcpu_cpu_opt = &cpu_default;
25079 if (mcpu_cpu_opt)
25080 selected_cpu = *mcpu_cpu_opt;
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c148 static const arm_feature_set *mcpu_cpu_opt = NULL; variable
12880 if (mcpu_cpu_opt || march_cpu_opt)
12883 mcpu_cpu_opt = legacy_cpu;
12885 else if (!mcpu_cpu_opt)
12886 mcpu_cpu_opt = march_cpu_opt;
12911 if (!mcpu_cpu_opt)
12920 if (!mcpu_cpu_opt)
12922 mcpu_cpu_opt = &cpu_default;
12926 if (mcpu_cpu_opt)
12927 selected_cpu = *mcpu_cpu_opt;
[all...]

Completed in 217 milliseconds