Home
last modified time | relevance | path

Searched refs:M16_REG_P (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.md738 && M16_REG_P (REGNO (operands[0]))
767 && M16_REG_P (REGNO (operands[0]))
769 && M16_REG_P (REGNO (operands[1]))
799 && M16_REG_P (REGNO (operands[0]))
828 && M16_REG_P (REGNO (operands[0]))
830 && M16_REG_P (REGNO (operands[1]))
3330 && M16_REG_P (REGNO (operands[0]))
3424 && M16_REG_P (REGNO (operands[0]))
3465 && M16_REG_P (REGNO (operands[0]))
3632 && M16_REG_P (REGNO (operands[0]))
[all …]
Dmips.h1365 #define M16_REG_P(REGNO) \ macro
Dmips.c1461 return TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_regno_mode_ok_for_base_p()
6825 && !M16_REG_P (REGNO (reg))) in mips_save_reg()
6993 if (TARGET_MIPS16 && !M16_REG_P (REGNO (reg))) in mips_restore_reg()
7717 gp_reg_p = TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_secondary_reload_class()
/freebsd-12-stable/contrib/gcc/
DChangeLog-19987695 * mips/mips.md (reload_outsi): Use M16_REG_P when TARGET_MIPS16.
13790 Add code for MIPS16 HILO_REGNUM case where output reg is not M16_REG_P.