Searched refs:mips_parse_cpu (Results 1 – 6 of 6) sorted by relevance
369 static const struct mips_cpu_info *mips_parse_cpu (const char *);4698 return mips_parse_cpu (arg) != 0; in mips_handle_option()4701 mips_isa_info = mips_parse_cpu (ACONCAT (("mips", arg, NULL))); in mips_handle_option()4729 mips_set_architecture (mips_parse_cpu (mips_arch_string)); in override_options()4745 mips_set_architecture (mips_parse_cpu (MIPS_CPU_STRING_DEFAULT)); in override_options()4757 mips_set_tune (mips_parse_cpu (mips_tune_string)); in override_options()9634 mips_parse_cpu (const char *cpu_string) in mips_parse_cpu() function
1091 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()15223 mips_parse_cpu (const char *option, const char *cpu_string) in mips_parse_cpu() function
5069 (mips_parse_cpu): New fn.
10991 (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
28594 (mips_parse_cpu): Remove the first argument and leave the caller28598 (override_options): ...here. Update calls to mips_parse_cpu.
12208 (mips_parse_cpu): Take the name of the option as argument. Handle24051 * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is