Home
last modified time | relevance | path

Searched refs:REX_INT_REGNO_P (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h1221 ((N) < 8 || REX_INT_REGNO_P (N))
1231 #define REX_INT_REGNO_P(N) ((N) >= FIRST_REX_INT_REG && (N) <= LAST_REX_INT_REG) macro
1232 #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)); \
Di386.c18738 return REX_INT_REGNO_P (regno) || REX_SSE_REGNO_P (regno); in extended_reg_mentioned_1()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200127874 (ANY_QI_REG_P, REX_INT_REGNO_P, REX_INT_REG_P): New.
DChangeLog-200235255 (REX_INT_REGNO_P): Uppercase macro parameter and wrap.