Lines Matching refs:readbuf

597 				struct regcache *regcache, gdb_byte *readbuf,
623 if (readbuf != NULL)
625 regcache->cooked_read (tdep->ppc_fp0_regnum + 1, readbuf);
629 memcpy (readbuf, readbuf + 4, 4);
635 if (writebuf != NULL || readbuf != NULL)
644 if (readbuf != NULL)
646 readbuf + i * 8);
675 gdb_byte *readbuf, const gdb_byte *writebuf,
688 if (readbuf)
696 target_float_convert (regval, regtype, readbuf, type);
716 if (readbuf)
718 regcache->cooked_read (tdep->ppc_fp0_regnum + 1, readbuf);
719 regcache->cooked_read (tdep->ppc_fp0_regnum + 2, readbuf + 8);
736 if (readbuf)
738 regcache->cooked_read (tdep->ppc_gp0_regnum + 3, readbuf);
739 regcache->cooked_read (tdep->ppc_gp0_regnum + 4, readbuf + 4);
740 regcache->cooked_read (tdep->ppc_gp0_regnum + 5, readbuf + 8);
741 regcache->cooked_read (tdep->ppc_gp0_regnum + 6, readbuf + 12);
757 if (readbuf)
761 regcache->cooked_read (tdep->ppc_gp0_regnum + 3, readbuf + 0);
762 regcache->cooked_read (tdep->ppc_gp0_regnum + 4, readbuf + 4);
774 return get_decimal_float_return_value (gdbarch, type, regcache, readbuf,
784 if (readbuf)
792 store_unsigned_integer (readbuf, TYPE_LENGTH (type), byte_order,
830 if (readbuf != NULL)
834 readbuf + offset, eltype);
847 if (readbuf != NULL)
850 store_unsigned_integer (readbuf + offset,
875 if (readbuf != NULL)
876 regcache->cooked_read (regnum, readbuf + offset);
886 if (readbuf)
889 regcache->cooked_read (tdep->ppc_vr0_regnum + 2, readbuf);
906 if (readbuf)
908 regcache->cooked_read (tdep->ppc_gp0_regnum + 3, readbuf + 0);
909 regcache->cooked_read (tdep->ppc_gp0_regnum + 4, readbuf + 4);
910 regcache->cooked_read (tdep->ppc_gp0_regnum + 5, readbuf + 8);
911 regcache->cooked_read (tdep->ppc_gp0_regnum + 6, readbuf + 12);
932 if (readbuf)
933 regcache->cooked_read (tdep->ppc_ev0_regnum + 3, readbuf);
947 if (readbuf)
954 memcpy (readbuf, regvals + offset, len);
971 if (readbuf)
982 memcpy (readbuf, regvals, TYPE_LENGTH (type));
1006 gdb_byte *readbuf, const gdb_byte *writebuf)
1010 valtype, regcache, readbuf, writebuf, 0);
1018 gdb_byte *readbuf, const gdb_byte *writebuf)
1022 valtype, regcache, readbuf, writebuf, 1);
1739 struct regcache *regcache, gdb_byte *readbuf,
1759 if (readbuf != NULL)
1766 store_unsigned_integer (readbuf, TYPE_LENGTH (valtype),
1786 if (readbuf != NULL)
1789 target_float_convert (regval, regtype, readbuf, valtype);
1808 if (readbuf != NULL)
1810 readbuf);
1827 if (readbuf != NULL)
1829 regcache->cooked_read (regnum, readbuf);
1830 regcache->cooked_read (regnum + 1, readbuf + 8);
1849 if (readbuf != NULL)
1851 regcache->cooked_read (regnum, readbuf + hipart);
1852 regcache->cooked_read (regnum + 1, readbuf + lopart);
1866 if (readbuf != NULL)
1867 regcache->cooked_read (regnum, readbuf);
1884 if (readbuf != NULL)
1886 readbuf);
1906 gdb_byte *readbuf, const gdb_byte *writebuf)
1927 readbuf, writebuf, i);
1930 if (readbuf)
1931 readbuf += TYPE_LENGTH (eltype);
1953 readbuf, writebuf, i);
1956 if (readbuf)
1957 readbuf += TYPE_LENGTH (eltype);
1971 if (readbuf != NULL)
1972 regcache->cooked_read (regnum, readbuf);
1989 if (readbuf != NULL)
1991 readbuf);
2009 readbuf, writebuf, i);
2012 if (readbuf)
2013 readbuf += TYPE_LENGTH (eltype);
2053 if (readbuf != NULL)
2058 memcpy (readbuf, regval + tdep->wordsize - len, len);
2060 memcpy (readbuf + offset, regval, len);
2068 readbuf, writebuf, 0))