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

  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 1188 return compute_a_shift_length (operands, GET_CODE (x)) / 2;
4240 compute_a_shift_length (rtx operands[3], rtx_code code)
4227 compute_a_shift_length (rtx operands[3], rtx_code code) function
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 1188 return compute_a_shift_length (operands, GET_CODE (x)) / 2;
4240 compute_a_shift_length (rtx operands[3], rtx_code code)
5562 shift_cost = compute_a_shift_length (operands, ASHIFT);
5564 shift_cost += compute_a_shift_length (operands, ASHIFTRT);
5571 unsigned opt_cost = compute_a_shift_length (operands, LSHIFTRT);
4227 compute_a_shift_length (rtx operands[3], rtx_code code) function

Completed in 49 milliseconds