Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h486 #define CR_P(R) IN_RANGE (R, CR_FIRST, CR_LAST) macro
499 #define CR_OR_PSEUDO_P(R) (CR_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
Dfrv.cc5331 else if (CR_P (regno) in frv_ifcvt_modify_tests()
6484 return CR_P (regno) || GPR_P (regno); in frv_hard_regno_mode_ok()
6988 && CR_P (REGNO (XEXP (cond, 0))) in frv_cond_flags()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20102033 (GPR_P, FPR_P, CC_P, ICC_P, FCC_P, CR_P, ICR_P, FCR_P): Use IN_RANGE.