Searched refs:extype (Results 1 – 2 of 2) sorted by relevance
1571 exec_type_enum extype = EXEC_UNKNOWN; in md_assemble() local1594 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 …]
1721 packing_type extype = PACK_UNSPEC; /* Parallel, etc. */ in md_assemble() local1731 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()