Searched refs:regcache_cooked_write_signed (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ppc-sysv-tdep.c | 90 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 D | regcache.h | 82 extern void regcache_cooked_write_signed (struct regcache *regcache,
|
| H A D | alpha-tdep.c | 286 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 D | mips-tdep.c | 2741 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 D | s390-tdep.c | 2669 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 D | regcache.c | 874 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed() function
|