Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c367 static bool mips_strict_matching_cpu_name_p (const char *, const char *);
9561 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p() function
9581 if (mips_strict_matching_cpu_name_p (canonical, given)) in mips_matching_cpu_name_p()
9600 return mips_strict_matching_cpu_name_p (canonical, given); in mips_matching_cpu_name_p()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c126 static bool mips_strict_matching_cpu_name_p PARAMS ((const char *,
10465 mips_strict_matching_cpu_name_p (canonical, given) in mips_strict_matching_cpu_name_p() function
10487 if (mips_strict_matching_cpu_name_p (canonical, given))
10506 return mips_strict_matching_cpu_name_p (canonical, given);
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c14456 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p() function
14476 if (mips_strict_matching_cpu_name_p (canonical, given)) in mips_matching_cpu_name_p()
14495 return mips_strict_matching_cpu_name_p (canonical, given); in mips_matching_cpu_name_p()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c14339 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p() function
14359 if (mips_strict_matching_cpu_name_p (canonical, given)) in mips_matching_cpu_name_p()
14378 return mips_strict_matching_cpu_name_p (canonical, given); in mips_matching_cpu_name_p()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-02035068 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-02035068 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog17915 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.