Home
last modified time | relevance | path

Searched refs:mips_matching_cpu_name_p (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gcc/config/mips/
HDmips.c368 static bool mips_matching_cpu_name_p (const char *, const char *);
5199 && mips_matching_cpu_name_p (mips_arch_info->name, "r4000")) in override_options()
5205 && mips_matching_cpu_name_p (mips_arch_info->name, "r4400")) in override_options()
9600 mips_matching_cpu_name_p (const char *canonical, const char *given) in mips_matching_cpu_name_p() function
9662 if (mips_matching_cpu_name_p (p->name, cpu_string)) in mips_parse_cpu()
/trueos/contrib/binutils/gas/config/
HDtc-mips.c15187 mips_matching_cpu_name_p (const char *canonical, const char *given) in mips_matching_cpu_name_p() function
15257 if (mips_matching_cpu_name_p (p->name, cpu_string)) in mips_parse_cpu()
/trueos/contrib/binutils/gas/
HDChangeLog-02035068 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
/trueos/contrib/gcc/
HDChangeLog-200212207 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.