/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2loc.c | 377 int frame_reg; in dwarf2_tracepoint_var_ref() local 386 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset); in dwarf2_tracepoint_var_ref() 387 ax_reg (ax, frame_reg); in dwarf2_tracepoint_var_ref()
|
H A D | alpha-tdep.c | 978 int frame_reg, frame_size, return_reg, reg; in alpha_heuristic_frame_unwind_cache() local 992 frame_reg = ALPHA_SP_REGNUM; in alpha_heuristic_frame_unwind_cache() 1082 frame_reg = ALPHA_GCC_FP_REGNUM; in alpha_heuristic_frame_unwind_cache() 1084 frame_reg = ALPHA_GCC_FP_REGNUM; in alpha_heuristic_frame_unwind_cache() 1122 frame_unwind_unsigned_register (next_frame, frame_reg, &val); in alpha_heuristic_frame_unwind_cache()
|
H A D | ax-gdb.c | 461 int frame_reg; in gen_frame_args_address() local 464 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset); in gen_frame_args_address() 465 ax_reg (ax, frame_reg); in gen_frame_args_address() 475 int frame_reg; in gen_frame_locals_address() local 478 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset); in gen_frame_locals_address() 479 ax_reg (ax, frame_reg); in gen_frame_locals_address()
|
H A D | mips-tdep.c | 1425 int frame_reg = MIPS_SP_REGNUM; in mips16_scan_prologue() local 1505 frame_reg = 17; in mips16_scan_prologue() 1511 frame_reg = 17; in mips16_scan_prologue() 1590 (frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg) in mips16_scan_prologue() 1742 int frame_reg = MIPS_SP_REGNUM; in mips32_scan_prologue() local 1801 else if (frame_reg == MIPS_SP_REGNUM) in mips32_scan_prologue() 1805 frame_reg = 30; in mips32_scan_prologue() 1829 if (frame_reg == MIPS_SP_REGNUM) in mips32_scan_prologue() 1833 frame_reg = 30; in mips32_scan_prologue() 1899 (frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg) in mips32_scan_prologue()
|
H A D | tracepoint.c | 1487 int frame_reg; in encode_actions() local 1498 TARGET_VIRTUAL_FRAME_POINTER (t->address, &frame_reg, &frame_offset); in encode_actions() 1532 frame_reg, in encode_actions() 1541 frame_reg, in encode_actions() 1577 frame_reg, in encode_actions()
|
H A D | ChangeLog-2001 | 3240 * tracepoint.c (encode_actions): Make frame_reg an int. Make
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-iq2000.c | 81 unsigned long frame_reg; member
|
H A D | tc-mips.c | 13979 unsigned long frame_reg; member 14215 md_number_to_chars (fragp + 20, cur_proc_ptr->frame_reg, 4); in s_mips_end() 14290 cur_proc_ptr->frame_reg = tc_get_register (1); in s_mips_frame()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-iq2000.c | 81 unsigned long frame_reg; member
|
H A D | tc-mips.c | 13864 unsigned long frame_reg; member 14085 md_number_to_chars (fragp + 20, cur_proc_ptr->frame_reg, 4); in s_mips_end() 14160 cur_proc_ptr->frame_reg = tc_get_register (1); in s_mips_frame()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64.c | 2192 do_spill (move_fn, reg, cfa_off, frame_reg) 2194 rtx reg, frame_reg; variable 2204 if (frame_reg) 2231 frame_reg),
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.c | 2816 rtx frame_reg) in do_spill() argument 2825 if (frame_reg) in do_spill() 2852 frame_reg), in do_spill()
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.c | 7503 HOST_WIDE_INT base_ofs, rtx frame_reg) in emit_frame_store_1() argument 7514 if (frame_bias || value != frame_reg) in emit_frame_store_1() 7524 gen_rtx_SET (VOIDmode, mem, frame_reg), in emit_frame_store_1()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 10200 emit_frame_save (frame_reg, frame_ptr, mode, regno, offset, total_size) in emit_frame_save() argument 10201 rtx frame_reg; in emit_frame_save() 10235 addr = gen_rtx_PLUS (Pmode, frame_reg, offset_rtx);
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 14180 emit_frame_save (rtx frame_reg, rtx frame_ptr, enum machine_mode mode, in emit_frame_save() argument 14211 addr = gen_rtx_PLUS (Pmode, frame_reg, offset_rtx); in emit_frame_save()
|