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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A 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)
1232 #define REX_INT_REG_P(X) (REG_P (X) && REX_INT_REGNO_P (REGNO (X)))
2049 reg_names[(REGNO)] + (REX_INT_REGNO_P (REGNO) != 0)); \
2061 reg_names[(REGNO)] + (REX_INT_REGNO_P (REGNO) != 0)); \
1227 #define REX_INT_REGNO_P macro
H A Di386.c18755 return REX_INT_REGNO_P (regno) || REX_SSE_REGNO_P (regno);

Completed in 188 milliseconds