Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dexpmed.c2463 int op_cost, op_latency; in synth_mult() local
2697 op_latency = op_cost; in synth_mult()
2700 op_latency = add_cost[mode]; in synth_mult()
2703 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
2707 alg_in->cost.latency += op_latency; in synth_mult()
2736 op_latency = op_cost; in synth_mult()
2739 op_latency = add_cost[mode]; in synth_mult()
2742 new_limit.latency = best_cost.latency - op_latency; in synth_mult()
2746 alg_in->cost.latency += op_latency; in synth_mult()