Lines Matching refs:opc
70 if (src_instr->opc == OPC_META_FO)
94 (opc_cat(instr->opc) > 1) &&
116 switch (opc_cat(instr->opc)) {
123 valid_flags = ir3_cat2_absneg(instr->opc) |
126 if (ir3_cat2_int(instr->opc))
151 valid_flags = ir3_cat3_absneg(instr->opc) |
199 if ((instr->opc == OPC_LDL) && (n != 1))
202 if ((instr->opc == OPC_STL) && (n != 2))
208 if (is_atomic(instr->opc) && (n != 0))
211 if (is_atomic(instr->opc) && !(instr->flags & IR3_INSTR_G))
217 if ((instr->opc == OPC_LDIB) && (n != 0))
413 if ((n == 1) && is_mad(instr->opc) &&
448 if ((opc_cat(instr->opc) == 3) && (n == 2) &&
484 debug_assert((opc_cat(instr->opc) == 1) ||
485 (opc_cat(instr->opc) == 6) ||
486 ir3_cat2_int(instr->opc) ||
487 (is_mad(instr->opc) && (n == 0)));
499 if ((instr->opc == OPC_MOV) ||
566 if (is_meta(instr) && (src->opc != OPC_MOV))
592 if ((instr->opc == OPC_CMPS_S) &&
598 switch (cond->opc) {
602 instr->opc = cond->opc;
629 debug_assert(samp_tex->opc == OPC_META_FI);
634 if ((samp->opc == OPC_MOV) &&
636 (tex->opc == OPC_MOV) &&