| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-h8500.c | 77 #define BRANCH 1 macro 95 { BYTE_F, BYTE_B, 2, C (BRANCH, WORD_DISP) }, 917 type = BRANCH; 929 if (type != BRANCH) 1321 case C (BRANCH, BYTE_DISP): 1335 case C (BRANCH, WORD_DISP): 1341 case C (BRANCH, UNDEF_WORD_DISP): 1451 case C (BRANCH, UNDEF_BYTE_DISP): 1470 case C (BRANCH, BYTE_DISP): 1471 case C (BRANCH, WORD_DISP): [all …]
|
| D | tc-ns32k.c | 325 #define BRANCH 1 macro 350 {(63), (-64), 1, IND (BRANCH, WORD)}, 351 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)}, 959 IND (BRANCH, BYTE), 991 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0); 998 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1); 1507 IND (BRANCH, UNDEF), /* Expecting in convert_iif() 2048 case IND (BRANCH, BYTE): 2051 case IND (BRANCH, WORD): 2054 case IND (BRANCH, DOUBLE): [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-ns32k.c | 325 #define BRANCH 1 macro 350 {(63), (-64), 1, IND (BRANCH, WORD)}, 351 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)}, 966 IND (BRANCH, BYTE), in encode_operand() 998 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0); in encode_operand() 1005 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1); in encode_operand() 1838 IND (BRANCH, UNDEF), /* Expecting in convert_iif() 2054 case IND (BRANCH, BYTE): in md_convert_frag() 2057 case IND (BRANCH, WORD): in md_convert_frag() 2060 case IND (BRANCH, DOUBLE): in md_convert_frag() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlreguts.pod | 116 The "next" pointers of all regops except C<BRANCH> implement concatenation; 117 a "next" pointer with a C<BRANCH> on both ends of it is connecting two 119 individual C<BRANCH> (as opposed to a collection of them) is never 124 of a C<BRANCH> node is the first regop of the branch. 128 set of C<BRANCH>es. It is a like a single line of railway track that 263 signify something special, for BRANCH nodes C<regnext> is the 264 next BRANCH that should be executed if the current one fails execution, 274 C<BRANCH> regnodes where the C<REGNODE_AFTER> represents the start of 276 the next BRANCH should this one fail to match, or 0 if it is the last 292 BRANCH [all …]
|
| /openbsd/src/sys/arch/m88k/m88k/ |
| D | m88k_machdep.c | 363 #define BRANCH(FROM, TO) \ macro 369 vbr[NUM].word_two = BRANCH(&vbr[NUM].word_two, VALUE); \ 374 vbr[NUM].word_one = BRANCH(&vbr[NUM].word_one, VALUE); \
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | coff-sh.c | 1541 #define BRANCH (0x4) macro 1630 { 0x000b, BRANCH | DELAY | USESSP }, /* rts */ 1635 { 0x002b, BRANCH | DELAY | SETSSP }, /* rte */ 1643 { 0x0003, BRANCH | DELAY | USES1 | SETSSP }, /* bsrf rn */ 1646 { 0x0023, BRANCH | DELAY | USES1 }, /* braf rn */ 1747 { 0x400b, BRANCH | DELAY | USES1 }, /* jsr @rn */ 1767 { 0x402b, BRANCH | DELAY | USES1 }, /* jmp @rn */ 1860 { 0x8900, BRANCH | USESSP }, /* bt label */ 1861 { 0x8b00, BRANCH | USESSP }, /* bf label */ 1863 { 0x8d00, BRANCH | DELAY | USESSP }, /* bt/s label */ [all …]
|
| /openbsd/src/gnu/llvm/lld/MachO/Arch/ |
| D | ARM.cpp | 60 {"BR24", B(PCREL) | B(LOCAL) | B(EXTERN) | B(BRANCH) | B(BYTE4)}, 61 {"BR22", B(PCREL) | B(LOCAL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
|
| D | ARM64_32.cpp | 50 {"BRANCH26", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
|
| D | X86_64.cpp | 58 {"BRANCH", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | d10v-opc.c | 190 { "bra.s", SHORT_B, 3, MU, ALONE|BRANCH|PAR, 0x4800, 0x7f00, { ANUM8 } }, 191 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } }, 193 { "brf0f.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4a00, 0x7f00, { ANUM8 } }, 196 { "brf0t.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4b00, 0x7f00, { ANUM8 } }, 228 { "jmp", SHORT_2, 3, MU, ALONE|BRANCH|PAR, 0x4c00, 0x7fe1, { RSRC } },
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | d10v-opc.c | 190 { "bra.s", SHORT_B, 3, MU, ALONE|BRANCH|PAR, 0x4800, 0x7f00, { ANUM8 } }, 191 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } }, 193 { "brf0f.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4a00, 0x7f00, { ANUM8 } }, 196 { "brf0t.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4b00, 0x7f00, { ANUM8 } }, 228 { "jmp", SHORT_2, 3, MU, ALONE|BRANCH|PAR, 0x4c00, 0x7fe1, { RSRC } },
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-sh.c | 1589 #define BRANCH (0x4) macro 1678 { 0x000b, BRANCH | DELAY | USESSP }, /* rts */ 1683 { 0x002b, BRANCH | DELAY | SETSSP }, /* rte */ 1691 { 0x0003, BRANCH | DELAY | USES1 | SETSSP }, /* bsrf rn */ 1694 { 0x0023, BRANCH | DELAY | USES1 }, /* braf rn */ 1815 { 0x400b, BRANCH | DELAY | USES1 }, /* jsr @rn */ 1835 { 0x402b, BRANCH | DELAY | USES1 }, /* jmp @rn */ 1966 { 0x8900, BRANCH | USESSP }, /* bt label */ 1967 { 0x8b00, BRANCH | USESSP }, /* bf label */ 1969 { 0x8d00, BRANCH | DELAY | USESSP }, /* bt/s label */ [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | d10v.h | 81 #define BRANCH 512 /* branch, no link */ macro
|
| D | h8300.h | 919 #define BRANCH(code, name, op) \ macro 1257 BRANCH (O (O_BRA, SB), "bra", 0x0), 1291 BRANCH (O (O_BRA, SB), "bt", 0x0), 1292 BRANCH (O (O_BRN, SB), "brn", 0x1), 1293 BRANCH (O (O_BRN, SB), "bf", 0x1), 1294 BRANCH (O (O_BHI, SB), "bhi", 0x2), 1295 BRANCH (O (O_BLS, SB), "bls", 0x3), 1296 BRANCH (O (O_BCC, SB), "bcc", 0x4), 1297 BRANCH (O (O_BCC, SB), "bhs", 0x4), 1298 BRANCH (O (O_BCS, SB), "bcs", 0x5), [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | d10v.h | 81 #define BRANCH 512 /* branch, no link */ macro
|
| D | h8300.h | 918 #define BRANCH(code, name, op) \ macro 1256 BRANCH (O (O_BRA, SB), "bra", 0x0), 1290 BRANCH (O (O_BRA, SB), "bt", 0x0), 1291 BRANCH (O (O_BRN, SB), "brn", 0x1), 1292 BRANCH (O (O_BRN, SB), "bf", 0x1), 1293 BRANCH (O (O_BHI, SB), "bhi", 0x2), 1294 BRANCH (O (O_BLS, SB), "bls", 0x3), 1295 BRANCH (O (O_BCC, SB), "bcc", 0x4), 1296 BRANCH (O (O_BCC, SB), "bhs", 0x4), 1297 BRANCH (O (O_BCS, SB), "bcs", 0x5), [all …]
|
| /openbsd/src/usr.bin/sed/ |
| D | defs.h | 102 BRANCH, /* b t */ enumerator
|
| D | compile.c | 90 {'b', 2, BRANCH}, 107 {'t', 2, BRANCH}, 283 case BRANCH: /* b t */ in compile_stream()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.sym | 134 #* BRANCH The set of branches constituting a single choice are 138 #* BRANCH in a choice points to the thing following the 141 #* starts with the operand node of a BRANCH node. 143 BRANCH BRANCH, node 1 V ; Match this alternative, or the next... 213 #* circular BRANCH structures. Simple cases 255 BRANCHJ BRANCHJ, off 2 V 1 ; BRANCH with long offset. 338 BRANCH next:FAIL
|
| D | regnodes.h | 554 #define BRANCH 40 /* 0x28 Match this alternative, macro 2046 .type = BRANCH, 2676 .type = BRANCH, 2683 .type = BRANCH, 2926 CLUMP, BRANCH, STAR, PLUS, CURLY, CURLYN, CURLYM, CURLYX, WHILEM, REF,
|
| D | regcomp_trie.c | 483 if (OP(cur) == BRANCH) { \ 631 if ( first == startbranch && OP( last ) != BRANCH ) { in Perl_make_trie() 839 trie->before_paren = OP(first) == BRANCH in Perl_make_trie() 843 trie->after_paren = OP(lastbranch) == BRANCH in Perl_make_trie() 1369 if ( first != startbranch || OP( last ) == BRANCH ) { in Perl_make_trie()
|
| D | regcomp_debug.c | 206 else if (REGNODE_TYPE(op) == BRANCH in Perl_dumpuntil() 207 && REGNODE_TYPE(OP(next)) != BRANCH ) in Perl_dumpuntil() 224 else if (REGNODE_TYPE(op) == BRANCH) { in Perl_dumpuntil() 269 if (nextbranch && REGNODE_TYPE(OP(nextbranch))==BRANCH) in Perl_dumpuntil() 557 if (op == BRANCH) { in Perl_regprop()
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | ConcatOutputSection.cpp | 136 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH)) in needsThunks() 276 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH)) in finalize()
|
| D | Relocations.h | 36 BRANCH = 1 << 8, // Value is branch target enumerator
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | javaop.def | 67 BRANCH: branch operations 277 JAVAOP (goto, 167, BRANCH, GOTO, IMMEDIATE_s2) 309 JAVAOP (goto_w, 200, BRANCH, GOTO, IMMEDIATE_s4)
|