Searched refs:regcache_raw_read (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dregcache.h42 void regcache_raw_read (struct regcache *regcache, int rawnum, void *buf);
H A Dsparc64-tdep.c352 regcache_raw_read (regcache, regnum, buf);
353 regcache_raw_read (regcache, regnum + 1, ((char *)buf) + 4);
358 regcache_raw_read (regcache, regnum, buf);
363 regcache_raw_read (regcache, regnum, buf);
364 regcache_raw_read (regcache, regnum + 1, ((char *)buf) + 4);
365 regcache_raw_read (regcache, regnum + 2, ((char *)buf) + 8);
366 regcache_raw_read (regcache, regnum + 3, ((char *)buf) + 12);
371 regcache_raw_read (regcache, regnum, buf);
372 regcache_raw_read (regcache, regnum + 1, ((char *)buf) + 8);
H A Di386-tdep.c1191 regcache_raw_read (regcache, I386_ST0_REGNUM, buf);
1201 regcache_raw_read (regcache, LOW_RETURN_REGNUM, buf);
1206 regcache_raw_read (regcache, LOW_RETURN_REGNUM, buf);
1208 regcache_raw_read (regcache, HIGH_RETURN_REGNUM, buf);
1421 regcache_raw_read (regcache, fpnum, mmx_buf);
1425 regcache_raw_read (regcache, regnum, buf);
1438 regcache_raw_read (regcache, fpnum, mmx_buf);
H A Dregcache.c734 regcache_raw_read (struct regcache *regcache, int regnum, void *buf) function
775 regcache_raw_read (regcache, regnum, buf);
788 regcache_raw_read (regcache, regnum, buf);
835 regcache_raw_read (regcache, regnum, buf);
1107 regcache_raw_read, regcache_raw_write);
1117 regcache_raw_read, regcache_raw_write);
1605 regcache_raw_read (regcache, regnum, buf);
H A Dsparc-tdep.c323 regcache_raw_read (regcache, regnum, buf);
324 regcache_raw_read (regcache, regnum + 1, ((char *)buf) + 4);
H A Drs6000-tdep.c1933 regcache_raw_read (regcache, base_regnum, temp_buffer);
1960 regcache_raw_read (regcache, base_regnum, temp_buffer);
H A Dframe.c1104 regcache_raw_read
H A Ds390-tdep.c269 regcache_raw_read (regcache, S390_PSWA_REGNUM, buf);
H A Dmips-tdep.c567 regcache_raw_read (regcache, rawnum, buf);
H A Dremote.c3395 regcache_raw_read (current_regcache, rs->regs[i].regnum, buf);

Completed in 246 milliseconds