Searched refs:regcache_raw_read_unsigned (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | i386-tdep.c | 2591 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM (tdep), &fstat); in i386_store_return_value() 2710 regcache_raw_read_unsigned (regcache, I386_EAX_REGNUM, &addr); in i386_return_value() 2885 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM (tdep), &fstat); in i386_mmx_regnum_to_fp_regnum() 4072 regcache_raw_read_unsigned (irp->regcache, irp->regmap[base], in i386_record_lea_modrm_addr() 4084 regcache_raw_read_unsigned (irp->regcache, irp->regmap[index], in i386_record_lea_modrm_addr() 4125 regcache_raw_read_unsigned (irp->regcache, in i386_record_lea_modrm_addr() 4129 regcache_raw_read_unsigned (irp->regcache, in i386_record_lea_modrm_addr() 4135 regcache_raw_read_unsigned (irp->regcache, in i386_record_lea_modrm_addr() 4139 regcache_raw_read_unsigned (irp->regcache, in i386_record_lea_modrm_addr() 4145 regcache_raw_read_unsigned (irp->regcache, in i386_record_lea_modrm_addr() [all …]
|
H A D | regcache.h | 79 regcache_raw_read_unsigned (struct regcache *regcache,
|
H A D | i387-tdep.c | 1280 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM (tdep), &fstat); in i387_return_value()
|
H A D | regcache.c | 651 regcache_raw_read_unsigned (struct regcache *regcache, int regnum, in regcache_raw_read_unsigned() function
|
H A D | amd64-tdep.c | 649 regcache_raw_read_unsigned (regcache, AMD64_RAX_REGNUM, &addr); in amd64_return_value()
|