Home
last modified time | relevance | path

Searched refs:extype (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d30v.c1571 exec_type_enum extype = EXEC_UNKNOWN; in md_assemble() local
1594 extype = EXEC_PARALLEL; in md_assemble()
1601 extype = EXEC_SEQ; in md_assemble()
1606 extype = EXEC_REVSEQ; in md_assemble()
1633 (extype != EXEC_UNKNOWN || etype != EXEC_UNKNOWN), in md_assemble()
1634 extype == EXEC_PARALLEL); in md_assemble()
1637 if (extype != EXEC_UNKNOWN) in md_assemble()
1638 etype = extype; in md_assemble()
1645 extype = etype; in md_assemble()
1651 if ( (extype != EXEC_REVSEQ) in md_assemble()
[all …]
Dtc-d10v.c1721 packing_type extype = PACK_UNSPEC; /* Parallel, etc. */ in md_assemble() local
1731 extype = PACK_PARALLEL; in md_assemble()
1736 extype = PACK_LEFT_RIGHT; in md_assemble()
1741 extype = PACK_RIGHT_LEFT; in md_assemble()
1768 if (extype != PACK_UNSPEC) in md_assemble()
1769 etype = extype; in md_assemble()
1777 extype = etype; in md_assemble()
1785 if (extype != PACK_UNSPEC) in md_assemble()
1799 && (0 == write_2_short (prev_opcode, prev_insn, opcode, insn, extype, in md_assemble()
1807 if (extype != PACK_UNSPEC) in md_assemble()