Searched defs:GPR_P (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/ |
H A D | m32r.h | 533 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
H A D | m32r.h | 533 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
H A D | epiphany.h | 224 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
H A D | epiphany.h | 224 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.h | 480 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
H A D | frv.h | 480 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) macro
|