Searched refs:cpu_string (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
H A Ds390-mkopc.c179 char cpu_string[16]; local
190 cpu_string, modes_string) == 6)
192 if (strcmp (cpu_string, "g5") == 0)
194 else if (strcmp (cpu_string, "g6") == 0)
196 else if (strcmp (cpu_string, "z900") == 0)
198 else if (strcmp (cpu_string, "z990") == 0)
200 else if (strcmp (cpu_string, "z9-109") == 0)
202 else if (strcmp (cpu_string, "z9-ec") == 0)
205 fprintf (stderr, "Couldn't parse cpu string %s\n", cpu_string);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c4052 char *cpu_string;
4062 cpu_string = demand_copy_C_string (&len);
4067 cpu_string = input_line_pointer;
4069 cpu_string = xstrdup (cpu_string);
4073 if (cpu_string != NULL)
4078 for (p = cpu_string; *p != 0; p++)
4081 if (strcmp (cpu_string, "push") == 0)
4091 else if (strcmp (cpu_string, "pop") == 0)
4098 else if (parse_cpu (cpu_string))
4037 char *cpu_string; local
[all...]
H A Dtc-mips.c15235 mips_parse_cpu (const char *option, const char *cpu_string)
15249 if (strcasecmp (cpu_string, "from-abi") == 0)
15266 if (strcasecmp (cpu_string, "default") == 0)
15270 if (mips_matching_cpu_name_p (p->name, cpu_string))
15273 as_bad ("Bad value (%s) for %s", cpu_string, option);
15222 mips_parse_cpu(const char *option, const char *cpu_string) argument
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgo32-nat.c996 char cpu_string[80]; local
1094 sprintf (cpu_string, "%s%s Model %d Stepping %d",
1097 printfi_filtered (31, "%s\n", cpu_string);
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.c9684 mips_parse_cpu (const char *cpu_string)
9691 for (s = cpu_string; *s != 0; s++)
9703 if (strcasecmp (cpu_string, "from-abi") == 0)
9709 if (strcasecmp (cpu_string, "default") == 0)
9713 if (mips_matching_cpu_name_p (p->name, cpu_string))
9633 mips_parse_cpu(const char *cpu_string) argument

Completed in 204 milliseconds