| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ppc-sysv-tdep.c | 342 regcache_cooked_read (regcache, FP0_REGNUM + 1, regval); in do_ppc_sysv_return_value() 362 regcache_cooked_read (regcache, tdep->ppc_gp0_regnum + 3, in do_ppc_sysv_return_value() 364 regcache_cooked_read (regcache, tdep->ppc_gp0_regnum + 4, in do_ppc_sysv_return_value() 425 regcache_cooked_read (regcache, tdep->ppc_ev0_regnum + 3, readbuf); in do_ppc_sysv_return_value() 488 regcache_cooked_read (regcache, tdep->ppc_gp0_regnum + 3, in do_ppc_sysv_return_value() 491 regcache_cooked_read (regcache, tdep->ppc_gp0_regnum + 4, in do_ppc_sysv_return_value() 862 regcache_cooked_read (regcache, FP0_REGNUM + 1, regval); in ppc64_sysv_abi_return_value() 894 regcache_cooked_read (regcache, tdep->ppc_gp0_regnum + 3, readbuf); in ppc64_sysv_abi_return_value() 927 regcache_cooked_read (regcache, FP0_REGNUM + 1 + i, in ppc64_sysv_abi_return_value() 955 regcache_cooked_read (regcache, FP0_REGNUM + 1 + i, regval); in ppc64_sysv_abi_return_value() [all …]
|
| H A D | regcache.c | 432 regcache_cooked_read (regcache, regnum, buf); in do_cooked_read() 826 regcache_cooked_read (current_regcache, regnum, buf); in deprecated_read_register_gen() 830 regcache_cooked_read (struct regcache *regcache, int regnum, void *buf) in regcache_cooked_read() function 855 regcache_cooked_read (regcache, regnum, buf); in regcache_cooked_read_signed() 868 regcache_cooked_read (regcache, regnum, buf); in regcache_cooked_read_unsigned() 1127 regcache_cooked_read, regcache_cooked_write); in regcache_cooked_read_part() 1137 regcache_cooked_read, regcache_cooked_write); in regcache_cooked_write_part() 1619 regcache_cooked_read (regcache, regnum, buf); in regcache_dump()
|
| H A D | sparc64-tdep.c | 710 regcache_cooked_read (regcache, regnum, valbuf + (bitpos / 8)); in sparc64_extract_floating_fields() 717 regcache_cooked_read (regcache, regnum, valbuf + (bitpos / 8)); in sparc64_extract_floating_fields() 725 regcache_cooked_read (regcache, regnum, valbuf + (bitpos / 8)); in sparc64_extract_floating_fields() 1005 regcache_cooked_read (regcache, SPARC_O0_REGNUM + i, buf + i * 8); in sparc64_extract_return_value() 1014 regcache_cooked_read (regcache, SPARC_F0_REGNUM + i, buf + i * 4); in sparc64_extract_return_value() 1024 regcache_cooked_read (regcache, SPARC_O0_REGNUM, buf); in sparc64_extract_return_value()
|
| H A D | sentinel-frame.c | 69 regcache_cooked_read (cache->regcache, regnum, bufferp); in sentinel_frame_prev_register()
|
| H A D | alpha-tdep.c | 454 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, raw_buffer); in alpha_extract_return_value() 459 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf); in alpha_extract_return_value() 477 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf); in alpha_extract_return_value() 481 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf); in alpha_extract_return_value() 482 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM+1, in alpha_extract_return_value()
|
| H A D | sparc-tdep.c | 828 regcache_cooked_read (regcache, SPARC_F0_REGNUM, buf); in sparc32_extract_return_value() 830 regcache_cooked_read (regcache, SPARC_F1_REGNUM, buf + 4); in sparc32_extract_return_value() 838 regcache_cooked_read (regcache, SPARC_O0_REGNUM, buf); in sparc32_extract_return_value() 841 regcache_cooked_read (regcache, SPARC_O1_REGNUM, buf + 4); in sparc32_extract_return_value()
|
| H A D | regcache.h | 65 void regcache_cooked_read (struct regcache *regcache, int rawnum, void *buf);
|
| H A D | dummy-frame.c | 333 regcache_cooked_read (dummy->regcache, regnum, bufferp); in dummy_frame_prev_register()
|
| H A D | arm-tdep.c | 2026 regcache_cooked_read (regs, ARM_F0_REGNUM, tmpbuf); in arm_extract_return_value() 2034 regcache_cooked_read (regs, ARM_A1_REGNUM, valbuf); in arm_extract_return_value() 2036 regcache_cooked_read (regs, ARM_A1_REGNUM + 1, in arm_extract_return_value() 2084 regcache_cooked_read (regs, regno++, tmpbuf); in arm_extract_return_value()
|
| H A D | s390-tdep.c | 2838 regcache_cooked_read (regcache, S390_R2_REGNUM, out); in s390_return_value() 2839 regcache_cooked_read (regcache, S390_R3_REGNUM, in s390_return_value()
|
| H A D | i386-tdep.c | 1082 regcache_cooked_read (current_regcache, SP_REGNUM, buf); in i386_get_longjmp_target()
|
| H A D | ia64-tdep.c | 2326 regcache_cooked_read (current_regcache, regnum, (char *) val); in ia64_access_fpreg() 2755 regcache_cooked_read (regcache, regnum, from); in ia64_extract_return_value()
|