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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c367 static bool mips_strict_matching_cpu_name_p (const char *, const char *);
9636 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
9656 if (mips_strict_matching_cpu_name_p (canonical, given))
9675 return mips_strict_matching_cpu_name_p (canonical, given);
9585 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) function
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c15185 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
15205 if (mips_strict_matching_cpu_name_p (canonical, given))
15224 return mips_strict_matching_cpu_name_p (canonical, given);
15172 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) function

Completed in 178 milliseconds