Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h1187 #define LAST_MASK_REG MASK7_REG macro
1440 #define MASK_REGNO_P(N) IN_RANGE ((N), FIRST_MASK_REG, LAST_MASK_REG)
H A Di386.cc21111 for (i = FIRST_MASK_REG; i <= LAST_MASK_REG; i++) in x86_order_regs_for_local_alloc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h1317 #define LAST_MASK_REG MASK7_REG macro
1555 #define MASK_REGNO_P(N) IN_RANGE ((N), FIRST_MASK_REG, LAST_MASK_REG)
H A Di386.c20026 for (i = FIRST_MASK_REG; i <= LAST_MASK_REG; i++) in x86_order_regs_for_local_alloc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201319093 (LAST_MASK_REG): Ditto.