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

/freebsd-12-stable/contrib/gcc/
H A Dexpmed.c106 static int mul_cost[NUM_MACHINE_MODES]; variable
228 mul_cost[mode] = rtx_cost (&all.mult, SET);
3494 && mul_cost[wider_mode] + shift_cost[mode][size-1] < max_cost)
3975 max_cost -= mul_cost[compute_mode] + add_cost[compute_mode];

Completed in 112 milliseconds