Home
last modified time | relevance | path

Searched refs:mips_parse_cpu (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/config/mips/
HDmips.c369 static const struct mips_cpu_info *mips_parse_cpu (const char *);
4697 return mips_parse_cpu (arg) != 0; in mips_handle_option()
4700 mips_isa_info = mips_parse_cpu (ACONCAT (("mips", arg, NULL))); in mips_handle_option()
4728 mips_set_architecture (mips_parse_cpu (mips_arch_string)); in override_options()
4744 mips_set_architecture (mips_parse_cpu (MIPS_CPU_STRING_DEFAULT)); in override_options()
4756 mips_set_tune (mips_parse_cpu (mips_tune_string)); in override_options()
9633 mips_parse_cpu (const char *cpu_string) in mips_parse_cpu() function
/NextBSD/contrib/binutils/gas/config/
HDtc-mips.c1091 static const struct mips_cpu_info *mips_parse_cpu (const char *, const char *);
11774 arch_info = mips_parse_cpu ("-march", mips_arch_string); in mips_after_parse_args()
11796 arch_info = mips_parse_cpu ("default CPU", MIPS_CPU_STRING_DEFAULT); in mips_after_parse_args()
11806 tune_info = mips_parse_cpu ("-mtune", mips_tune_string); in mips_after_parse_args()
12871 p = mips_parse_cpu("internal use", name + 5); in s_mipsset()
12884 p = mips_parse_cpu("internal use", name); in s_mipsset()
15222 mips_parse_cpu (const char *option, const char *cpu_string) in mips_parse_cpu() function
/NextBSD/contrib/binutils/gas/
HDChangeLog-02035069 (mips_parse_cpu): New fn.
/NextBSD/contrib/gcc/
HDChangeLog-200110991 (mips_parse_cpu): Support mips32 and mips64 processors.
18725 (mips_parse_cpu): Move error message to override_options.
18736 * config/mips/mips.c (mips_parse_cpu): New function to parse
HDChangeLog-200212208 (mips_parse_cpu): Take the name of the option as argument. Handle
24051 * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is
HDChangeLog-200528594 (mips_parse_cpu): Remove the first argument and leave the caller
28598 (override_options): ...here. Update calls to mips_parse_cpu.