Home | History | Annotate | Download | only in mips

Lines Matching defs:cpu

33    put at the place of the above two options, depending on what CPU
43 const char *cpu = NULL;
60 if (startswith (buf, "cpu model"))
65 cpu = "loongson2e";
69 cpu = "loongson2f";
73 cpu = "loongson3a";
75 cpu = "sb1";
77 cpu = "r5000";
79 cpu = "octeon2";
81 cpu = "octeon";
87 if (cpu == NULL)
90 return concat ("-m", argv[0], "=", cpu, NULL);