Searched refs:rawnum (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dregcache.h42 void regcache_raw_read (struct regcache *regcache, int rawnum, void *buf);
43 void regcache_raw_write (struct regcache *regcache, int rawnum,
65 void regcache_cooked_read (struct regcache *regcache, int rawnum, void *buf);
66 void regcache_cooked_write (struct regcache *regcache, int rawnum,
H A Dmips-tdep.c495 int rawnum = regno % NUM_REGS; local
502 if (0 <= rawnum && rawnum < 32)
505 return mips_n32_n64_gpr_names[rawnum];
507 return mips_gpr_names[rawnum];
509 else if (32 <= rawnum && rawnum < NUM_REGS)
511 gdb_assert (rawnum - 32 < NUM_MIPS_PROCESSOR_REGS);
512 return tdep->mips_processor_reg_names[rawnum - 32];
516 "mips_register_name: bad register number %d", rawnum);
528 int rawnum = regnum % NUM_REGS; local
564 int rawnum = cookednum % NUM_REGS; local
586 int rawnum = cookednum % NUM_REGS; local
[all...]

Completed in 170 milliseconds