| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| i387-fp.cc | 371 int k0_regnum = find_regno (regcache->tdesc, "k0"); local 375 collect_register (regcache, i + k0_regnum, raw); 717 int k0_regnum = find_regno (regcache->tdesc, "k0"); local 722 supply_register_zeroed (regcache, i + k0_regnum); 728 supply_register (regcache, i + k0_regnum, p + i * 8);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| i387-fp.cc | 371 int k0_regnum = find_regno (regcache->tdesc, "k0"); local 375 collect_register (regcache, i + k0_regnum, raw); 717 int k0_regnum = find_regno (regcache->tdesc, "k0"); local 722 supply_register_zeroed (regcache, i + k0_regnum); 728 supply_register (regcache, i + k0_regnum, p + i * 8);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i386-tdep.h | 95 int k0_regnum = 0; member in struct:i386_gdbarch_tdep
|
| i386-tdep.c | 240 int k0_regnum = tdep->k0_regnum; local 242 if (k0_regnum < 0) 245 regnum -= k0_regnum; 8418 if (tdep->k0_regnum < 0) 8421 tdep->k0_regnum = I386_K0_REGNUM; 8426 tdep->k0_regnum + i, 8802 tdep->k0_regnum = -1;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-tdep.h | 95 int k0_regnum = -1; member in struct:i386_gdbarch_tdep
|
| i386-tdep.c | 238 int k0_regnum = tdep->k0_regnum; local 240 if (k0_regnum < 0) 243 regnum -= k0_regnum; 8665 if (tdep->k0_regnum < 0) 8668 tdep->k0_regnum = I386_K0_REGNUM; 8673 tdep->k0_regnum + i,
|