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

  /src/external/gpl2/xcvs/dist/lib/
regex.h 492 for `max (REG_NREGS, re_nsub + 1)' groups.
537 #ifndef REG_NREGS
538 # define REG_NREGS 30
741 # define RE_NREGS REG_NREGS
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 227 /* The value of REG_NREGS. */
1925 #define REG_NREGS(RTX) (REG_CHECK (RTX)->nregs)
1944 return REGNO (x) + REG_NREGS (x);
1947 /* Change the REGNO and REG_NREGS of REG X to the specified values,
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 225 /* The value of REG_NREGS. */
1923 #define REG_NREGS(RTX) (REG_CHECK (RTX)->nregs)
1942 return REGNO (x) + REG_NREGS (x);
1945 /* Change the REGNO and REG_NREGS of REG X to the specified values,

Completed in 36 milliseconds