Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h484 #define ICC_P(R) IN_RANGE (R, ICC_FIRST, ICC_LAST) macro
497 #define ICC_OR_PSEUDO_P(R) (ICC_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
Dfrv.cc728 else if (ICC_P (regno)) in frv_option_override()
6481 return ICC_P (regno) || GPR_P (regno); in frv_hard_regno_mode_ok()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dfrv-desc.h145 , ICC_NE, ICC_HI, ICC_P, ICC_GT enumerator
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dfrv-desc.h145 , ICC_NE, ICC_HI, ICC_P, ICC_GT enumerator
/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.