Searched defs:GPR_P (Results 1 – 2 of 2) sorted by relevance
533 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO)) macro
480 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) macro