Searched refs:regcache_cooked_write_signed (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ppc-sysv-tdep.c | 91 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 D | regcache.h | 82 extern void regcache_cooked_write_signed (struct regcache *regcache,
|
H A D | mips-tdep.c | 2385 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 D | alpha-tdep.c | 276 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 D | s390-tdep.c | 2597 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 D | regcache.c | 733 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed() function
|
H A D | ChangeLog-2003 | 12325 * regcache.c (regcache_cooked_write_signed): New function. 12329 * regcache.h (regcache_cooked_write_signed): Declare.
|