Searched refs:REX_INT_REGNO_P (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1225 ((N) < 8 || REX_INT_REGNO_P (N))
1235 #define REX_INT_REGNO_P(N) ((N) >= FIRST_REX_INT_REG && (N) <= LAST_REX_INT_REG)
1236 #define REX_INT_REG_P(X) (REG_P (X) && REX_INT_REGNO_P (REGNO (X)))
2053 reg_names[(REGNO)] + (REX_INT_REGNO_P (REGNO) != 0)); \
2065 reg_names[(REGNO)] + (REX_INT_REGNO_P (REGNO) != 0)); \
1231 #define REX_INT_REGNO_P macro
H A Di386.c18769 return REX_INT_REGNO_P (regno) || REX_SSE_REGNO_P (regno);

Completed in 179 milliseconds