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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c103 static int shift_cost[NUM_MACHINE_MODES][MAX_BITS_PER_WORD]; variable
249 shift_cost[mode][0] = 0;
258 shift_cost[mode][m] = rtx_cost (&all.shift, SET);
2230 && shift_cost[mode][INTVAL (op1)] > INTVAL (op1) * add_cost[mode]
2231 && shift_cost[mode][INTVAL (op1)] != MAX_COST)
2598 MIN (m * add_cost[mode], shift_cost[mode][m]). */
2600 if (shift_cost[mode][m] < op_cost)
2601 op_cost = shift_cost[mode][m];
2707 op_cost = add_cost[mode] + shift_cost[mode][m];
2746 op_cost = add_cost[mode] + shift_cost[mod
[all...]

Completed in 59 milliseconds