HomeSort by: relevance | last modified time | path
    Searched refs:MIPS_GP_REGNUM (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.h 149 MIPS_GP_REGNUM = 28,
mips-netbsd-nat.c 143 regcache->raw_supply (MIPS_GP_REGNUM, &sf.val[_L_GP]);
mips-tdep.c 7597 if (rs == MIPS_GP_REGNUM)
7607 if (rd == MIPS_GP_REGNUM
7608 && ((rs == MIPS_GP_REGNUM && rt == MIPS_T9_REGNUM)
7609 || (rs == MIPS_T9_REGNUM && rt == MIPS_GP_REGNUM)))
7627 if (rt == MIPS_GP_REGNUM)
7637 if (rt == MIPS_GP_REGNUM)
7650 if (gp != 0 && rs == MIPS_GP_REGNUM)
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.h 149 MIPS_GP_REGNUM = 28,
mips-netbsd-nat.c 143 regcache->raw_supply (MIPS_GP_REGNUM, &sf.val[_L_GP]);
mips-tdep.c 7602 if (rs == MIPS_GP_REGNUM)
7612 if (rd == MIPS_GP_REGNUM
7613 && ((rs == MIPS_GP_REGNUM && rt == MIPS_T9_REGNUM)
7614 || (rs == MIPS_T9_REGNUM && rt == MIPS_GP_REGNUM)))
7632 if (rt == MIPS_GP_REGNUM)
7642 if (rt == MIPS_GP_REGNUM)
7655 if (gp != 0 && rs == MIPS_GP_REGNUM)

Completed in 40 milliseconds