Searched refs:CR_P (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/ |
| D | frv.h | 486 #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)
|
| D | frv.cc | 5331 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/ |
| D | ChangeLog-2010 | 2033 (GPR_P, FPR_P, CC_P, ICC_P, FCC_P, CR_P, ICR_P, FCR_P): Use IN_RANGE.
|