Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h1178 #define LAST_REX_INT_REG R15_REG macro
1406 IN_RANGE ((N), FIRST_REX_INT_REG, LAST_REX_INT_REG)
H A Di386.cc476 for (i = FIRST_REX_INT_REG; i <= LAST_REX_INT_REG; i++) in ix86_conditional_register_usage()
6086 for (regno = FIRST_REX_INT_REG; regno <= LAST_REX_INT_REG; regno++) in ix86_code_end()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h1308 #define LAST_REX_INT_REG R15_REG macro
1524 IN_RANGE ((N), FIRST_REX_INT_REG, LAST_REX_INT_REG)
H A Di386.c471 for (i = FIRST_REX_INT_REG; i <= LAST_REX_INT_REG; i++) in ix86_conditional_register_usage()
5596 for (regno = FIRST_REX_INT_REG; regno <= LAST_REX_INT_REG; regno++) in ix86_code_end()
18400 if (IN_RANGE (hard_regno, FIRST_REX_INT_REG, LAST_REX_INT_REG)) in ix86_register_priority()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200127869 (FIRST_REX_INT_REG, LAST_REX_INT_REG, FIRST_REX_SSE_REG,