Searched refs:DEPRECATED_FP_REGNUM (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ns32knbsd-nat.c | 62 RF (DEPRECATED_FP_REGNUM, inferior_registers.r_fp); in fetch_inferior_registers() 94 RS (DEPRECATED_FP_REGNUM, inferior_registers.r_fp); in store_inferior_registers() 154 RF (DEPRECATED_FP_REGNUM, core_reg->intreg.r_fp); in fetch_core_registers() 227 RF (DEPRECATED_FP_REGNUM, sf.sf_fp); in fetch_kcore_registers() 262 RF (DEPRECATED_FP_REGNUM, null); in clear_regs()
|
H A D | std-regs.c | 77 if (DEPRECATED_FP_REGNUM >= 0) in value_of_builtin_frame_fp_reg() 84 return value_of_register (DEPRECATED_FP_REGNUM, frame); in value_of_builtin_frame_fp_reg()
|
H A D | arch-utils.c | 263 if (DEPRECATED_FP_REGNUM >= 0 && DEPRECATED_FP_REGNUM < NUM_REGS) in legacy_virtual_frame_pointer() 264 *frame_regnum = DEPRECATED_FP_REGNUM; in legacy_virtual_frame_pointer()
|
H A D | ns32k-tdep.c | 391 …deprecated_get_frame_saved_regs (frame)[DEPRECATED_FP_REGNUM] = read_memory_integer (get_frame_bas… in ns32k_frame_init_saved_regs() 416 write_register (DEPRECATED_FP_REGNUM, read_memory_integer (fp, 4)); in ns32k_pop_frame()
|
H A D | mipsv4-nat.c | 70 regcache_raw_supply (current_regcache, DEPRECATED_FP_REGNUM, zerobuf); in supply_gregset()
|
H A D | sh64-tdep.c | 749 translate_insn_rn (DEPRECATED_FP_REGNUM, in sh64_frame_chain() 1061 fp_regnum = translate_insn_rn (DEPRECATED_FP_REGNUM, media_mode); in sh64_nofp_frame_init_saved_regs() 1306 && (live_regnum == DEPRECATED_FP_REGNUM in sh64_get_saved_register() 1379 && (regnum == DEPRECATED_FP_REGNUM in sh64_pop_frame()
|
H A D | gdbarch.h | 521 #if !defined (GDB_TM_FILE) && defined (DEPRECATED_FP_REGNUM) 524 #if !defined (DEPRECATED_FP_REGNUM) 525 #define DEPRECATED_FP_REGNUM (gdbarch_deprecated_fp_regnum (current_gdbarch)) macro
|
H A D | remote-e7000.c | 856 #ifdef DEPRECATED_FP_REGNUM in fetch_regs_from_dump() 858 regno = DEPRECATED_FP_REGNUM; in fetch_regs_from_dump()
|
H A D | remote-mips.c | 1769 store_unsigned_integer (buf, register_size (current_gdbarch, DEPRECATED_FP_REGNUM), 0); in mips_wait() 1770 regcache_raw_supply (current_regcache, DEPRECATED_FP_REGNUM, buf); in mips_wait() 1908 if (regno == DEPRECATED_FP_REGNUM || regno == ZERO_REGNUM) in mips_fetch_registers()
|
H A D | gdbarch.c | 859 #ifdef DEPRECATED_FP_REGNUM in gdbarch_dump() 862 XSTRING (DEPRECATED_FP_REGNUM)); in gdbarch_dump()
|
H A D | procfs.c | 3732 || regno == DEPRECATED_FP_REGNUM in procfs_fetch_registers() 3805 || regno == DEPRECATED_FP_REGNUM in procfs_store_registers()
|
H A D | ChangeLog-2003 | 10081 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM. 10083 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM, 10089 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM. 10139 DEPRECATED_FP_REGNUM. 10159 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto. 10175 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto. 10176 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto. 10177 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto. 10178 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto. 10179 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
|
H A D | ChangeLog | 3040 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and 4377 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM) 7862 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with 9363 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM, 11056 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
|
/openbsd/gnu/usr.bin/binutils/gdb/nlm/ |
H A D | i386.h | 4 #define DEPRECATED_FP_REGNUM 5 /* Virtual frame pointer */ macro
|
H A D | i386.c | 95 sprintf (ptr, "%02x:", DEPRECATED_FP_REGNUM); in do_status()
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdbint.texinfo | 239 create_new_frame (read_register (DEPRECATED_FP_REGNUM), read_pc ())); 243 Other than that, all the meaning imparted to @code{DEPRECATED_FP_REGNUM} 245 @code{DEPRECATED_FP_REGNUM} can have any value that is convenient for 248 you should use the @code{DEPRECATED_FP_REGNUM} value, if your frames are 3130 @item DEPRECATED_FP_REGNUM 3131 @findex DEPRECATED_FP_REGNUM 3846 @code{DEPRECATED_FP_REGNUM}, with an offset of zero.
|