Lines Matching full:branch
113 -no-relax inhibits branch/call conversion.
631 Nios II PC-relative branch instructions only support 16-bit offsets.
655 The compiler can do a better job, either by converting the branch
674 relaxable branch. There's no point in specifying a huge number here
676 memory for every branch, and almost no real code will ever need it.
686 conditional branch.
690 For the -relax-all mode, N = 0 represents an in-range branch and N = 1
691 represents a branch that needs to be relaxed. */
730 /* Regular conditional/unconditional branch instruction. */
779 /* Fits in PC-relative branch. */
787 /* Attempt a PC-relative relaxation on a branch to a defined
791 bytes because we insert the inverted branch around the
809 _("branch offset out of range\n"));
810 as_fatal (_("branch relaxation failed\n"));
846 /* If we didn't or can't relax, this is a regular branch instruction.
895 _("expecting conditional branch for relaxation\n"));
1059 _("branch offset %d out of range %d to %d"),
2122 /* Output an unconditional branch. */
2128 /* If the reloc is NULL, there was an error assembling the branch. */
2152 /* Output a conditional branch. */
2158 /* If the reloc is NULL, there was an error assembling the branch. */
2397 " -relax-all replace all branch and call "