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

  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.h 226 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST)
227 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM)
229 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.h 477 ? GPR_P (REGNO) || (REGNO) == ARG_POINTER_REGNUM \
478 : GPR_P (reg_renumber[REGNO]))
540 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO))
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.h 228 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST)
229 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM)
231 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.h 477 ? GPR_P (REGNO) || (REGNO) == ARG_POINTER_REGNUM \
478 : GPR_P (reg_renumber[REGNO]))
540 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO))
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.h 485 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST)
486 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM)
498 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
887 ? GPR_P (NUM) \
888 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM])))
903 ? GPR_P (NUM) \
904 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM])))
1382 #define REG_OK_FOR_BASE_P(X) GPR_P (REGNO (X))
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.h 485 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST)
486 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM)
498 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
887 ? GPR_P (NUM) \
888 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM])))
903 ? GPR_P (NUM) \
904 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM])))
1380 #define REG_OK_FOR_BASE_P(X) GPR_P (REGNO (X))

Completed in 27 milliseconds