Searched refs:s390_cost (Results 1 – 2 of 2) sorted by relevance
96 const struct processor_costs *s390_cost; variable1428 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 …]
2589 (s390_cost, z900_cost, z990_cost): New global variables.2590 (override_options): Initialize s390_cost.