Home
last modified time | relevance | path

Searched refs:cpu_types (Results 1 – 25 of 41) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/config/alpha/
H A Ddriver-alpha.c60 static const struct cpu_types { in host_detect_local_cpu() struct
64 } cpu_types[] = { in host_detect_local_cpu() local
89 for (i = 0; cpu_types[i].cpu != NULL; i++) in host_detect_local_cpu()
90 if (implver == cpu_types[i].implver in host_detect_local_cpu()
91 && (~amask & cpu_types[i].amask) == cpu_types[i].amask) in host_detect_local_cpu()
93 cpu = cpu_types[i].cpu; in host_detect_local_cpu()
H A Ddriver-alpha.cc60 static const struct cpu_types { in host_detect_local_cpu() struct
64 } cpu_types[] = { in host_detect_local_cpu() local
89 for (i = 0; cpu_types[i].cpu != NULL; i++) in host_detect_local_cpu()
90 if (implver == cpu_types[i].implver in host_detect_local_cpu()
91 && (~amask & cpu_types[i].amask) == cpu_types[i].amask) in host_detect_local_cpu()
93 cpu = cpu_types[i].cpu; in host_detect_local_cpu()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Ddriver-alpha.c60 static const struct cpu_types { in host_detect_local_cpu() struct
64 } cpu_types[] = { in host_detect_local_cpu() local
89 for (i = 0; cpu_types[i].cpu != NULL; i++) in host_detect_local_cpu()
90 if (implver == cpu_types[i].implver in host_detect_local_cpu()
91 && (~amask & cpu_types[i].amask) == cpu_types[i].amask) in host_detect_local_cpu()
93 cpu = cpu_types[i].cpu; in host_detect_local_cpu()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Darc-dis.c823 cpu_types[] = variable
836 for (i = 0; cpu_types[i].name; ++i) in parse_cpu_option()
838 if (!disassembler_options_cmp (cpu_types[i].name, option)) in parse_cpu_option()
840 return cpu_types[i].flags; in parse_cpu_option()
1425 for (i = 0; cpu_types[i].name; ++i) in print_arc_disassembler_options()
1429 cpu_types[i].name, cpu_types[i].isa); in print_arc_disassembler_options()
H A DChangeLog-20171213 (cpu_types): Likewise.
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c822 cpu_types[] = variable
835 for (i = 0; cpu_types[i].name; ++i) in parse_cpu_option()
837 if (!disassembler_options_cmp (cpu_types[i].name, option)) in parse_cpu_option()
839 return cpu_types[i].flags; in parse_cpu_option()
1416 for (i = 0; cpu_types[i].name; ++i) in print_arc_disassembler_options()
1420 cpu_types[i].name, cpu_types[i].isa); in print_arc_disassembler_options()
H A DChangeLog-20171213 (cpu_types): Likewise.
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Darc-dis.c823 cpu_types[] = variable
836 for (i = 0; cpu_types[i].name; ++i) in parse_cpu_option()
838 if (!disassembler_options_cmp (cpu_types[i].name, option)) in parse_cpu_option()
840 return cpu_types[i].flags; in parse_cpu_option()
1425 for (i = 0; cpu_types[i].name; ++i) in print_arc_disassembler_options()
1429 cpu_types[i].name, cpu_types[i].isa); in print_arc_disassembler_options()
H A DChangeLog-20171213 (cpu_types): Likewise.
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c823 cpu_types[] = variable
836 for (i = 0; cpu_types[i].name; ++i) in parse_cpu_option()
838 if (!disassembler_options_cmp (cpu_types[i].name, option)) in parse_cpu_option()
840 return cpu_types[i].flags; in parse_cpu_option()
1472 const size_t nr_of_cpus = ARRAY_SIZE (cpu_types); in disassembler_options_arc()
1489 args[ARC_OPTION_ARG_ARCH].values[i] = cpu_types[i].name; in disassembler_options_arc()
H A DChangeLog-20171213 (cpu_types): Likewise.
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-arc.c466 cpu_types[] = variable
851 for (i = 0; cpu_types[i].name; ++i) in arc_select_cpu()
853 if (!strcasecmp (cpu_types[i].name, arg)) in arc_select_cpu()
864 && selected_cpu.mach != cpu_types[i].mach) in arc_select_cpu()
871 selected_cpu.flags = cpu_types[i].flags; in arc_select_cpu()
872 selected_cpu.name = cpu_types[i].name; in arc_select_cpu()
874 selected_cpu.mach = cpu_types[i].mach; in arc_select_cpu()
876 | cpu_types[i].eflags); in arc_select_cpu()
881 if (!cpu_types[i].name) in arc_select_cpu()
3540 for (i = 0; cpu_types[i].name != NULL; ++i) in arc_show_cpu_list()
[all …]
H A Dtc-alpha.c529 cpu_types[] = variable
5129 for (p = cpu_types; p->name; ++p) in s_alpha_arch()
5618 for (p = cpu_types; p->name; ++p) in md_parse_option()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-arc.c464 cpu_types[] = variable
849 for (i = 0; cpu_types[i].name; ++i) in arc_select_cpu()
851 if (!strcasecmp (cpu_types[i].name, arg)) in arc_select_cpu()
862 && selected_cpu.mach != cpu_types[i].mach) in arc_select_cpu()
869 selected_cpu.flags = cpu_types[i].flags; in arc_select_cpu()
870 selected_cpu.name = cpu_types[i].name; in arc_select_cpu()
872 selected_cpu.mach = cpu_types[i].mach; in arc_select_cpu()
874 | cpu_types[i].eflags); in arc_select_cpu()
879 if (!cpu_types[i].name) in arc_select_cpu()
3533 for (i = 0; cpu_types[i].name != NULL; ++i) in arc_show_cpu_list()
[all …]
H A Dtc-alpha.c529 cpu_types[] = variable
5129 for (p = cpu_types; p->name; ++p) in s_alpha_arch()
5618 for (p = cpu_types; p->name; ++p) in md_parse_option()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arc.c466 cpu_types[] = variable
851 for (i = 0; cpu_types[i].name; ++i) in arc_select_cpu()
853 if (!strcasecmp (cpu_types[i].name, arg)) in arc_select_cpu()
864 && selected_cpu.mach != cpu_types[i].mach) in arc_select_cpu()
871 selected_cpu.flags = cpu_types[i].flags; in arc_select_cpu()
872 selected_cpu.name = cpu_types[i].name; in arc_select_cpu()
874 selected_cpu.mach = cpu_types[i].mach; in arc_select_cpu()
876 | cpu_types[i].eflags); in arc_select_cpu()
881 if (!cpu_types[i].name) in arc_select_cpu()
3540 for (i = 0; cpu_types[i].name != NULL; ++i) in arc_show_cpu_list()
[all …]
H A Dtc-alpha.c529 cpu_types[] = variable
5129 for (p = cpu_types; p->name; ++p) in s_alpha_arch()
5618 for (p = cpu_types; p->name; ++p) in md_parse_option()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arc.c466 cpu_types[] = variable
856 for (i = 0; cpu_types[i].name; ++i) in arc_select_cpu()
858 if (!strcasecmp (cpu_types[i].name, arg)) in arc_select_cpu()
869 && selected_cpu.mach != cpu_types[i].mach) in arc_select_cpu()
876 selected_cpu.flags = cpu_types[i].flags; in arc_select_cpu()
877 selected_cpu.name = cpu_types[i].name; in arc_select_cpu()
879 selected_cpu.mach = cpu_types[i].mach; in arc_select_cpu()
881 | cpu_types[i].eflags); in arc_select_cpu()
886 if (!cpu_types[i].name) in arc_select_cpu()
3540 for (i = 0; cpu_types[i].name != NULL; ++i) in arc_show_cpu_list()
[all …]
H A Dtc-alpha.c529 cpu_types[] = variable
5131 for (p = cpu_types; p->name; ++p) in s_alpha_arch()
5624 for (p = cpu_types; p->name; ++p) in md_parse_option()
/netbsd/sys/arch/hppa/hppa/
H A Dmachdep.c332 const struct hppa_cpu_info cpu_types[] = { variable
780 for (i = 0, p = cpu_types; i < __arraycount(cpu_types); in cpuid()
790 for (i = 0, p = cpu_types; i < __arraycount(cpu_types); in cpuid()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2016603 (cpu_types): Update list of known CPU names.
2792 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
3332 (cpu_types): Code density is default off for ARC EM.
4894 * config/tc-arc.c (cpu_types): Add nps400 entry.
4909 (cpu_types): Remove "all" entry.
H A DChangeLog-9899209 (cpu_types): Fill in missing initializer.
2045 * config/tc-alpha.c (cpu_types): Enable EV6 PALcode with -m21264.
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-2016603 (cpu_types): Update list of known CPU names.
2792 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
3332 (cpu_types): Code density is default off for ARC EM.
4894 * config/tc-arc.c (cpu_types): Add nps400 entry.
4909 (cpu_types): Remove "all" entry.
/netbsd/external/gpl3/gdb/dist/gas/
H A DChangeLog-2016603 (cpu_types): Update list of known CPU names.
2792 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
3332 (cpu_types): Code density is default off for ARC EM.
4894 * config/tc-arc.c (cpu_types): Add nps400 entry.
4909 (cpu_types): Remove "all" entry.
/netbsd/external/gpl3/gdb.old/dist/gas/
H A DChangeLog-2016603 (cpu_types): Update list of known CPU names.
2792 (cpu_types): Add entry for nps400 as arc700 plus nps400 extension
3332 (cpu_types): Code density is default off for ARC EM.
4894 * config/tc-arc.c (cpu_types): Add nps400 entry.
4909 (cpu_types): Remove "all" entry.

12