Home
last modified time | relevance | path

Searched refs:ACC_P (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h489 #define ACC_P(R) IN_RANGE (R, ACC_FIRST, ACC_LAST) macro
502 #define ACC_OR_PSEUDO_P(R) (ACC_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
Dfrv.cc740 else if (ACC_P (regno)) in frv_option_override()
6274 if (ACC_P (regno) || ACCG_P (regno)) in frv_secondary_reload_class()
6515 else if (ACC_P (regno)) in frv_hard_regno_mode_ok()
6880 if (ACC_P (regno)) in frv_acc_group()
Dpredicates.md1513 && REG_P (op) && ACC_P (REGNO (op))
Dfrv.md6841 if (GET_CODE (operands[0]) != REG || !ACC_P (REGNO (operands[0])))
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20102034 (ACC_P, ACCG_P, SPR_P, CONST_OK_FOR_I, CONST_OK_FOR_J): Likewise.