Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h993 #define CR_REGNO_NOT_CR0_P(N) ((N) >= CR1_REGNO && (N) <= CR7_REGNO) macro
H A Dpredicates.md475 return CR_REGNO_NOT_CR0_P (REGNO (op));
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h985 #define CR_REGNO_NOT_CR0_P(N) ((N) >= CR1_REGNO && (N) <= CR7_REGNO) macro
H A Dpredicates.md495 return CR_REGNO_NOT_CR0_P (REGNO (op));
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199920600 (CR_REGNO_NOT_CR0_P): New macro to test if cr, but not cr0.