Searched refs:regcache_raw_read_unsigned (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | regcache.h | 47 extern void regcache_raw_read_unsigned (struct regcache *regcache,
|
| H A D | s390-tdep.c | 219 regcache_raw_read_unsigned (regcache, S390_PSWA_REGNUM, &val); in s390_pseudo_register_read() 224 regcache_raw_read_unsigned (regcache, S390_PSWM_REGNUM, &val); in s390_pseudo_register_read() 243 regcache_raw_read_unsigned (regcache, S390_PSWA_REGNUM, &psw); in s390_pseudo_register_write() 250 regcache_raw_read_unsigned (regcache, S390_PSWM_REGNUM, &psw); in s390_pseudo_register_write() 273 regcache_raw_read_unsigned (regcache, S390_PSWM_REGNUM, &val); in s390x_pseudo_register_read() 296 regcache_raw_read_unsigned (regcache, S390_PSWM_REGNUM, &psw); in s390x_pseudo_register_write()
|
| H A D | sparc64-tdep.c | 380 regcache_raw_read_unsigned (regcache, SPARC64_STATE_REGNUM, &state); in sparc64_pseudo_register_read() 439 regcache_raw_read_unsigned (regcache, SPARC64_STATE_REGNUM, &state); in sparc64_pseudo_register_write()
|
| H A D | i387-tdep.c | 764 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i387_return_value()
|
| H A D | i386-tdep.c | 1249 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i386_store_return_value() 1392 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i386_mmx_regnum_to_fp_regnum()
|
| H A D | regcache.c | 781 regcache_raw_read_unsigned (struct regcache *regcache, int regnum, in regcache_raw_read_unsigned() function
|