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

/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.c190 static struct processors all_cores[] =
250 { NULL, "-mcpu=", all_cores },
252 { NULL, "-mtune=", all_cores }
351 for (sel = all_cores; sel->name != NULL; sel ++)
386 for (sel = all_cores; sel->name != NULL; sel ++)
408 for (sel = all_cores; sel->name != NULL; sel ++)
189 static struct processors all_cores[] = variable in typeref:struct:processors
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c441 static const struct processor all_cores[] = variable in typeref:struct:processor
6746 selected_cpu = &all_cores[selected_arch->core];
6795 for (cpu = all_cores; cpu->name != NULL; cpu++)
6827 for (cpu = all_cores; cpu->name != NULL; cpu++)
6889 selected_cpu = &all_cores[TARGET_CPU_DEFAULT & 0x3f];
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c2129 static const struct processors all_cores[] =
2646 arm_selected_cpu = &all_cores[(int) arm_cpu_option];
2647 arm_selected_tune = &all_cores[(int) arm_cpu_option];
2651 arm_selected_tune = &all_cores[(int) arm_tune_option];
2688 arm_selected_cpu = &all_cores[TARGET_CPU_DEFAULT];
2694 arm_selected_cpu = &all_cores[SUBTARGET_CPU_DEFAULT];
2698 arm_selected_cpu = &all_cores[arm6];
2724 for (sel = all_cores; sel->name != NULL; sel++)
2744 for (sel = all_cores; sel->name != NULL; sel++)
2769 arm_selected_tune = &all_cores[arm_selected_cp
2125 static const struct processors all_cores[] = variable in typeref:struct:processors
[all...]

Completed in 115 milliseconds