Lines Matching refs:adjust
5466 int adjust = 0; in nds32_relax_branch_instructions() local
5478 return adjust; in nds32_relax_branch_instructions()
5483 return adjust; in nds32_relax_branch_instructions()
5488 return adjust; in nds32_relax_branch_instructions()
5502 return adjust; in nds32_relax_branch_instructions()
5548 return diff + adjust; in nds32_relax_branch_instructions()
5644 int adjust = 0; in nds32_relax_frag() local
5649 adjust = nds32_relax_branch_instructions (segment, fragP, stretch, 0); in nds32_relax_frag()
5659 return adjust; in nds32_relax_frag()
5681 int adjust = 0; in md_estimate_size_before_relax() local
5686 adjust = nds32_relax_branch_instructions (segment, fragP, 0, 1); in md_estimate_size_before_relax()
5690 adjust = 2; in md_estimate_size_before_relax()
5694 return adjust; in md_estimate_size_before_relax()