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

  /src/external/gpl3/gdb/dist/gdbserver/
i387-fp.cc 406 int ymm16h_regnum = find_regno (regcache->tdesc, "ymm16h"); local
422 collect_register (regcache, i + ymm16h_regnum, raw);
752 int ymm16h_regnum = find_regno (regcache->tdesc, "ymm16h"); local
760 supply_register_zeroed (regcache, i + ymm16h_regnum);
770 supply_register (regcache, i + ymm16h_regnum, p + 16 + i * 64);
  /src/external/gpl3/gdb.old/dist/gdbserver/
i387-fp.cc 459 int ymm16h_regnum = find_regno (regcache->tdesc, "ymm16h"); local
475 collect_register (regcache, i + ymm16h_regnum, raw);
841 int ymm16h_regnum = find_regno (regcache->tdesc, "ymm16h"); local
849 supply_register_zeroed (regcache, i + ymm16h_regnum);
859 supply_register (regcache, i + ymm16h_regnum, p + 16 + i * 64);
  /src/external/gpl3/gdb/dist/gdb/
i386-tdep.h 164 int ymm16h_regnum = 0; member in struct:i386_gdbarch_tdep
i386-tdep.c 281 int ymm16h_regnum = tdep->ymm16h_regnum; local
283 if (ymm16h_regnum < 0)
286 regnum -= ymm16h_regnum;
3374 tdep->ymm16h_regnum + i);
3445 tdep->ymm16h_regnum + i);
3512 ax_reg_mask (ax, tdep->ymm16h_regnum + regnum);
8448 tdep->ymm16h_regnum + i,
8793 tdep->ymm16h_regnum = -1;
  /src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.h 164 int ymm16h_regnum = 0; member in struct:i386_gdbarch_tdep
i386-tdep.c 292 int ymm16h_regnum = tdep->ymm16h_regnum; local
294 if (ymm16h_regnum < 0)
297 regnum -= ymm16h_regnum;
3509 tdep->ymm16h_regnum + i);
3606 tdep->ymm16h_regnum + i);
3679 ax_reg_mask (ax, tdep->ymm16h_regnum + regnum);
8349 tdep->ymm16h_regnum + i,
8713 tdep->ymm16h_regnum = -1;

Completed in 36 milliseconds