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

  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.h 230 #define GPR_AP_OR_PSEUDO_P(R) (GPR_OR_AP_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.h 232 #define GPR_AP_OR_PSEUDO_P(R) (GPR_OR_AP_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.h 500 #define GPR_AP_OR_PSEUDO_P(R) (GPR_OR_AP_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
1384 #define REG_OK_FOR_BASE_P(X) GPR_AP_OR_PSEUDO_P (REGNO (X))
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.h 500 #define GPR_AP_OR_PSEUDO_P(R) (GPR_OR_AP_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
1382 #define REG_OK_FOR_BASE_P(X) GPR_AP_OR_PSEUDO_P (REGNO (X))

Completed in 19 milliseconds