Home
last modified time | relevance | path

Searched refs:to_parse (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c14219 aarch64_parse_arch (const char *to_parse, const struct processor **res, in aarch64_parse_arch() argument
14226 ext = strchr (to_parse, '+'); in aarch64_parse_arch()
14229 len = ext - to_parse; in aarch64_parse_arch()
14231 len = strlen (to_parse); in aarch64_parse_arch()
14241 && strncmp (arch->name, to_parse, len) == 0) in aarch64_parse_arch()
14274 aarch64_parse_cpu (const char *to_parse, const struct processor **res, in aarch64_parse_cpu() argument
14281 ext = strchr (to_parse, '+'); in aarch64_parse_cpu()
14284 len = ext - to_parse; in aarch64_parse_cpu()
14286 len = strlen (to_parse); in aarch64_parse_cpu()
14295 if (strlen (cpu->name) == len && strncmp (cpu->name, to_parse, len) == 0) in aarch64_parse_cpu()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc17273 aarch64_parse_arch (const char *to_parse, const struct processor **res, in aarch64_parse_arch() argument
17280 ext = strchr (to_parse, '+'); in aarch64_parse_arch()
17283 len = ext - to_parse; in aarch64_parse_arch()
17285 len = strlen (to_parse); in aarch64_parse_arch()
17295 && strncmp (arch->name, to_parse, len) == 0) in aarch64_parse_arch()
17328 aarch64_parse_cpu (const char *to_parse, const struct processor **res, in aarch64_parse_cpu() argument
17335 ext = strchr (to_parse, '+'); in aarch64_parse_cpu()
17338 len = ext - to_parse; in aarch64_parse_cpu()
17340 len = strlen (to_parse); in aarch64_parse_cpu()
17349 if (strlen (cpu->name) == len && strncmp (cpu->name, to_parse, len) == 0) in aarch64_parse_cpu()
[all …]