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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h1295 #define LAST_INT_REG SP_REG
1524 #define LEGACY_INT_REGNO_P(N) (IN_RANGE ((N), FIRST_INT_REG, LAST_INT_REG))
1292 #define LAST_INT_REG macro
H A Di386.c5615 unsigned int i = regno - FIRST_REX_INT_REG + LAST_INT_REG + 1;
5621 for (regno = FIRST_INT_REG; regno <= LAST_INT_REG; regno++)
15500 i -= (FIRST_REX_INT_REG - LAST_INT_REG - 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h1165 #define LAST_INT_REG SP_REG
1406 #define LEGACY_INT_REGNO_P(N) (IN_RANGE ((N), FIRST_INT_REG, LAST_INT_REG))
1162 #define LAST_INT_REG macro
H A Di386.cc6110 for (regno = FIRST_INT_REG; regno <= LAST_INT_REG; regno++)

Completed in 325 milliseconds