Lines Matching refs:opcode1
957 write_2_short (struct d10v_opcode *opcode1, 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()
978 if (opcode1->exec_type & ALONE) in write_2_short()
981 write_1_short (opcode1, insn1, fx->next); in write_2_short()
985 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
988 if (opcode1->unit == IU) in write_2_short()
995 else if (opcode1->unit == IU) in write_2_short()
1004 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
1007 if (opcode1->unit == IU) in write_2_short()
1017 if (opcode1->unit == MU) in write_2_short()
1025 check_resource_conflict (opcode1, insn1, opcode2, insn2); in write_2_short()
1029 if (opcode1->unit != IU) in write_2_short()
1039 if (opcode1->exec_type & ALONE) in write_2_short()
1046 else if (opcode1->unit == IU || opcode1->unit == EITHER) in write_2_short()