Home
last modified time | relevance | path

Searched refs:DEPRECATED_FP_REGNUM (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dns32knbsd-nat.c62 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 Dstd-regs.c77 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 Darch-utils.c263 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 Dns32k-tdep.c391 …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 Dmipsv4-nat.c70 regcache_raw_supply (current_regcache, DEPRECATED_FP_REGNUM, zerobuf); in supply_gregset()
H A Dsh64-tdep.c749 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 Dgdbarch.h521 #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 Dremote-e7000.c856 #ifdef DEPRECATED_FP_REGNUM in fetch_regs_from_dump()
858 regno = DEPRECATED_FP_REGNUM; in fetch_regs_from_dump()
H A Dremote-mips.c1769 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 Dgdbarch.c859 #ifdef DEPRECATED_FP_REGNUM in gdbarch_dump()
862 XSTRING (DEPRECATED_FP_REGNUM)); in gdbarch_dump()
H A Dprocfs.c3732 || regno == DEPRECATED_FP_REGNUM in procfs_fetch_registers()
3805 || regno == DEPRECATED_FP_REGNUM in procfs_store_registers()
H A DChangeLog-200310081 (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 DChangeLog3040 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 Di386.h4 #define DEPRECATED_FP_REGNUM 5 /* Virtual frame pointer */ macro
H A Di386.c95 sprintf (ptr, "%02x:", DEPRECATED_FP_REGNUM); in do_status()
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo239 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.