Searched refs:regcache_cooked_write_signed (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | lm32-tdep.c | 229 regcache_cooked_write_signed (regcache, SIM_LM32_RA_REGNUM, bp_addr); in lm32_push_dummy_call() 284 regcache_cooked_write_signed (regcache, SIM_LM32_SP_REGNUM, sp); in lm32_push_dummy_call()
|
| D | mips-tdep.c | 4544 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr); in mips_eabi_push_dummy_call() 4548 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr); in mips_eabi_push_dummy_call() 4667 regcache_cooked_write_signed (regcache, float_argreg++, regval); in mips_eabi_push_dummy_call() 4675 regcache_cooked_write_signed (regcache, float_argreg++, regval); in mips_eabi_push_dummy_call() 4687 regcache_cooked_write_signed (regcache, float_argreg++, regval); in mips_eabi_push_dummy_call() 4776 regcache_cooked_write_signed (regcache, argreg, regval); in mips_eabi_push_dummy_call() 4797 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_eabi_push_dummy_call() 4940 regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr); in mips_n32n64_push_dummy_call() 4944 regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr); in mips_n32n64_push_dummy_call() 5191 regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp); in mips_n32n64_push_dummy_call() [all …]
|
| D | ppc-sysv-tdep.c | 116 regcache_cooked_write_signed (regcache, in ppc_sysv_abi_push_dummy_call() 589 regcache_cooked_write_signed (regcache, gdbarch_sp_regnum (gdbarch), sp); in ppc_sysv_abi_push_dummy_call() 596 regcache_cooked_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr); in ppc_sysv_abi_push_dummy_call() 1753 regcache_cooked_write_signed (regcache, gdbarch_sp_regnum (gdbarch), sp); in ppc64_sysv_abi_push_dummy_call() 1760 regcache_cooked_write_signed (regcache, tdep->ppc_lr_regnum, bp_addr); in ppc64_sysv_abi_push_dummy_call()
|
| D | alpha-tdep.c | 313 regcache_cooked_write_signed (regcache, ALPHA_T12_REGNUM, func_addr); in alpha_push_dummy_call() 317 regcache_cooked_write_signed (regcache, ALPHA_RA_REGNUM, bp_addr); in alpha_push_dummy_call() 460 regcache_cooked_write_signed (regcache, ALPHA_SP_REGNUM, sp); in alpha_push_dummy_call()
|
| D | regcache.h | 66 extern void regcache_cooked_write_signed (struct regcache *regcache,
|
| D | nios2-tdep.c | 1817 regcache_cooked_write_signed (regcache, NIOS2_RA_REGNUM, bp_addr); in nios2_push_dummy_call() 1874 regcache_cooked_write_signed (regcache, NIOS2_SP_REGNUM, sp); in nios2_push_dummy_call()
|
| D | tic6x-tdep.c | 1078 regcache_cooked_write_signed (regcache, TIC6X_SP_REGNUM, sp); in tic6x_push_dummy_call()
|
| D | regcache.c | 831 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed() function
|
| D | ChangeLog-2003 | 12325 * regcache.c (regcache_cooked_write_signed): New function. 12329 * regcache.h (regcache_cooked_write_signed): Declare.
|
| D | ChangeLog-2017 | 11886 (regcache_cooked_write_signed): Update. 13551 (regcache_cooked_write_signed): Likewise.
|
| D | ChangeLog-2007 | 10595 regcache_cooked_write_signed instead of
|
| D | ChangeLog-2015 | 2147 (regcache_cooked_write_signed): Likewise.
|
| D | ChangeLog-2009 | 5268 regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-main.c | 1177 regcache_cooked_write_signed (regcache, regnum, value); in mi_cmd_data_write_register_values()
|