HomeSort by: relevance | last modified time | path
    Searched defs:high_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);
652 high = INTVAL (high_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);
655 high = INTVAL (high_rtx);
645 rtx high_rtx, low_rtx; local

Completed in 14 milliseconds