Searched refs:bnd0r_regnum (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.h39 #define I387_BND0R_REGNUM(tdep) ((tdep)->bnd0r_regnum)
H A Di386-tdep.h166 int bnd0r_regnum; member in struct:gdbarch_tdep
H A Di386-tdep.c403 regnum -= tdep->bnd0r_regnum;
8382 if (tdep->bnd0r_regnum < 0)
8385 tdep->bnd0r_regnum = I386_BND0R_REGNUM;
8682 tdep->bnd0r_regnum = -1;
8722 num_bnd_cooked = (tdep->bnd0r_regnum > 0 ? I387_NUM_BND_REGS : 0);
8795 if (tdep->bnd0r_regnum > 0)
H A Damd64-tdep.c3180 tdep->bnd0r_regnum = AMD64_BND0R_REGNUM;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.h39 #define I387_BND0R_REGNUM(tdep) ((tdep)->bnd0r_regnum)
H A Di386-tdep.h167 int bnd0r_regnum = 0; member in struct:i386_gdbarch_tdep
H A Di386-tdep.c406 regnum -= tdep->bnd0r_regnum;
8397 if (tdep->bnd0r_regnum < 0)
8400 tdep->bnd0r_regnum = I386_BND0R_REGNUM;
8695 tdep->bnd0r_regnum = -1;
8734 num_bnd_cooked = (tdep->bnd0r_regnum > 0 ? I387_NUM_BND_REGS : 0);
8807 if (tdep->bnd0r_regnum > 0)
H A Damd64-tdep.c3175 tdep->bnd0r_regnum = AMD64_BND0R_REGNUM;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Di387-fp.cc387 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); local
391 collect_register (regcache, i + bnd0r_regnum, raw);
778 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); local
784 supply_register_zeroed (regcache, i + bnd0r_regnum);
790 supply_register (regcache, i + bnd0r_regnum, p + i * 16);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Di387-fp.cc391 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); local
395 collect_register (regcache, i + bnd0r_regnum, raw);
796 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); local
802 supply_register_zeroed (regcache, i + bnd0r_regnum);
808 supply_register (regcache, i + bnd0r_regnum, p + i * 16);

Completed in 302 milliseconds