Lines Matching refs:opcode1

932 write_2_short (struct d30v_insn *opcode1,  in write_2_short()  argument
944 && (opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR)) in write_2_short()
945 && ((opcode1->op->flags_used & FLAG_DELAY) == 0) in write_2_short()
946 && ((opcode1->ecc == ECC_AL) || ! Optimizing)) in write_2_short()
953 write_1_short (opcode1, insn1, fx->next, false); in write_2_short()
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short()
965 && ! ( (opcode1->op->unit == EITHER_BUT_PREFER_MU in write_2_short()
966 || opcode1->op->unit == MU) in write_2_short()
974 if (opcode1->op->unit == IU in write_2_short()
984 else if ((opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR) in write_2_short()
985 && ((opcode1->op->flags_used & FLAG_DELAY) == 0)) in write_2_short()
986 || opcode1->op->flags_used & FLAG_RP) in write_2_short()
993 write_1_short (opcode1, insn1, fx->next, false); in write_2_short()
1000 write_1_short (opcode1, insn1, fx->next, false); in write_2_short()
1003 else if (opcode1->op->unit == IU) in write_2_short()
1010 write_1_short (opcode1, insn1, fx->next, false); in write_2_short()
1029 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
1031 else if (opcode1->op->unit == IU) in write_2_short()
1040 if (opcode1->op->unit == MU) in write_2_short()
1042 else if (opcode1->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1043 as_warn (_("Executing %s in IU may not work"), opcode1->op->name); in write_2_short()
1060 if (opcode1->op->unit == IU) in write_2_short()
1065 opcode1->op->name, opcode2->op->name); in write_2_short()
1073 if (opcode1->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1075 opcode1->op->name, opcode2->op->name); in write_2_short()