HomeSort by relevance Sort by last modified time
    Searched refs:BRANCH_LINK (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 75 #define BRANCH_LINK 8 /* subroutine call. must be aligned */
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c 187 { "bl.s", SHORT_B, 3, MU, ALONE|BRANCH_LINK|PAR, 0x4900, 0x7f00, { ANUM8 } },
188 { "bl.l", LONG_B, 3, MU, BRANCH_LINK|SEQ, 0x24800000, 0x3fff0000, { ANUM16 } },
228 { "jl", SHORT_2, 3, MU, ALONE|BRANCH_LINK|PAR, 0x4d00, 0x7fe1, { RSRC } },
341 { "trap", SHORT_2, 5, MU, ALONE|BRANCH_LINK|PAR, 0x5f00, 0x7fe1, { UNUM4 } },
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 752 if (op->exec_type & BRANCH_LINK)
887 if (op->exec_type & BRANCH_LINK)
    [all...]

Completed in 112 milliseconds