Home
last modified time | relevance | path

Searched defs:CR_REGNO_P (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h984 #define CR_REGNO_P(N) ((N) >= CR0_REGNO && (N) <= CR7_REGNO) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h990 #define CR_REGNO_P(N) ((N) >= CR0_REGNO && (N) <= CR7_REGNO) macro