HomeSort by: relevance | last modified time | path
    Searched defs:shift_cost (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
expmed.h 392 /* Subroutine of {set_,}shift_cost. Not to be used otherwise. */
413 shift_cost (bool speed, machine_mode mode, int bits) function
lower-subreg.cc 140 shift_cost (bool speed_p, struct cost_rtxes *rtxes, enum rtx_code code, function
168 wide_cost = shift_cost (speed_p, rtxes, code, twice_word_mode,
173 narrow_cost = shift_cost (speed_p, rtxes, code, word_mode, i);
180 upper_cost = shift_cost (speed_p, rtxes, code, word_mode,
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.h 393 /* Subroutine of {set_,}shift_cost. Not to be used otherwise. */
414 shift_cost (bool speed, machine_mode mode, int bits) function
lower-subreg.cc 139 shift_cost (bool speed_p, struct cost_rtxes *rtxes, enum rtx_code code, function
167 wide_cost = shift_cost (speed_p, rtxes, code, twice_word_mode,
172 narrow_cost = shift_cost (speed_p, rtxes, code, word_mode, i);
179 upper_cost = shift_cost (speed_p, rtxes, code, word_mode,
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 5554 unsigned shift_cost;
5556 shift_cost = pos >= 16 ? 10 : 8;
5562 shift_cost = compute_a_shift_length (operands, ASHIFT);
5564 shift_cost += compute_a_shift_length (operands, ASHIFTRT);
5585 return opt_cost <= shift_cost;
5536 unsigned shift_cost; local

Completed in 22 milliseconds