HomeSort by: relevance | last modified time | path
    Searched defs:init_reg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 597 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *,
663 function for GDBARCH to INIT_REG. */
667 void (*init_reg) (struct gdbarch *, int,
673 ops->init_reg = init_reg;
685 ops->init_reg (gdbarch, regnum, reg, this_frame);
594 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *, member in struct:dwarf2_frame_ops
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 599 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *,
665 function for GDBARCH to INIT_REG. */
669 void (*init_reg) (struct gdbarch *, int,
675 ops->init_reg = init_reg;
687 ops->init_reg (gdbarch, regnum, reg, this_frame);
596 void (*init_reg) (struct gdbarch *, int, struct dwarf2_frame_state_reg *, member in struct:dwarf2_frame_ops
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 3066 rtx init_reg[2]; /* initial base register */
3079 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
3084 spill_fill_data.init_reg[0] = init_reg;
3085 spill_fill_data.init_reg[1] = init_reg;
3148 && spill_fill_data.init_reg[iter] == stack_pointer_rtx
3162 spill_fill_data.init_reg[iter]);
3175 spill_fill_data.init_reg[iter],
3061 rtx init_reg[2]; \/* initial base register *\/ member in struct:spill_fill_data
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 3056 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

Completed in 42 milliseconds