Searched refs:regcache_raw_write_part (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | regcache.h | 59 void regcache_raw_write_part (struct regcache *regcache, int regnum,
|
| H A D | mn10300-tdep.c | 171 regcache_raw_write_part (regcache, reg, 0, len, valbuf); in mn10300_store_return_value() 176 regcache_raw_write_part (regcache, reg+1, 0, in mn10300_store_return_value()
|
| H A D | m68k-tdep.c | 272 regcache_raw_write_part (regcache, M68K_D0_REGNUM, 4 - len, len, valbuf); in m68k_store_return_value() 275 regcache_raw_write_part (regcache, M68K_D0_REGNUM, 8 - len, in m68k_store_return_value()
|
| H A D | amd64-tdep.c | 508 regcache_raw_write_part (regcache, regnum, offset, min (len, 8), in amd64_return_value() 617 regcache_raw_write_part (regcache, regnum, offset, 8, buf); in amd64_push_arguments()
|
| H A D | m68hc11-tdep.c | 1285 regcache_raw_write_part (regcache, HARD_D_REGNUM, 2 - len, len, valbuf); in m68hc11_store_return_value() 1288 regcache_raw_write_part (regcache, HARD_X_REGNUM, 4 - len, in m68hc11_store_return_value()
|
| H A D | i386-tdep.c | 1374 regcache_raw_write_part (regcache, LOW_RETURN_REGNUM, 0, len, valbuf); in i386_store_return_value() 1378 regcache_raw_write_part (regcache, HIGH_RETURN_REGNUM, 0, in i386_store_return_value()
|
| H A D | regcache.c | 915 regcache_raw_write_part (struct regcache *regcache, int regnum, in regcache_raw_write_part() function
|
| H A D | mips-tdep.c | 604 regcache_raw_write_part (regcache, rawnum, 0, 4, buf); in mips_pseudo_register_write() 606 regcache_raw_write_part (regcache, rawnum, 4, 4, buf); in mips_pseudo_register_write()
|
| H A D | ChangeLog-2002 | 5039 (regcache_raw_write_part): New function. 5043 (regcache_raw_write_part): Declare.
|