Home
last modified time | relevance | path

Searched refs:ST_REGS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/mips/
Dconstraints.md63 (define_register_constraint "z" "ST_REGS"
Dmips.c661 HI_REG, LO_REG, NO_REGS, ST_REGS, enumerator
662 ST_REGS, ST_REGS, ST_REGS, ST_REGS, enumerator
663 ST_REGS, ST_REGS, ST_REGS, NO_REGS, enumerator
7753 if (class == ST_REGS) in mips_secondary_reload_class()
7833 if (class == ST_REGS) in mips_class_max_nregs()
9244 else if (to == ST_REGS) in mips_register_move_cost()
9257 else if (from == ST_REGS && GR_REG_CLASS_P (to)) in mips_register_move_cost()
Dmips.h1532 ST_REGS, /* status registers (fp status) */ enumerator
/freebsd-12-stable/contrib/gcc/
DFSFChangeLog.109520 (REG_CLASS_CONTENTS): Add HILO_REG initializer, and adjust ST_REGS
DFSFChangeLog.1110686 (CONDITIONAL_REGISTER_USAGE): Mark ST_REGS as fixed if not
DChangeLog-200416413 (mips_class_max_nregs): Check for ST_REGS, and handle CCmodes.