Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/s390/
Ds390.c96 const struct processor_costs *s390_cost; variable
1428 s390_cost = &z9_109_cost; in override_options()
1430 s390_cost = &z990_cost; in override_options()
1432 s390_cost = &z900_cost; in override_options()
2146 *total = s390_cost->madbr; in s390_rtx_costs()
2148 *total = s390_cost->maebr; in s390_rtx_costs()
2166 *total = s390_cost->mhi; in s390_rtx_costs()
2168 *total = s390_cost->mh; in s390_rtx_costs()
2170 *total = s390_cost->ms; /* msr, ms, msy */ in s390_rtx_costs()
2181 *total = s390_cost->mghi; in s390_rtx_costs()
[all …]
/freebsd-10-stable/contrib/gcc/
DChangeLog-20042589 (s390_cost, z900_cost, z990_cost): New global variables.
2590 (override_options): Initialize s390_cost.