/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | driver-alpha.cc | 60 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-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | driver-alpha.c | 60 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-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | arc-dis.c | 823 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 D | ChangeLog-2017 | 1213 (cpu_types): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | arc-dis.c | 828 cpu_types[] = variable 841 for (i = 0; cpu_types[i].name; ++i) in parse_cpu_option() 843 if (!disassembler_options_cmp (cpu_types[i].name, option)) in parse_cpu_option() 845 return cpu_types[i].flags; in parse_cpu_option() 1528 const size_t nr_of_cpus = ARRAY_SIZE (cpu_types); in disassembler_options_arc() 1545 args[ARC_OPTION_ARG_ARCH].values[i] = cpu_types[i].name; in disassembler_options_arc()
|
H A D | ChangeLog-2017 | 1213 (cpu_types): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-arc.c | 464 cpu_types[] = variable 858 for (i = 0; cpu_types[i].name; ++i) in arc_select_cpu() 860 if (!strcasecmp (cpu_types[i].name, arg)) in arc_select_cpu() 871 && selected_cpu.mach != cpu_types[i].mach) in arc_select_cpu() 878 selected_cpu.flags = cpu_types[i].flags; in arc_select_cpu() 879 selected_cpu.name = cpu_types[i].name; in arc_select_cpu() 880 selected_cpu.features = cpu_types[i].features | cl_features; in arc_select_cpu() 881 selected_cpu.mach = cpu_types[i].mach; in arc_select_cpu() 883 | cpu_types[i].eflags); in arc_select_cpu() 888 if (!cpu_types[i].name) in arc_select_cpu() [all …]
|
H A D | tc-alpha.c | 529 cpu_types[] = variable 5131 for (p = cpu_types; p->name; ++p) in s_alpha_arch() 5622 for (p = cpu_types; p->name; ++p) in md_parse_option()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-arc.c | 464 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() 871 selected_cpu.features = cpu_types[i].features | cl_features; 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() [all …]
|
H A D | tc-alpha.c | 529 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-src/sys/arch/hppa/hppa/ |
H A D | machdep.c | 332 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-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2016 | 603 (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 D | ChangeLog-9899 | 209 (cpu_types): Fill in missing initializer. 2045 * config/tc-alpha.c (cpu_types): Enable EV6 PALcode with -m21264.
|
H A D | ChangeLog-2017 | 2437 * config/tc-arc.c (cpu_types): Include arc-cpu.def 3053 (cpu_types): Rename default cpu features.
|
H A D | ChangeLog-9697 | 24 * config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX. 806 rename to cpu_types[].
|
H A D | ChangeLog-0203 | 4905 * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2016 | 603 (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 D | ChangeLog-9899 | 209 (cpu_types): Fill in missing initializer. 2045 * config/tc-alpha.c (cpu_types): Enable EV6 PALcode with -m21264.
|
H A D | ChangeLog-2017 | 2437 * config/tc-arc.c (cpu_types): Include arc-cpu.def 3053 (cpu_types): Rename default cpu features.
|
H A D | ChangeLog-9697 | 24 * config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX. 806 rename to cpu_types[].
|
H A D | ChangeLog-0203 | 4905 * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2017 | 1213 (cpu_types): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2017 | 1213 (cpu_types): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2011 | 16382 (cpu_types): New array. 16411 Define cpu_types, implver, amask.
|