Searched refs:init_reg (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dframe.h209 void (*init_reg) (struct gdbarch *, int,
H A Dframe.c699 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *,
758 ops->init_reg = dwarf2_frame_default_init_reg;
767 void (*init_reg) (struct gdbarch *, int,
774 ops->init_reg = init_reg;
787 ops->init_reg (gdbarch, regnum, reg, this_frame);
695 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *, member in struct:dwarf2_frame_ops
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dframe.h211 void (*init_reg) (struct gdbarch *, int,
H A Dframe.c593 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *,
663 void (*init_reg) (struct gdbarch *, int,
669 ops->init_reg = init_reg;
681 ops->init_reg (gdbarch, regnum, reg, this_frame);
590 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *, member in struct:dwarf2_frame_ops
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c3056 rtx init_reg[2]; /* initial base register */
3069 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
3074 spill_fill_data.init_reg[0] = init_reg;
3075 spill_fill_data.init_reg[1] = init_reg;
3138 && spill_fill_data.init_reg[iter] == stack_pointer_rtx
3152 spill_fill_data.init_reg[iter]);
3165 spill_fill_data.init_reg[iter],
3051 rtx init_reg[2]; /* initial base register */ member in struct:spill_fill_data
3064 setup_spill_pointers(int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc3056 rtx init_reg[2]; /* initial base register */
3069 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
3074 spill_fill_data.init_reg[0] = init_reg;
3075 spill_fill_data.init_reg[1] = init_reg;
3138 && spill_fill_data.init_reg[iter] == stack_pointer_rtx
3152 spill_fill_data.init_reg[iter]);
3165 spill_fill_data.init_reg[iter],
3051 rtx init_reg[2]; /* initial base register */ member in struct:spill_fill_data
3064 setup_spill_pointers(int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off) argument

Completed in 301 milliseconds