Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/mips/
HDmips.h1366 #define MD_REG_P(REGNO) \ macro
1383 (MD_REG_P (REGNO) || DSP_ACC_REG_P (REGNO))
HDmips.c2373 && REG_P (src) && MD_REG_P (REGNO (src)) in mips_legitimize_move()
2892 if (MD_REG_P (REGNO (dest))) in mips_output_move()
5624 if (MD_REG_P (regnum)) in print_operand()
/NextBSD/contrib/gcc/
HDChangeLog-200024206 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
HDChangeLog-200319992 (hilo_operand): Use MD_REG_P.