Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c90 regcache_cooked_write_signed (regcache, in ppc_sysv_abi_push_dummy_call()
298 regcache_cooked_write_signed (regcache, SP_REGNUM, sp); in ppc_sysv_abi_push_dummy_call()
305 regcache_cooked_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr); in ppc_sysv_abi_push_dummy_call()
623 regcache_cooked_write_signed (regcache, in ppc64_sysv_abi_push_dummy_call()
781 regcache_cooked_write_signed (regcache, SP_REGNUM, sp); in ppc64_sysv_abi_push_dummy_call()
788 regcache_cooked_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr); in ppc64_sysv_abi_push_dummy_call()
H A Dregcache.h82 extern void regcache_cooked_write_signed (struct regcache *regcache,
H A Dalpha-tdep.c286 regcache_cooked_write_signed (regcache, ALPHA_T12_REGNUM, func_addr); in alpha_push_dummy_call()
290 regcache_cooked_write_signed (regcache, ALPHA_RA_REGNUM, bp_addr); in alpha_push_dummy_call()
432 regcache_cooked_write_signed (regcache, ALPHA_SP_REGNUM, sp); in alpha_push_dummy_call()
H A Dmips-tdep.c2741 regcache_cooked_write_signed (regcache, T9_REGNUM, func_addr); in mips_eabi_push_dummy_call()
2745 regcache_cooked_write_signed (regcache, RA_REGNUM, bp_addr); in mips_eabi_push_dummy_call()
2986 regcache_cooked_write_signed (regcache, SP_REGNUM, sp); in mips_eabi_push_dummy_call()
3058 regcache_cooked_write_signed (regcache, T9_REGNUM, func_addr); in mips_n32n64_push_dummy_call()
3062 regcache_cooked_write_signed (regcache, RA_REGNUM, bp_addr); in mips_n32n64_push_dummy_call()
3271 regcache_cooked_write_signed (regcache, SP_REGNUM, sp); in mips_n32n64_push_dummy_call()
3396 regcache_cooked_write_signed (regcache, T9_REGNUM, func_addr); in mips_o32_push_dummy_call()
3400 regcache_cooked_write_signed (regcache, RA_REGNUM, bp_addr); in mips_o32_push_dummy_call()
3684 regcache_cooked_write_signed (regcache, SP_REGNUM, sp); in mips_o32_push_dummy_call()
3852 regcache_cooked_write_signed (regcache, RA_REGNUM, bp_addr); in mips_o64_push_dummy_call()
[all …]
H A Ds390-tdep.c2669 regcache_cooked_write_signed (regcache, S390_R0_REGNUM + gr, in s390_push_dummy_call()
2800 regcache_cooked_write_signed (regcache, S390_R2_REGNUM, in s390_return_value()
H A Dregcache.c874 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed() function