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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h122 extern int mips_dbx_regno[]; /* Map register # to debug register # */
977 #define DBX_REGISTER_NUMBER(REGNO) mips_dbx_regno[ (REGNO) ]
H A Dmips.c623 int mips_dbx_regno[FIRST_PSEUDO_REGISTER]; variable
4997 mips_dbx_regno[i] = -1;
5001 mips_dbx_regno[i] = i + start;
5005 mips_dbx_regno[i] = i + start;
5007 mips_dbx_regno[HI_REGNUM] = MD_DBX_FIRST + 0;
5008 mips_dbx_regno[LO_REGNUM] = MD_DBX_FIRST + 1;

Completed in 94 milliseconds