Lines Matching refs:opcode2
959 struct d10v_opcode *opcode2, in write_2_short() argument
969 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
972 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE)) in write_2_short()
985 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
990 else if (opcode2->unit == MU) in write_2_short()
1004 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
1009 if (opcode2->unit == IU) in write_2_short()
1015 else if (opcode2->unit == MU) in write_2_short()
1025 check_resource_conflict (opcode1, insn1, opcode2, insn2); in write_2_short()
1031 else if (opcode2->unit == MU || opcode2->unit == EITHER) in write_2_short()
1044 if (opcode2->unit != MU) in write_2_short()
1054 if (opcode2->exec_type & ALONE) in write_2_short()