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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dexpmed.c104 static int shift_cost[2][NUM_MACHINE_MODES][MAX_BITS_PER_WORD]; variable
263 shift_cost[speed][mode][0] = 0;
273 shift_cost[speed][mode][m] = rtx_cost (&all.shift, SET, speed);
2183 && shift_cost[speed][mode][INTVAL (op1)] > INTVAL (op1) * add_cost[speed][mode]
2184 && shift_cost[speed][mode][INTVAL (op1)] != MAX_COST)
2558 MIN (m * add_cost[speed][mode], shift_cost[speed][mode][m]). */
2560 if (shift_cost[speed][mode][m] < op_cost)
2561 op_cost = shift_cost[speed][mode][m];
2589 shift_cost[speed][mode][m]). */
2591 if (shift_cost[spee
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexpmed.c103 static int shift_cost[NUM_MACHINE_MODES][MAX_BITS_PER_WORD]; variable
239 shift_cost[mode][0] = 0;
248 shift_cost[mode][m] = rtx_cost (&all.shift, SET);
2221 && shift_cost[mode][INTVAL (op1)] > INTVAL (op1) * add_cost[mode]
2222 && shift_cost[mode][INTVAL (op1)] != MAX_COST)
2589 MIN (m * add_cost[mode], shift_cost[mode][m]). */
2591 if (shift_cost[mode][m] < op_cost)
2592 op_cost = shift_cost[mode][m];
2698 op_cost = add_cost[mode] + shift_cost[mode][m];
2737 op_cost = add_cost[mode] + shift_cost[mod
[all...]

Completed in 103 milliseconds