Home
last modified time | relevance | path

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

/original-bsd/contrib/gcc-2.3.3/config/
H A Dmips.c184 int mips_isa; variable
2694 mips_section_threshold, mips_cpu_string, mips_isa);
2822 mips_isa = 1; in override_options()
2825 mips_isa = atoi (mips_isa_string); in override_options()
2830 mips_isa = 1; in override_options()
2833 if (mips_isa < 0 || mips_isa > 3) in override_options()
2834 error ("-mips%d not supported", mips_isa); in override_options()
2836 else if (mips_isa > 1 in override_options()
2838 error ("-mcpu=%s does not support -mips%d", mips_cpu_string, mips_isa); in override_options()
2840 else if (mips_cpu == PROCESSOR_R6000 && mips_isa > 2) in override_options()
[all …]