Home
last modified time | relevance | path

Searched refs:regcache_raw_read_unsigned (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dregcache.h47 extern void regcache_raw_read_unsigned (struct regcache *regcache,
H A Ds390-tdep.c219 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 Dsparc64-tdep.c380 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 Di387-tdep.c764 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i387_return_value()
H A Di386-tdep.c1249 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 Dregcache.c781 regcache_raw_read_unsigned (struct regcache *regcache, int regnum, in regcache_raw_read_unsigned() function