Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/mips/
HDmips.c645 LEA_REGS, LEA_REGS, M16_NA_REGS, V1_REG, enumerator
647 LEA_REGS, LEA_REGS, LEA_REGS, LEA_REGS, enumerator
648 LEA_REGS, LEA_REGS, LEA_REGS, LEA_REGS, enumerator
649 M16_NA_REGS, M16_NA_REGS, LEA_REGS, LEA_REGS, enumerator
650 LEA_REGS, LEA_REGS, LEA_REGS, LEA_REGS, enumerator
651 T_REG, PIC_FN_ADDR_REG, LEA_REGS, LEA_REGS, enumerator
652 LEA_REGS, LEA_REGS, LEA_REGS, LEA_REGS, enumerator
7682 if (mips_dangerous_for_la25_p (x) && reg_class_subset_p (LEA_REGS, class)) in mips_preferred_reload_class()
7683 return LEA_REGS; in mips_preferred_reload_class()
7720 gr_regs = LEA_REGS; in mips_secondary_reload_class()
HDconstraints.md51 (define_register_constraint "e" "LEA_REGS"
HDmips.h1512 LEA_REGS, /* Every GPR except $25 */ enumerator
1656 || (CLASS) == PIC_FN_ADDR_REG || (CLASS) == LEA_REGS)
/trueos/contrib/gcc/
HDChangeLog-200324525 * config/mips/mips.h (LEA_REGS): New register class.
24527 (GR_REG_CLASS_P): Include LEA_REGS.
24532 entries to LEA_REGS.
24535 (mips_secondary_reload_class): Return LEA_REGS when reloading
HDChangeLog-200447729 (mips_preferred_reload_class): New function. Prefer LEA_REGS if
47731 (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS