Lines Matching refs:opcode2
960 struct d10v_opcode *opcode2, in write_2_short() argument
970 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
973 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE)) in write_2_short()
986 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
991 else if (opcode2->unit == MU) in write_2_short()
1005 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
1010 if (opcode2->unit == IU) in write_2_short()
1016 else if (opcode2->unit == MU) in write_2_short()
1026 check_resource_conflict (opcode1, insn1, opcode2, insn2); in write_2_short()
1032 else if (opcode2->unit == MU || opcode2->unit == EITHER) in write_2_short()
1045 if (opcode2->unit != MU) in write_2_short()
1055 if (opcode2->exec_type & ALONE) in write_2_short()