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

/haiku-buildtools/binutils/opcodes/
H A Ds390-mkopc.c327 char cpu_string[16]; local
342 cpu_string, modes_string, flags_string);
349 if (strcmp (cpu_string, "g5") == 0
350 || strcmp (cpu_string, "arch3") == 0)
352 else if (strcmp (cpu_string, "g6") == 0)
354 else if (strcmp (cpu_string, "z900") == 0
355 || strcmp (cpu_string, "arch5") == 0)
357 else if (strcmp (cpu_string, "z990") == 0
358 || strcmp (cpu_string, "arch6") == 0)
360 else if (strcmp (cpu_string, "z
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Ds390-mkopc.c178 char cpu_string[16]; local
189 cpu_string, modes_string) == 6)
191 if (strcmp (cpu_string, "g5") == 0)
193 else if (strcmp (cpu_string, "g6") == 0)
195 else if (strcmp (cpu_string, "z900") == 0)
197 else if (strcmp (cpu_string, "z990") == 0)
199 else if (strcmp (cpu_string, "z9-109") == 0)
202 fprintf (stderr, "Couldn't parse cpu string %s\n", cpu_string);
/haiku-buildtools/binutils/gas/config/
H A Dtc-s390.c1908 char *cpu_string; local
1921 cpu_string = demand_copy_C_string (&len);
1927 cpu_string = input_line_pointer;
1941 cpu_string = xstrdup (cpu_string);
1945 if (cpu_string != NULL)
1950 if (strcmp (cpu_string, "push") == 0)
1964 else if (strcmp (cpu_string, "pop") == 0)
1976 new_cpu = s390_parse_cpu (cpu_string, &new_flags, TRUE);
1979 as_bad (_("invalid machine `%s'"), cpu_string);
[all...]
H A Dtc-ppc.c4967 char *cpu_string;
4974 c = get_symbol_name (&cpu_string);
4975 cpu_string = xstrdup (cpu_string);
4978 if (cpu_string != NULL)
4984 for (p = cpu_string; *p != 0; p++)
4987 if (strcmp (cpu_string, "push") == 0)
4997 else if (strcmp (cpu_string, "pop") == 0)
5004 else if ((new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, cpu_string)) != 0)
5007 as_bad (_("invalid machine `%s'"), cpu_string);
4952 char *cpu_string; local
[all...]
H A Dtc-mips.c19495 mips_parse_cpu (const char *option, const char *cpu_string)
19509 if (strcasecmp (cpu_string, "from-abi") == 0)
19527 if (strcasecmp (cpu_string, "default") == 0)
19531 if (mips_matching_cpu_name_p (p->name, cpu_string))
19534 as_bad (_("bad value (%s) for %s"), cpu_string, option);
19480 mips_parse_cpu(const char *option, const char *cpu_string) argument
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ppc.c4035 char *cpu_string;
4045 cpu_string = demand_copy_C_string (&len);
4050 cpu_string = input_line_pointer;
4052 cpu_string = xstrdup (cpu_string);
4056 if (cpu_string != NULL)
4061 for (p = cpu_string; *p != 0; p++)
4064 if (strcmp (cpu_string, "push") == 0)
4074 else if (strcmp (cpu_string, "pop") == 0)
4081 else if (parse_cpu (cpu_string))
4020 char *cpu_string; local
[all...]
H A Dtc-mips.c14378 mips_parse_cpu (const char *option, const char *cpu_string)
14392 if (strcasecmp (cpu_string, "from-abi") == 0)
14409 if (strcasecmp (cpu_string, "default") == 0)
14413 if (mips_matching_cpu_name_p (p->name, cpu_string))
14416 as_bad ("Bad value (%s) for %s", cpu_string, option);
14365 mips_parse_cpu(const char *option, const char *cpu_string) argument

Completed in 244 milliseconds