HomeSort by: relevance | last modified time | path
    Searched defs:aarch64_parse_features (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 11144 aarch64_parse_features (const char *str, const aarch64_feature_set **opt_p,
11283 return aarch64_parse_features (ext, &mcpu_cpu_opt, false);
11312 return aarch64_parse_features (ext, &march_cpu_opt, false);
11509 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, false))
11553 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, false))
11580 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, true))
11134 aarch64_parse_features (const char *str, const aarch64_feature_set **opt_p, function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 10973 aarch64_parse_features (const char *str, const aarch64_feature_set **opt_p,
11112 return aarch64_parse_features (ext, &mcpu_cpu_opt, false);
11141 return aarch64_parse_features (ext, &march_cpu_opt, false);
11327 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, false))
11371 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, false))
11398 if (!aarch64_parse_features (ext, &mcpu_cpu_opt, true))
10963 aarch64_parse_features (const char *str, const aarch64_feature_set **opt_p, function

Completed in 35 milliseconds