HomeSort by: relevance | last modified time | path
    Searched refs:first_fp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ravenscar-thread.h 32 int first_fp = -1,
39 first_fp_register (first_fp),
  /src/external/gpl3/gdb.old/dist/gdb/
ravenscar-thread.h 32 int first_fp = -1,
39 first_fp_register (first_fp),
  /src/external/gpl3/gdb/dist/gdbserver/
linux-mips-low.cc 860 int i, use_64bit, first_fp, big_endian; local
863 first_fp = find_regno (regcache->tdesc, "f0");
869 collect_register (regcache, first_fp + i, regset[i].buf);
871 collect_register (regcache, first_fp + i,
885 int i, use_64bit, first_fp, big_endian; local
888 first_fp = find_regno (regcache->tdesc, "f0");
894 supply_register (regcache, first_fp + i, regset[i].buf);
896 supply_register (regcache, first_fp + i,
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-mips-low.cc 861 int i, use_64bit, first_fp, big_endian; local
864 first_fp = find_regno (regcache->tdesc, "f0");
870 collect_register (regcache, first_fp + i, regset[i].buf);
872 collect_register (regcache, first_fp + i,
886 int i, use_64bit, first_fp, big_endian; local
889 first_fp = find_regno (regcache->tdesc, "f0");
895 supply_register (regcache, first_fp + i, regset[i].buf);
897 supply_register (regcache, first_fp + i,

Completed in 32 milliseconds