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

/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c96 const struct processor_costs *s390_cost; variable in typeref:struct:processor_costs
1428 s390_cost = &z9_109_cost;
1430 s390_cost = &z990_cost;
1432 s390_cost = &z900_cost;
2146 *total = s390_cost->madbr;
2148 *total = s390_cost->maebr;
2166 *total = s390_cost->mhi;
2168 *total = s390_cost->mh;
2170 *total = s390_cost->ms; /* msr, ms, msy */
2181 *total = s390_cost
[all...]

Completed in 155 milliseconds