Searched refs:op_cost (Results 1 – 1 of 1) sorted by relevance
2463 int op_cost, op_latency; in synth_mult() local2589 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 …]