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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.h80 void (*init_reg) (struct gdbarch *, int,
H A Ddwarf2-frame.c487 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *);
537 ops->init_reg = dwarf2_frame_default_init_reg;
546 void (*init_reg) (struct gdbarch *, int,
551 ops->init_reg = init_reg;
562 ops->init_reg (gdbarch, regnum, reg);
483 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *); member in struct:dwarf2_frame_ops
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c2034 rtx init_reg[2]; /* initial base register */
2047 setup_spill_pointers (n_spills, init_reg, cfa_off)
2049 rtx init_reg;
2055 spill_fill_data.init_reg[0] = init_reg;
2056 spill_fill_data.init_reg[1] = init_reg;
2122 && spill_fill_data.init_reg[iter] == stack_pointer_rtx
2135 spill_fill_data.init_reg[iter]);
2148 spill_fill_data.init_reg[ite
2029 rtx init_reg[2]; /* initial base register */ member in struct:spill_fill_data
[all...]
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.c2663 rtx init_reg[2]; /* initial base register */
2676 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
2681 spill_fill_data.init_reg[0] = init_reg;
2682 spill_fill_data.init_reg[1] = init_reg;
2746 && spill_fill_data.init_reg[iter] == stack_pointer_rtx
2759 spill_fill_data.init_reg[iter]);
2772 spill_fill_data.init_reg[iter],
2657 rtx init_reg[2]; /* initial base register */ member in struct:spill_fill_data
2670 setup_spill_pointers(int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off) argument

Completed in 212 milliseconds