Searched refs:regcache_raw_read_unsigned (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/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 | i386-tdep.c | 1359 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 D | vax-tdep.c | 224 regcache_raw_read_unsigned (regcache, VAX_R0_REGNUM, &addr); in vax_return_value()
|
| H A D | sparc64-tdep.c | 369 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 D | i387-tdep.c | 789 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM, &fstat); in i387_return_value()
|
| H A D | m68k-tdep.c | 378 regcache_raw_read_unsigned (regcache, M68K_A0_REGNUM, &addr); in m68k_svr4_return_value()
|
| H A D | amd64-tdep.c | 441 regcache_raw_read_unsigned (regcache, AMD64_RAX_REGNUM, &addr); in amd64_return_value()
|
| H A D | regcache.c | 645 regcache_raw_read_unsigned (struct regcache *regcache, int regnum, in regcache_raw_read_unsigned() function
|
| H A D | hppa-tdep.c | 2355 regcache_raw_read_unsigned (regcache, regnum, &tmp); in hppa_pseudo_register_read()
|
| H A D | sh64-tdep.c | 1344 regcache_raw_read_unsigned (regcache, STRUCT_RETURN_REGNUM, &val); in sh64_extract_struct_value_address()
|
| H A D | ChangeLog-2002 | 2804 regcache_raw_read_unsigned instead of 5523 * regcache.c (regcache_raw_read_unsigned): New function. 5525 * regcache.h (regcache_raw_read_unsigned): Declare.
|