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

  /src/external/gpl3/gcc/dist/gcc/config/vax/
vax.cc 1854 #define BASE_REGISTER_P(X, STRICT) \
1893 || BASE_REGISTER_P (x, strict))
1896 || !BASE_REGISTER_P (XEXP (x, 0), strict)
1923 && BASE_REGISTER_P (xfoo0, strict))
1939 return BASE_REGISTER_P (prod, strict);
1982 if (BASE_REGISTER_P (xfoo0, strict) && index_term_p (xfoo1, mode, strict))
1985 if (BASE_REGISTER_P (xfoo1, strict) && index_term_p (xfoo0, mode, strict))
1997 if (BASE_REGISTER_P (xfoo1, strict))
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.cc 1854 #define BASE_REGISTER_P(X, STRICT) \
1893 || BASE_REGISTER_P (x, strict))
1896 || !BASE_REGISTER_P (XEXP (x, 0), strict)
1923 && BASE_REGISTER_P (xfoo0, strict))
1939 return BASE_REGISTER_P (prod, strict);
1982 if (BASE_REGISTER_P (xfoo0, strict) && index_term_p (xfoo1, mode, strict))
1985 if (BASE_REGISTER_P (xfoo1, strict) && index_term_p (xfoo0, mode, strict))
1997 if (BASE_REGISTER_P (xfoo1, strict))
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.h 637 #define BASE_REGISTER_P(REGNO) \
657 (BASE_REGISTER_P (REGNO) || BASE_REGISTER_P ((unsigned)reg_renumber[REGNO]))
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.h 637 #define BASE_REGISTER_P(REGNO) \
657 (BASE_REGISTER_P (REGNO) || BASE_REGISTER_P ((unsigned)reg_renumber[REGNO]))

Completed in 67 milliseconds