Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.h533 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO)) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h480 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) macro