Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c170 regcache_cooked_write (regcache, in ppc_sysv_abi_push_dummy_call()
181 regcache_cooked_write (regcache, in ppc_sysv_abi_push_dummy_call()
184 regcache_cooked_write (regcache, in ppc_sysv_abi_push_dummy_call()
200 regcache_cooked_write (current_regcache, in ppc_sysv_abi_push_dummy_call()
226 regcache_cooked_write (current_regcache, in ppc_sysv_abi_push_dummy_call()
271 regcache_cooked_write (regcache, in ppc_sysv_abi_push_dummy_call()
666 regcache_cooked_write (regcache, in ppc64_sysv_abi_push_dummy_call()
689 regcache_cooked_write (regcache, in ppc64_sysv_abi_push_dummy_call()
749 regcache_cooked_write (regcache, greg, regval); in ppc64_sysv_abi_push_dummy_call()
924 regcache_cooked_write (regcache, FP0_REGNUM + 1 + i, in ppc64_sysv_abi_return_value()
[all …]
H A Dsparc64-tdep.c641 regcache_cooked_write (regcache, regnum, valbuf); in sparc64_store_floating_fields()
648 regcache_cooked_write (regcache, regnum, valbuf + (bitpos / 8)); in sparc64_store_floating_fields()
656 regcache_cooked_write (regcache, regnum, valbuf + (bitpos / 8)); in sparc64_store_floating_fields()
686 regcache_cooked_write (regcache, SPARC_F1_REGNUM, valbuf); in sparc64_store_floating_fields()
884 regcache_cooked_write (regcache, regnum + 1, valbuf + 8); in sparc64_store_arguments()
931 regcache_cooked_write (regcache, regnum, valbuf); in sparc64_store_arguments()
939 regcache_cooked_write (regcache, regnum, valbuf); in sparc64_store_arguments()
945 regcache_cooked_write (regcache, regnum, valbuf); in sparc64_store_arguments()
946 regcache_cooked_write (regcache, regnum + 1, valbuf); in sparc64_store_arguments()
1051 regcache_cooked_write (regcache, SPARC_O0_REGNUM + i, buf + i * 8); in sparc64_store_return_value()
[all …]
H A Dalpha-tdep.c425 regcache_cooked_write (regcache, ALPHA_A0_REGNUM + i, in alpha_push_dummy_call()
427 regcache_cooked_write (regcache, ALPHA_FPA0_REGNUM + i, in alpha_push_dummy_call()
533 regcache_cooked_write (regcache, ALPHA_FP0_REGNUM, raw_buffer); in alpha_store_return_value()
537 regcache_cooked_write (regcache, ALPHA_FP0_REGNUM, valbuf); in alpha_store_return_value()
556 regcache_cooked_write (regcache, ALPHA_FP0_REGNUM, valbuf); in alpha_store_return_value()
560 regcache_cooked_write (regcache, ALPHA_FP0_REGNUM, valbuf); in alpha_store_return_value()
561 regcache_cooked_write (regcache, ALPHA_FP0_REGNUM+1, in alpha_store_return_value()
H A Dsparc-tdep.c430 regcache_cooked_write (regcache, regnum, valbuf); in sparc32_store_arguments()
432 regcache_cooked_write (regcache, regnum + 1, valbuf + 4); in sparc32_store_arguments()
871 regcache_cooked_write (regcache, SPARC_F0_REGNUM, buf); in sparc32_store_return_value()
873 regcache_cooked_write (regcache, SPARC_F1_REGNUM, buf + 4); in sparc32_store_return_value()
884 regcache_cooked_write (regcache, SPARC_O1_REGNUM, buf + 4); in sparc32_store_return_value()
891 regcache_cooked_write (regcache, SPARC_O0_REGNUM, buf); in sparc32_store_return_value()
H A Dregcache.c418 regcache_cooked_write (dst, regnum, buf); in regcache_restore()
882 regcache_cooked_write (regcache, regnum, buf); in regcache_cooked_write_signed()
894 regcache_cooked_write (regcache, regnum, buf); in regcache_cooked_write_unsigned()
991 regcache_cooked_write (current_regcache, regnum, buf); in deprecated_write_register_gen()
995 regcache_cooked_write (struct regcache *regcache, int regnum, const void *buf) in regcache_cooked_write() function
1127 regcache_cooked_read, regcache_cooked_write); in regcache_cooked_read_part()
1137 regcache_cooked_read, regcache_cooked_write); in regcache_cooked_write_part()
H A Dregcache.h66 void regcache_cooked_write (struct regcache *regcache, int rawnum,
H A Darm-tdep.c2219 regcache_cooked_write (regs, ARM_F0_REGNUM, buf); in arm_store_return_value()
2224 regcache_cooked_write (regs, ARM_A1_REGNUM, valbuf); in arm_store_return_value()
2226 regcache_cooked_write (regs, ARM_A1_REGNUM + 1, in arm_store_return_value()
2252 regcache_cooked_write (regs, ARM_A1_REGNUM, tmpbuf); in arm_store_return_value()
2264 regcache_cooked_write (regs, regno++, valbuf); in arm_store_return_value()
2283 regcache_cooked_write (regs, regno++, tmpbuf); in arm_store_return_value()
H A Damd64-tdep.c643 regcache_cooked_write (regcache, AMD64_RDI_REGNUM, buf); in amd64_push_dummy_call()
653 regcache_cooked_write (regcache, AMD64_RSP_REGNUM, buf); in amd64_push_dummy_call()
656 regcache_cooked_write (regcache, AMD64_RBP_REGNUM, buf); in amd64_push_dummy_call()
H A Ds390-tdep.c2685 regcache_cooked_write (regcache, S390_R0_REGNUM + gr, in s390_push_dummy_call()
2687 regcache_cooked_write (regcache, S390_R0_REGNUM + gr + 1, in s390_push_dummy_call()
2805 regcache_cooked_write (regcache, S390_R2_REGNUM, in); in s390_return_value()
2806 regcache_cooked_write (regcache, S390_R3_REGNUM, in s390_return_value()
H A Di386-tdep.c1136 regcache_cooked_write (regcache, I386_ESP_REGNUM, buf); in i386_push_dummy_call()
1139 regcache_cooked_write (regcache, I386_EBP_REGNUM, buf); in i386_push_dummy_call()
H A Dia64-tdep.c2324 regcache_cooked_write (current_regcache, regnum, (char *) val); in ia64_access_fpreg()
3180 regcache_cooked_write (regcache, floatreg, (void *)to); in ia64_push_dummy_call()
3249 regcache_cooked_write (regcache, IA64_FR8_REGNUM, (void *)to); in ia64_store_return_value()
3253 regcache_cooked_write (regcache, IA64_GR8_REGNUM, valbuf); in ia64_store_return_value()
H A Dframe.c698 regcache_cooked_write (current_regcache, realnum, buf); in put_frame_register()