Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/mips/
Dmips.c367 static bool mips_strict_matching_cpu_name_p (const char *, const char *);
9560 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p() function
9580 if (mips_strict_matching_cpu_name_p (canonical, given)) in mips_matching_cpu_name_p()
9599 return mips_strict_matching_cpu_name_p (canonical, given); in mips_matching_cpu_name_p()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-mips.c15171 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p() function
15191 if (mips_strict_matching_cpu_name_p (canonical, given)) in mips_matching_cpu_name_p()
15210 return mips_strict_matching_cpu_name_p (canonical, given); in mips_matching_cpu_name_p()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-02035068 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
/freebsd-9-stable/contrib/gcc/
DChangeLog-200212207 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.