Home
last modified time | relevance | path

Searched refs:mips64_fill_gregset (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmips-linux-tdep.c419 mips64_fill_gregset (mips64_elf_gregset_t *gregsetp, int regno) in mips64_fill_gregset() function
429 mips64_fill_gregset (gregsetp, regi); in mips64_fill_gregset()
430 mips64_fill_gregset (gregsetp, mips_regnum (current_gdbarch)->lo); in mips64_fill_gregset()
431 mips64_fill_gregset (gregsetp, mips_regnum (current_gdbarch)->hi); in mips64_fill_gregset()
432 mips64_fill_gregset (gregsetp, mips_regnum (current_gdbarch)->pc); in mips64_fill_gregset()
433 mips64_fill_gregset (gregsetp, mips_regnum (current_gdbarch)->badvaddr); in mips64_fill_gregset()
434 mips64_fill_gregset (gregsetp, PS_REGNUM); in mips64_fill_gregset()
435 mips64_fill_gregset (gregsetp, mips_regnum (current_gdbarch)->cause); in mips64_fill_gregset()
H A DChangeLog3554 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
H A DChangeLog-2002109 (mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset)