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

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 1653 SET expressions say that the return value of the call (the SET_DEST)
2704 /* For a SET rtx, SET_DEST is the place that is set
2706 #define SET_DEST(RTX) XC2EXP (RTX, 0, SET, CLOBBER)
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 1651 SET expressions say that the return value of the call (the SET_DEST)
2694 /* For a SET rtx, SET_DEST is the place that is set
2696 #define SET_DEST(RTX) XC2EXP (RTX, 0, SET, CLOBBER)

Completed in 25 milliseconds