Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/mips/
HDmips.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 …]
HDmips.h1362 #define M16_REG_P(REGNO) \ macro
HDmips.c1460 return TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_regno_mode_ok_for_base_p()
6824 && !M16_REG_P (REGNO (reg))) in mips_save_reg()
6992 if (TARGET_MIPS16 && !M16_REG_P (REGNO (reg))) in mips_restore_reg()
7716 gp_reg_p = TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_secondary_reload_class()
/NextBSD/contrib/gcc/
HDChangeLog-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.