Lines Matching full:stretch
3299 long stretch)
3366 will move by STRETCH just as we did. If this is not so,
3371 if (stretch != 0
3375 target += stretch;
3659 long stretch) /* number of bytes stretched so far */
3672 if (xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch)
3685 stretch))
3700 stretch))
8804 input has been stretched already by "stretch". */
8807 xtensa_relax_frag (fragS *fragP, long stretch, int *stretched_p)
8829 new_stretch = relax_frag_loop_align (fragP, stretch);
8876 new_stretch += relax_frag_for_align (fragP, stretch);
8885 (now_seg, fragP, stretch,
8907 new_stretch += relax_frag_for_align (fragP, stretch);
8941 delta = target - addr + stretch;
9070 relax_frag_loop_align (fragS *fragP, long stretch)
9081 old_address = fragP->fr_address - stretch;
9082 old_next_address = (fragP->fr_address - stretch + fragP->fr_fix +
9125 relax_frag_for_align (fragS *fragP, long stretch)
9140 stretch_me = future_alignment_required (fragP, stretch);
9149 if (shrink <= stretch && stretch > 0)
9262 future_alignment_required (fragS *fragP, long stretch ATTRIBUTE_UNUSED)
9319 /* Downrange frags haven't had stretch added to them yet. */
9320 address += stretch;
9362 stretch the correct amount for the global case, so we just
9688 long stretch,
9743 min_steps, stretch);
9772 min_steps, stretch + old_size);