Home | History | Annotate | Download | only in config

Lines Matching full:branch

1798 /* Translate the short branch/bsr instruction into a long branch.  */
1810 as_fatal (_("Unexpected branch conversion with `%x'"), code);
1839 /* The relative branch conversion is not supported for
1849 /* Turn into a long branch:
1850 - when force long branch option (and not for jbcc pseudos),
1852 - when branch optimization is allowed and branch out of range. */
1891 /* Branch with a constant that must fit in 8-bits. */
1896 as_bad (_("Operand out of range for a relative branch: `%ld'"),
1930 /* Branch offset must fit in 8-bits, don't do some relax. */
1980 /* The relative branch conversion is not supported for
2006 /* Turn into a long branch:
2007 - when force long branch option (and not for jbcc pseudos),
2009 - when branch optimization is allowed and branch out of range. */
2023 /* Branch with a constant that must fit in 9-bits. */
2028 as_bad (_("Operand out of range for a relative branch: `%ld'"),
2043 /* Branch offset must fit in 8-bits, don't do some relax. */
3485 pseudo insns for relative branch. For these branches, we always
3703 /* Treat dbeq/ibeq/tbeq instructions in a special way. The branch is
3710 sure that the relative branch is within the range -128..127. If it's out
4004 /* Invert branch. */
4006 fragP->fr_opcode[1] = 3; /* Branch offset. */
4014 /* Translate branch into a long branch. */
4079 /* Invert branch. */
4081 fragP->fr_opcode[1] = 3; /* Branch offset. */
4149 fragP->fr_opcode[0] ^= 1; /* Reverse sense of branch. */
4208 fragP->fr_opcode[0] ^= 0x20; /* Reverse sense of branch. */
4224 /* Translate into a lbcc branch. */
4402 _("Value %ld too large for 8-bit PC-relative branch."),
4412 _("Value %ld too large for 9-bit PC-relative branch."),
4421 _("Value %ld too large for 10-bit PC-relative branch."),