Searched refs:ST_REGS (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | constraints.md | 63 (define_register_constraint "z" "ST_REGS"
|
| H A D | mips.c | 661 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 7729 if (class == ST_REGS) in mips_secondary_reload_class() 7809 if (class == ST_REGS) in mips_class_max_nregs() 9220 else if (to == ST_REGS) in mips_register_move_cost() 9233 else if (from == ST_REGS && GR_REG_CLASS_P (to)) in mips_register_move_cost()
|
| H A D | mips.h | 1503 ST_REGS, /* status registers (fp status) */ enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 473 HI_REG, LO_REG, HILO_REG, ST_REGS, enumerator 474 ST_REGS, ST_REGS, ST_REGS, ST_REGS, enumerator 475 ST_REGS, ST_REGS, ST_REGS, GR_REGS, enumerator 5418 mips_char_to_class['z'] = ST_REGS; in override_options() 8618 if (class == ST_REGS) 10097 else if (to == ST_REGS) 10111 else if (from == ST_REGS && GR_REG_CLASS_P (to))
|
| H A D | mips.h | 2053 ST_REGS, /* status registers (fp status) */ enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.10 | 9520 (REG_CLASS_CONTENTS): Add HILO_REG initializer, and adjust ST_REGS
|
| H A D | FSFChangeLog.11 | 10686 (CONDITIONAL_REGISTER_USAGE): Mark ST_REGS as fixed if not
|