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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c287 const struct processor_costs *rs6000_cost;
1504 /* Initialize rs6000_cost with the appropriate target costs. */
1506 rs6000_cost = TARGET_POWERPC64 ? &size64_cost : &size32_cost;
1511 rs6000_cost = &rios1_cost;
1515 rs6000_cost = &rios2_cost;
1519 rs6000_cost = &rs64a_cost;
1523 rs6000_cost = &mpccore_cost;
1527 rs6000_cost = &ppc403_cost;
1531 rs6000_cost = &ppc405_cost;
1535 rs6000_cost
286 const struct processor_costs *rs6000_cost; variable in typeref:struct:processor_costs
[all...]

Completed in 118 milliseconds