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

  /src/external/gpl3/gcc/dist/gcc/
expmed.h 395 shift_cost_ptr (bool speed, machine_mode mode, int bits) function
406 *shift_cost_ptr (speed, mode, bits) = cost;
415 return *shift_cost_ptr (speed, mode, bits);
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.h 396 shift_cost_ptr (bool speed, machine_mode mode, int bits) function
407 *shift_cost_ptr (speed, mode, bits) = cost;
416 return *shift_cost_ptr (speed, mode, bits);

Completed in 50 milliseconds