Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dexpmed.c2463 int op_cost, op_latency; in synth_mult() local
2589 op_cost = m * add_cost[mode]; in synth_mult()
2590 if (shift_cost[mode][m] < op_cost) in synth_mult()
2591 op_cost = shift_cost[mode][m]; in synth_mult()
2592 new_limit.cost = best_cost.cost - op_cost; in synth_mult()
2593 new_limit.latency = best_cost.latency - op_cost; in synth_mult()
2596 alg_in->cost.cost += op_cost; in synth_mult()
2597 alg_in->cost.latency += op_cost; in synth_mult()
2632 op_cost = add_cost[mode]; in synth_mult()
2633 new_limit.cost = best_cost.cost - op_cost; in synth_mult()
[all …]