Lines Matching refs:fp_offset
1780 /* If the frame pointer is needed, store the old one at (sp + FP_OFFSET)
1784 int fp_offset = info->reg_offset[FRAME_POINTER_REGNUM];
1790 fp_offset - accessor.base_offset);
1791 rtx dwarf_src = plus_constant (Pmode, sp, fp_offset);
1793 /* Store the old frame pointer at (sp + FP_OFFSET). */
1794 frv_frame_access (&accessor, fp, fp_offset);
1802 accessor.base_offset = fp_offset;
1859 int fp_offset;
1861 fp_offset = info->reg_offset[FRAME_POINTER_REGNUM];
1866 emit_insn (gen_addsi3 (sp, fp, frv_frame_offset_rtx (-fp_offset)));
1886 mem = frv_frame_mem (Pmode, fp, lr_offset - fp_offset);