Home
last modified time | relevance | path

Searched defs:GPR_OR_PSEUDO_P (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h268 #define GPR_OR_PSEUDO_P(R) (GPR_OR_SPECIAL_REG_P (R) \ macro
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.h684 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h864 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER) macro