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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 5570 expand_fix (rtx to, rtx from, int unsignedp)
5677 expand_fix (to, from, 0);
5687 expand_fix (to, target, 0);
5721 expand_fix (target, from, unsignedp);
5548 expand_fix (rtx to, rtx from, int unsignedp) function
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 5784 expand_fix (rtx to, rtx from, int unsignedp)
5919 expand_fix (to, from, 0);
5929 expand_fix (to, target, 0);
5966 expand_fix (to, from, unsignedp);
5979 expand_fix (target, from, unsignedp);
5763 expand_fix (rtx to, rtx from, int unsignedp) function

Completed in 36 milliseconds