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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.h878 for (i = FIRST_REX_INT_REG; i <= LAST_REX_INT_REG; i++) \
1008 #define LAST_REX_INT_REG (FIRST_REX_INT_REG + 7)
1010 #define FIRST_REX_SSE_REG (LAST_REX_INT_REG + 1)
1231 #define REX_INT_REGNO_P(N) ((N) >= FIRST_REX_INT_REG && (N) <= LAST_REX_INT_REG)
1613 && (REGNO) <= LAST_REX_INT_REG) \
1615 && (unsigned) reg_renumber[(REGNO)] <= LAST_REX_INT_REG) \
1623 && (REGNO) <= LAST_REX_INT_REG) \
1625 && (unsigned) reg_renumber[(REGNO)] <= LAST_REX_INT_REG) \
1651 && REGNO (X) <= LAST_REX_INT_REG) \
1659 && REGNO (X) <= LAST_REX_INT_REG) \
1005 #define LAST_REX_INT_REG macro
[all...]

Completed in 74 milliseconds