Home
last modified time | relevance | path

Searched refs:GPR_AP_OR_PSEUDO_P (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h495 #define GPR_AP_OR_PSEUDO_P(R) (GPR_OR_AP_P (R) || (R) >= FIRST_PSEUDO_REGISTER) macro
1363 #define REG_OK_FOR_BASE_P(X) GPR_AP_OR_PSEUDO_P (REGNO (X))
Dpredicates.md39 return GPR_AP_OR_PSEUDO_P (REGNO (op));
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200510436 GPR_AP_OR_PSEUDO_P.