Searched refs:REX_INT_REGNO_P (Results 1 – 4 of 4) sorted by relevance
1221 ((N) < 8 || REX_INT_REGNO_P (N))1231 #define REX_INT_REGNO_P(N) ((N) >= FIRST_REX_INT_REG && (N) <= LAST_REX_INT_REG) macro1232 #define REX_INT_REG_P(X) (REG_P (X) && REX_INT_REGNO_P (REGNO (X)))2041 reg_names[(REGNO)] + (REX_INT_REGNO_P (REGNO) != 0)); \2053 reg_names[(REGNO)] + (REX_INT_REGNO_P (REGNO) != 0)); \
18738 return REX_INT_REGNO_P (regno) || REX_SSE_REGNO_P (regno); in extended_reg_mentioned_1()
27874 (ANY_QI_REG_P, REX_INT_REGNO_P, REX_INT_REG_P): New.
35255 (REX_INT_REGNO_P): Uppercase macro parameter and wrap.