Searched refs:regcache_raw_write_part (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | regcache.h | 59 void regcache_raw_write_part (struct regcache *regcache, int regnum,
|
| H A D | amd64-tdep.c | 488 regcache_raw_write_part (regcache, regnum, offset, min (len, 8), in amd64_return_value() 597 regcache_raw_write_part (regcache, regnum, offset, 8, buf); in amd64_push_arguments()
|
| H A D | i386-tdep.c | 1264 regcache_raw_write_part (regcache, LOW_RETURN_REGNUM, 0, len, valbuf); in i386_store_return_value() 1268 regcache_raw_write_part (regcache, HIGH_RETURN_REGNUM, 0, in i386_store_return_value()
|
| H A D | regcache.c | 1111 regcache_raw_write_part (struct regcache *regcache, int regnum, in regcache_raw_write_part() function
|
| H A D | mips-tdep.c | 595 regcache_raw_write_part (regcache, rawnum, 0, 4, buf); in mips_pseudo_register_write() 597 regcache_raw_write_part (regcache, rawnum, 4, 4, buf); in mips_pseudo_register_write()
|