Searched refs:M16_REG_P (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1372 #define M16_REG_P(REGNO) \
1365 #define M16_REG_P macro
H A Dmips.c1465 return TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno);
6864 && !M16_REG_P (REGNO (reg)))
7034 if (TARGET_MIPS16 && !M16_REG_P (REGNO (reg)))
7762 gp_reg_p = TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno);

Completed in 76 milliseconds