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

  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 648 rtx high_rtx, low_rtx;
651 split_double (op, &high_rtx, &low_rtx);
653 low = INTVAL (low_rtx);
642 rtx high_rtx, low_rtx; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 651 rtx high_rtx, low_rtx;
654 split_double (op, &high_rtx, &low_rtx);
656 low = INTVAL (low_rtx);
645 rtx high_rtx, low_rtx; local

Completed in 28 milliseconds