Home | History | Annotate | Download | only in config

Lines Matching full:branch

83    The branch displacement is always the last operand, even in
159 Always, we cannot reverse the sense of the branch; we have a word
172 Always, we cannot reverse the sense of the branch; we have a byte
177 to reverse sense of branch.
433 *fragP->fr_opcode ^= 1; /* Reverse sense of branch. */
722 like a regular branch instruction. Option added to vip_begin():
750 Special branch operands types "-?!" have length 0. */
792 branch, or to do a conditional branch, or whatever.
798 All VAX branch displacements come at the end of the instruction.
801 may reverse the sense of the branch (complement lowest order bit)
802 and branch around a jump. This is by far the most common case.
873 /* CASEx has no branch addresses in our conception of it. */
1182 b branch displacement
1200 ? simple synthetic branch operand
1202 ! complex synthetic branch operand
1237 branch operand 0 -1 ' ' -1
1502 /* Case of branch operand. Different. No L^B^W^I^S^ allowed for instance.
1519 /* Branch operands have restricted forms. */
1523 err = _("invalid branch operand");
2186 *ptr++ = VAX_BRW; /* Branch with word (16 bit) offset. */
2895 /* To reverse the condition in a VAX branch,
2981 *opcode_low_byteP ^= 1; /* Reverse branch condition. */