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

  /src/external/gpl3/gcc/dist/gcc/config/mn10300/
mn10300.h 510 #define RTX_OK_FOR_BASE_P(X, strict) \
  /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
mn10300.h 510 #define RTX_OK_FOR_BASE_P(X, strict) \
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.h 920 #define RTX_OK_FOR_BASE_P(X, STRICT) \
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 2050 #define RTX_OK_FOR_BASE_P(X) \
2060 && RTX_OK_FOR_BASE_P (XEXP (X, 0)) \
2070 if (RTX_OK_FOR_BASE_P (x))
2086 && RTX_OK_FOR_BASE_P (XEXP ((x), 0)))
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.h 892 #define RTX_OK_FOR_BASE_P(X, STRICT) \
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 2050 #define RTX_OK_FOR_BASE_P(X) \
2060 && RTX_OK_FOR_BASE_P (XEXP (X, 0)) \
2069 if (RTX_OK_FOR_BASE_P (x))
2085 && RTX_OK_FOR_BASE_P (XEXP ((x), 0)))

Completed in 25 milliseconds