Lines Matching defs:ptr_regno
3206 int ptr_regno = -1;
3213 ptr_regno = 11;
3221 ptr_regno = 12;
3231 if (ptr_regno != -1)
3235 START_USE (ptr_regno);
3236 ptr_reg = gen_rtx_REG (Pmode, ptr_regno);
3331 unsigned ptr_regno = ptr_regno_for_savres (sel);
3334 if (REGNO (frame_reg_rtx) == ptr_regno)
3338 ptr_reg = gen_rtx_REG (Pmode, ptr_regno);
3339 NOT_INUSE (ptr_regno);
3359 unsigned ptr_regno = ptr_regno_for_savres (sel);
3361 bool ptr_set_up = REGNO (ptr_reg) == ptr_regno;
3365 if (ptr_regno == 12)
3368 ptr_reg = gen_rtx_REG (Pmode, ptr_regno);
3378 NOT_INUSE (ptr_regno);
3383 NOT_INUSE (ptr_regno);
3682 unsigned ptr_regno = ptr_regno_for_savres (sel);
3685 && ptr_regno == STATIC_CHAIN_REGNUM)
3686 ptr_regno = 12;
3687 if (REGNO (frame_reg_rtx) != ptr_regno)
3688 START_USE (ptr_regno);
3689 ptr_reg = gen_rtx_REG (Pmode, ptr_regno);
4280 unsigned ptr_regno;
4868 ptr_regno = ptr_regno_for_savres (sel);
4869 ptr_reg = gen_rtx_REG (Pmode, ptr_regno);
4871 rs6000_emit_stack_reset (frame_reg_rtx, frame_off, ptr_regno);
4875 else if (REGNO (frame_reg_rtx) != ptr_regno)
4877 if (REGNO (frame_reg_rtx) == ptr_regno)
4997 ptr_regno = 1;
5002 ptr_regno = ptr_regno_for_savres (sel);
5005 insn = rs6000_emit_stack_reset (frame_reg_rtx, frame_off, ptr_regno);
5006 if (REGNO (frame_reg_rtx) == ptr_regno)