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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.h37 #define I387_YMM0H_REGNUM(tdep) ((tdep)->ymm0h_regnum)
H A Di386-tdep.h152 int ymm0h_regnum; member in struct:gdbarch_tdep
H A Di386-tdep.c261 int ymm0h_regnum = tdep->ymm0h_regnum; local
263 if (ymm0h_regnum < 0)
266 regnum -= ymm0h_regnum;
3388 status = regcache->raw_read (tdep->ymm0h_regnum + regnum,
3436 status = regcache->raw_read (tdep->ymm0h_regnum + regnum,
3589 regcache->raw_write (tdep->ymm0h_regnum + regnum, buf + 16);
3667 ax_reg_mask (ax, tdep->ymm0h_regnum + regnum);
3683 ax_reg_mask (ax, tdep->ymm0h_regnum + regnum);
8348 tdep->ymm0h_regnum
[all...]
H A Damd64-tdep.c3173 tdep->ymm0h_regnum = AMD64_YMM0H_REGNUM;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.h37 #define I387_YMM0H_REGNUM(tdep) ((tdep)->ymm0h_regnum)
H A Di386-tdep.h153 int ymm0h_regnum = 0; member in struct:i386_gdbarch_tdep
H A Di386-tdep.c264 int ymm0h_regnum = tdep->ymm0h_regnum; local
266 if (ymm0h_regnum < 0)
269 regnum -= ymm0h_regnum;
3452 status = regcache->raw_read (tdep->ymm0h_regnum + regnum,
3500 status = regcache->raw_read (tdep->ymm0h_regnum + regnum,
3653 regcache->raw_write (tdep->ymm0h_regnum + regnum, buf + 16);
3731 ax_reg_mask (ax, tdep->ymm0h_regnum + regnum);
3747 ax_reg_mask (ax, tdep->ymm0h_regnum + regnum);
8363 tdep->ymm0h_regnum
[all...]
H A Damd64-tdep.c3168 tdep->ymm0h_regnum = AMD64_YMM0H_REGNUM;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Di387-fp.cc370 int ymm0h_regnum = find_regno (regcache->tdesc, "ymm0h"); local
374 collect_register (regcache, i + ymm0h_regnum, raw);
761 int ymm0h_regnum = find_regno (regcache->tdesc, "ymm0h"); local
766 supply_register_zeroed (regcache, i + ymm0h_regnum);
772 supply_register (regcache, i + ymm0h_regnum, p + i * 16);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Di387-fp.cc374 int ymm0h_regnum = find_regno (regcache->tdesc, "ymm0h"); local
378 collect_register (regcache, i + ymm0h_regnum, raw);
779 int ymm0h_regnum = find_regno (regcache->tdesc, "ymm0h"); local
784 supply_register_zeroed (regcache, i + ymm0h_regnum);
790 supply_register (regcache, i + ymm0h_regnum, p + i * 16);

Completed in 169 milliseconds