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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 1520 #define COPY_ONCE(Y) if (!copied) { Y = copy_rtx (Y); copied = ch = 1; }
1524 COPY_ONCE (x);
1529 COPY_ONCE (x);
1539 COPY_ONCE (x);
1555 COPY_ONCE (x);
1569 COPY_ONCE (x);
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 1516 #define COPY_ONCE(Y) if (!copied) { Y = copy_rtx (Y); copied = ch = 1; }
1520 COPY_ONCE (x);
1525 COPY_ONCE (x);
1535 COPY_ONCE (x);
1551 COPY_ONCE (x);
1565 COPY_ONCE (x);

Completed in 32 milliseconds