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

  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 112 static unsigned int h8300_constant_length (rtx);
1439 if (h8300_constant_length (x) == 2)
1737 if (h8300_constant_length (addr) == 2)
2190 h8300_constant_length (rtx constant)
2224 return h8300_constant_length (offset);
2263 return h8300_constant_length (op);
2476 + h8300_constant_length (offset)
2182 h8300_constant_length (rtx constant) function
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 112 static unsigned int h8300_constant_length (rtx);
1439 if (h8300_constant_length (x) == 2)
1737 if (h8300_constant_length (addr) == 2)
2190 h8300_constant_length (rtx constant)
2224 return h8300_constant_length (offset);
2263 return h8300_constant_length (op);
2476 + h8300_constant_length (offset)
2182 h8300_constant_length (rtx constant) function

Completed in 19 milliseconds