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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c577 static const struct processors all_cores[] =
631 { NULL, "-mcpu=", all_cores },
633 { NULL, "-mtune=", all_cores }
970 sel = &all_cores[cpu];
994 for (sel = all_cores; sel->name != NULL; sel++)
1014 for (sel = all_cores; sel->name != NULL; sel++)
1035 arm_default_cpu = (enum processor_type) (sel - all_cores);
1044 tune_flags = all_cores[(int)arm_tune].flags;
1048 targetm.rtx_costs = all_cores[(int)arm_tune].rtx_costs;
14506 all_cores[arm_default_cp
574 static const struct processors all_cores[] = variable in typeref:struct:processors
[all...]

Completed in 126 milliseconds