Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dppc-sysv-tdep.c91 regcache_cooked_write_signed (regcache, in ppc_sysv_abi_push_dummy_call()
300 regcache_cooked_write_signed (regcache, SP_REGNUM, sp); in ppc_sysv_abi_push_dummy_call()
307 regcache_cooked_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr); in ppc_sysv_abi_push_dummy_call()
627 regcache_cooked_write_signed (regcache, in ppc64_sysv_abi_push_dummy_call()
786 regcache_cooked_write_signed (regcache, SP_REGNUM, sp); in ppc64_sysv_abi_push_dummy_call()
793 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 Dmips-tdep.c2385 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr); in mips_eabi_push_dummy_call()
2389 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr); in mips_eabi_push_dummy_call()
2631 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_eabi_push_dummy_call()
2670 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr); in mips_n32n64_push_dummy_call()
2674 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr); in mips_n32n64_push_dummy_call()
2883 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_n32n64_push_dummy_call()
3009 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr); in mips_o32_push_dummy_call()
3013 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr); in mips_o32_push_dummy_call()
3298 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_o32_push_dummy_call()
3467 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr); in mips_o64_push_dummy_call()
[all …]
H A Dalpha-tdep.c276 regcache_cooked_write_signed (regcache, ALPHA_T12_REGNUM, func_addr); in alpha_push_dummy_call()
280 regcache_cooked_write_signed (regcache, ALPHA_RA_REGNUM, bp_addr); in alpha_push_dummy_call()
422 regcache_cooked_write_signed (regcache, ALPHA_SP_REGNUM, sp); in alpha_push_dummy_call()
H A Ds390-tdep.c2597 regcache_cooked_write_signed (regcache, S390_R0_REGNUM + gr, in s390_push_dummy_call()
2721 regcache_cooked_write_signed (regcache, S390_R2_REGNUM, in s390_return_value()
H A Dregcache.c733 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed() function
H A DChangeLog-200312325 * regcache.c (regcache_cooked_write_signed): New function.
12329 * regcache.h (regcache_cooked_write_signed): Declare.