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

/freebsd-11-stable/contrib/gcc/
H A Dpostreload.c657 because of clashes between the return register and INDEX_REG_CLASS. */
711 if (double_reg_address_ok && INDEX_REG_CLASS != NO_REGS)
717 if (TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS], r))
826 if (TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS], regno)
827 || TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS],
841 if (TEST_HARD_REG_BIT (reg_class_contents[INDEX_REG_CLASS],
H A Dregclass.c1957 class = INDEX_REG_CLASS;
2007 else if (INDEX_REG_CLASS == base_reg_class (VOIDmode, PLUS, SCRATCH))
H A Dregrename.c505 /* Adapted from find_reloads_address_1. CL is INDEX_REG_CLASS or
610 scan_rtx_address (insn, locI, INDEX_REG_CLASS, action, mode);
1431 Adapted from find_reloads_address_1. CL is INDEX_REG_CLASS or
1535 changed |= replace_oldest_value_addr (locI, INDEX_REG_CLASS, mode,
H A Dreload.c4995 INDEX_REG_CLASS, GET_MODE (ad), opnum,
5399 context_reg_class = INDEX_REG_CLASS;
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h445 #define INDEX_REG_CLASS ADDR_REGS macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h835 #define INDEX_REG_CLASS GENERAL_REGS
826 #define INDEX_REG_CLASS macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1179 #define INDEX_REG_CLASS GENERAL_REGS
1173 #define INDEX_REG_CLASS macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1049 #define INDEX_REG_CLASS (TARGET_THUMB ? LO_REGS : GENERAL_REGS)
1044 #define INDEX_REG_CLASS macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1274 #define INDEX_REG_CLASS INDEX_REGS
1270 #define INDEX_REG_CLASS macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1080 #define INDEX_REG_CLASS GENERAL_REGS
1077 #define INDEX_REG_CLASS macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1653 #define INDEX_REG_CLASS NO_REGS
1645 #define INDEX_REG_CLASS macro

Completed in 255 milliseconds