Home
last modified time | relevance | path

Searched refs:bnd0r_regnum (Results 1 – 6 of 6) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdbserver/
H A Di387-fp.cc387 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); in i387_cache_to_xsave() local
391 collect_register (regcache, i + bnd0r_regnum, raw); in i387_cache_to_xsave()
778 int bnd0r_regnum = find_regno (regcache->tdesc, "bnd0raw"); in i387_xsave_to_cache() local
784 supply_register_zeroed (regcache, i + bnd0r_regnum); in i387_xsave_to_cache()
790 supply_register (regcache, i + bnd0r_regnum, p + i * 16); in i387_xsave_to_cache()
/dports/devel/gdb/gdb-11.1/gdb/
H A Di387-tdep.h39 #define I387_BND0R_REGNUM(tdep) ((tdep)->bnd0r_regnum)
H A Di386-tdep.h167 int bnd0r_regnum; member
H A Di386-tdep.c404 regnum -= tdep->bnd0r_regnum; in i386_bndr_regnum_p()
8309 if (tdep->bnd0r_regnum < 0) in i386_validate_tdesc_p()
8312 tdep->bnd0r_regnum = I386_BND0R_REGNUM; in i386_validate_tdesc_p()
8606 tdep->bnd0r_regnum = -1; in i386_gdbarch_init()
8645 num_bnd_cooked = (tdep->bnd0r_regnum > 0 ? I387_NUM_BND_REGS : 0); in i386_gdbarch_init()
8718 if (tdep->bnd0r_regnum > 0) in i386_gdbarch_init()
H A Damd64-tdep.c3156 tdep->bnd0r_regnum = AMD64_BND0R_REGNUM; in amd64_init_abi()
H A DChangeLog-20131048 * i386-tdep.h (gdbarch_tdep): Add fields bnd0r_regnum, bnd0_regnum,