Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlm32-tdep.c229 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()
Dmips-tdep.c4544 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 …]
Dppc-sysv-tdep.c116 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()
Dalpha-tdep.c313 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()
Dregcache.h66 extern void regcache_cooked_write_signed (struct regcache *regcache,
Dnios2-tdep.c1817 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()
Dtic6x-tdep.c1078 regcache_cooked_write_signed (regcache, TIC6X_SP_REGNUM, sp); in tic6x_push_dummy_call()
Dregcache.c831 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed() function
DChangeLog-200312325 * regcache.c (regcache_cooked_write_signed): New function.
12329 * regcache.h (regcache_cooked_write_signed): Declare.
DChangeLog-201711886 (regcache_cooked_write_signed): Update.
13551 (regcache_cooked_write_signed): Likewise.
DChangeLog-200710595 regcache_cooked_write_signed instead of
DChangeLog-20152147 (regcache_cooked_write_signed): Likewise.
DChangeLog-20095268 regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.c1177 regcache_cooked_write_signed (regcache, regnum, value); in mi_cmd_data_write_register_values()