Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/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 Di386-tdep.c1359 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i386_store_return_value()
1456 regcache_raw_read_unsigned (regcache, I386_EAX_REGNUM, &addr); in i386_return_value()
1523 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i386_mmx_regnum_to_fp_regnum()
H A Dvax-tdep.c224 regcache_raw_read_unsigned (regcache, VAX_R0_REGNUM, &addr); in vax_return_value()
H A Dsparc64-tdep.c369 regcache_raw_read_unsigned (regcache, SPARC64_STATE_REGNUM, &state); in sparc64_pseudo_register_read()
428 regcache_raw_read_unsigned (regcache, SPARC64_STATE_REGNUM, &state); in sparc64_pseudo_register_write()
H A Di387-tdep.c789 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i387_return_value()
H A Dm68k-tdep.c378 regcache_raw_read_unsigned (regcache, M68K_A0_REGNUM, &addr); in m68k_svr4_return_value()
H A Damd64-tdep.c441 regcache_raw_read_unsigned (regcache, AMD64_RAX_REGNUM, &addr); in amd64_return_value()
H A Dregcache.c645 regcache_raw_read_unsigned (struct regcache *regcache, int regnum, in regcache_raw_read_unsigned() function
H A Dhppa-tdep.c2355 regcache_raw_read_unsigned (regcache, regnum, &tmp); in hppa_pseudo_register_read()
H A Dsh64-tdep.c1344 regcache_raw_read_unsigned (regcache, STRUCT_RETURN_REGNUM, &val); in sh64_extract_struct_value_address()
H A DChangeLog-20022804 regcache_raw_read_unsigned instead of
5523 * regcache.c (regcache_raw_read_unsigned): New function.
5525 * regcache.h (regcache_raw_read_unsigned): Declare.