Searched refs:all_cores (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/common/config/aarch64/
H A Daarch64-common.c175 static const struct processor_name_to_arch all_cores[] = variable in typeref:struct:processor_name_to_arch
495 for (p_to_a = all_cores;
/netbsd-current/external/gpl3/gcc/dist/gcc/common/config/aarch64/
H A Daarch64-common.cc175 static const struct processor_name_to_arch all_cores[] = variable in typeref:struct:processor_name_to_arch
498 for (p_to_a = all_cores;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/common/config/arm/
H A Darm-common.c295 = arm_parse_cpu_option_name (all_cores, "-mcpu", cpu, false);
703 = arm_parse_cpu_option_name (all_cores, "-mcpu", cpu,
/netbsd-current/external/gpl3/gcc/dist/gcc/common/config/arm/
H A Darm-common.cc328 = arm_parse_cpu_option_name (all_cores, "-mcpu", cpu, false);
750 = arm_parse_cpu_option_name (all_cores, "-mcpu", cpu,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-protos.h573 extern const cpu_option all_cores[];
H A Darm.c3209 arm_selected_cpu = arm_parse_cpu_option_name (all_cores, "-mcpu",
3219 arm_selected_tune = arm_parse_cpu_option_name (all_cores, "-mtune",
3261 arm_selected_cpu = all_cores + arm_selected_arch->tune_id;
3278 arm_selected_cpu = all_cores + arm_selected_arch->tune_id;
3300 arm_selected_cpu = arm_parse_cpu_option_name (all_cores, "default CPU",
3337 for (sel = all_cores; sel->common.name != NULL; sel++)
3362 for (sel = all_cores; sel->common.name != NULL; sel++)
3434 const cpu_tune *tune_data = &all_tunes[arm_selected_tune - all_cores];
33467 for (cpu = all_cores; cpu->common.name != NULL; ++cpu)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-protos.h584 extern const cpu_option all_cores[];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c211 static struct csky_processors all_cores[] = variable in typeref:struct:csky_processors
2379 csky_selected_cpu = &all_cores[opts->x_csky_cpu_option];
2380 csky_selected_tune = &all_cores[opts->x_csky_cpu_option];
2403 csky_selected_cpu = &all_cores[TARGET_CPU_DEFAULT];
2411 csky_selected_tune = &all_cores[csky_selected_cpu->core];
/netbsd-current/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc274 static struct csky_processors all_cores[] = variable in typeref:struct:csky_processors
2528 csky_selected_cpu = &all_cores[opts->x_csky_cpu_option];
2529 csky_selected_tune = &all_cores[opts->x_csky_cpu_option];
2552 csky_selected_cpu = &all_cores[TARGET_CPU_DEFAULT];
2560 csky_selected_tune = &all_cores[csky_selected_cpu->core];
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/arm/
H A Darm-cpu-cdata.h721 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c1599 static const struct processor all_cores[] = variable in typeref:struct:processor
14293 for (cpu = all_cores; cpu->name != NULL; cpu++)
14331 for (cpu = all_cores; cpu->name != NULL; cpu++)
14832 const struct processor *entry = arch ? all_architectures : all_cores;
15178 return &all_cores[cpu];
15185 return &all_cores[TARGET_CPU_DEFAULT & 0x3f];
15197 const struct processor *cpu = &all_cores[TARGET_CPU_DEFAULT & 0x3f];
15276 selected_cpu = &all_cores[selected_arch->ident];
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc2732 static const struct processor all_cores[] = variable in typeref:struct:processor
17347 for (cpu = all_cores; cpu->name != NULL; cpu++)
17385 for (cpu = all_cores; cpu->name != NULL; cpu++)
17904 const struct processor *entry = arch ? all_architectures : all_cores;
18253 return &all_cores[cpu];
18260 return &all_cores[TARGET_CPU_DEFAULT & TARGET_CPU_MASK];
18273 = &all_cores[TARGET_CPU_DEFAULT & TARGET_CPU_MASK];
18352 selected_cpu = &all_cores[selected_arch->ident];
18553 selected_tune = &all_cores[selected_arch->ident];
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/armeb/
H A Darm-cpu-cdata.h696 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv6hfeb/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmeb/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv4/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv7hf/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earm/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv4eb/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmhfeb/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv6hf/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv7hfeb/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv6/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv7/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/earmhf/
H A Darm-cpu-cdata.h843 const cpu_option all_cores[] = variable

Completed in 699 milliseconds

12