Searched refs:mips_strict_matching_cpu_name_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c367 static bool mips_strict_matching_cpu_name_p (const char *, const char *);
9611 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
9631 if (mips_strict_matching_cpu_name_p (canonical, given))
9650 return mips_strict_matching_cpu_name_p (canonical, given);
9560 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) function
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c15184 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
15204 if (mips_strict_matching_cpu_name_p (canonical, given))
15223 return mips_strict_matching_cpu_name_p (canonical, given);
15171 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) function

Completed in 138 milliseconds