Searched refs:BRANCH (Results 1 - 25 of 38) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dd10v.h81 #define BRANCH 512 /* branch, no link */ macro
H A Dh8300.h918 #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 (
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dd10v.h81 #define BRANCH 512 /* branch, no link */ macro
H A Dh8300.h919 #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 (
[all...]
/openbsd-current/usr.bin/sed/
H A Ddefs.h102 BRANCH, /* b t */ enumerator in enum:e_args
H A Dcompile.c90 {'b', 2, BRANCH},
107 {'t', 2, BRANCH},
284 case BRANCH: /* b t */
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-h8500.c77 #define BRANCH 1 macro
93 /* BRANCH */
95 { BYTE_F, BYTE_B, 2, C (BRANCH, WORD_DISP) },
917 type = BRANCH;
929 if (type != BRANCH)
1323 case C (BRANCH, BYTE_DISP):
1337 case C (BRANCH, WORD_DISP):
1343 case C (BRANCH, UNDEF_WORD_DISP):
1453 case C (BRANCH, UNDEF_BYTE_DISP):
1472 case C (BRANCH, BYTE_DIS
[all...]
H A Dtc-ns32k.c327 #define BRANCH 1
352 {(63), (-64), 1, IND (BRANCH, WORD)},
353 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)},
964 IND (BRANCH, BYTE),
996 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0);
1003 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1);
1514 IND (BRANCH, UNDEF), /* Expecting
2058 case IND (BRANCH, BYTE):
2061 case IND (BRANCH, WORD):
2064 case IND (BRANCH, DOUBL
325 #define BRANCH macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ns32k.c327 #define BRANCH 1
352 {(63), (-64), 1, IND (BRANCH, WORD)},
353 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)},
971 IND (BRANCH, BYTE),
1003 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0);
1010 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1);
1845 IND (BRANCH, UNDEF), /* Expecting
2064 case IND (BRANCH, BYTE):
2067 case IND (BRANCH, WORD):
2070 case IND (BRANCH, DOUBL
325 #define BRANCH macro
[all...]
/openbsd-current/sys/arch/m88k/m88k/
H A Dm88k_machdep.c363 #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-current/gnu/llvm/lld/MachO/
H A DRelocations.h36 BRANCH = 1 << 8, // Value is branch target member in class:lld::macho::RelocAttrBits
H A DConcatOutputSection.cpp136 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH))
147 // We can avoid work on InputSections that have no BRANCH relocs.
276 if (!target->hasAttr(r.type, RelocAttrBits::BRANCH))
H A DInputSection.cpp51 if (relocAttrs.hasAttr(RelocAttrBits::BRANCH))
/openbsd-current/gnu/llvm/lld/MachO/Arch/
H A DARM.cpp60 {"BR24", B(PCREL) | B(LOCAL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
61 {"BR22", B(PCREL) | B(LOCAL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
H A DARM64_32.cpp50 {"BRANCH26", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
H A DX86_64.cpp58 {"BRANCH", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
H A DARM64.cpp60 {"BRANCH26", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-sh.c1591 #define BRANCH (0x4)
1680 { 0x000b, BRANCH | DELAY | USESSP }, /* rts */
1685 { 0x002b, BRANCH | DELAY | SETSSP }, /* rte */
1693 { 0x0003, BRANCH | DELAY | USES1 | SETSSP }, /* bsrf rn */
1696 { 0x0023, BRANCH | DELAY | USES1 }, /* braf rn */
1817 { 0x400b, BRANCH | DELAY | USES1 }, /* jsr @rn */
1837 { 0x402b, BRANCH | DELAY | USES1 }, /* jmp @rn */
1968 { 0x8900, BRANCH | USESSP }, /* bt label */
1969 { 0x8b00, BRANCH | USESSP }, /* bf label */
1971 { 0x8d00, BRANCH | DELA
1589 #define BRANCH macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-sh.c1543 #define BRANCH (0x4)
1632 { 0x000b, BRANCH | DELAY | USESSP }, /* rts */
1637 { 0x002b, BRANCH | DELAY | SETSSP }, /* rte */
1645 { 0x0003, BRANCH | DELAY | USES1 | SETSSP }, /* bsrf rn */
1648 { 0x0023, BRANCH | DELAY | USES1 }, /* braf rn */
1749 { 0x400b, BRANCH | DELAY | USES1 }, /* jsr @rn */
1769 { 0x402b, BRANCH | DELAY | USES1 }, /* jmp @rn */
1862 { 0x8900, BRANCH | USESSP }, /* bt label */
1863 { 0x8b00, BRANCH | USESSP }, /* bf label */
1865 { 0x8d00, BRANCH | DELA
1541 #define BRANCH macro
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd10v-opc.c190 { "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 } },
H A Darc-opc.c99 'B' BRANCH branch address (22 bit pc relative)
204 #define BRANCH (FORCELIMM + 1) macro
209 #define JUMP (BRANCH + 1)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-opc.c190 { "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-current/gnu/usr.bin/perl/
H A Dregcomp_debug.c411 if (op == BRANCH) {
1567 else if (REGNODE_TYPE(op) == BRANCH
1568 && REGNODE_TYPE(OP(next)) != BRANCH )
1585 else if (REGNODE_TYPE(op) == BRANCH) {
1630 if (nextbranch && REGNODE_TYPE(OP(nextbranch))==BRANCH)
H A Dregcomp_trie.c340 5: BRANCH(8)
342 8: BRANCH(11)
344 11: BRANCH(14)
365 1: BRANCH(4)
367 4: BRANCH(7)
483 if (OP(cur) == BRANCH) { \
619 if ( first == startbranch && OP( last ) != BRANCH ) {
819 trie->before_paren = OP(first) == BRANCH
823 trie->after_paren = OP(lastbranch) == BRANCH
1349 if ( first != startbranch || OP( last ) == BRANCH ) {
[all...]
H A Dregnodes.h554 #define BRANCH 40 /* 0x28 Match this alternative, macro
985 #define BRANCHJ 84 /* 0x54 BRANCH with long
1400 #define BRANCH_next 130 /* 0x82 state for BRANCH */
1408 #define BRANCH_next_fail 131 /* 0x83 state for BRANCH */
1639 "BRANCH", /* 0x28 */
2045 /* #40 op BRANCH */
2046 .type = BRANCH,
2676 .type = BRANCH,
2683 .type = BRANCH,
2926 CLUMP, BRANCH, STA
[all...]

Completed in 304 milliseconds

12