Lines Matching defs:regnum

159 register_type (struct gdbarch *gdbarch, int regnum)  in register_type()
171 register_size (struct gdbarch *gdbarch, int regnum) in register_size()
287 register_buffer (const struct regcache *regcache, int regnum) in register_buffer()
298 int regnum; in regcache_save() local
340 int regnum; in regcache_restore() local
363 do_cooked_read (void *src, int regnum, gdb_byte *buf) in do_cooked_read()
414 regcache_register_status (const struct regcache *regcache, int regnum) in regcache_register_status()
427 regcache_invalidate (struct regcache *regcache, int regnum) in regcache_invalidate()
598 regcache_raw_read (struct regcache *regcache, int regnum, gdb_byte *buf) in regcache_raw_read()
632 regcache_raw_read_signed (struct regcache *regcache, int regnum, LONGEST *val) in regcache_raw_read_signed()
651 regcache_raw_read_unsigned (struct regcache *regcache, int regnum, in regcache_raw_read_unsigned()
671 regcache_raw_write_signed (struct regcache *regcache, int regnum, LONGEST val) in regcache_raw_write_signed()
684 regcache_raw_write_unsigned (struct regcache *regcache, int regnum, in regcache_raw_write_unsigned()
698 regcache_cooked_read (struct regcache *regcache, int regnum, gdb_byte *buf) in regcache_cooked_read()
745 regcache_cooked_read_value (struct regcache *regcache, int regnum) in regcache_cooked_read_value()
778 regcache_cooked_read_signed (struct regcache *regcache, int regnum, in regcache_cooked_read_signed()
798 regcache_cooked_read_unsigned (struct regcache *regcache, int regnum, in regcache_cooked_read_unsigned()
818 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed()
832 regcache_cooked_write_unsigned (struct regcache *regcache, int regnum, in regcache_cooked_write_unsigned()
846 regcache_raw_write (struct regcache *regcache, int regnum, in regcache_raw_write()
880 regcache_cooked_write (struct regcache *regcache, int regnum, in regcache_cooked_write()
901 regcache_xfer_part (struct regcache *regcache, int regnum, in regcache_xfer_part()
945 regcache_raw_read_part (struct regcache *regcache, int regnum, in regcache_raw_read_part()
956 regcache_raw_write_part (struct regcache *regcache, int regnum, in regcache_raw_write_part()
967 regcache_cooked_read_part (struct regcache *regcache, int regnum, in regcache_cooked_read_part()
978 regcache_cooked_write_part (struct regcache *regcache, int regnum, in regcache_cooked_write_part()
991 regcache_raw_supply (struct regcache *regcache, int regnum, const void *buf) in regcache_raw_supply()
1021 regcache_raw_collect (const struct regcache *regcache, int regnum, void *buf) in regcache_raw_collect()
1127 int regnum; in regcache_dump() local