Lines Matching refs:opc_cat
1030 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))
1036 if (opc_cat(instr->opc) == -1) return "??meta??";
1058 if (instr->ss && ((instr->opc_cat <= 4) || (instr->opc_cat == 7)))
1066 } else if ((instr->opc_cat == 2) && (instr->cat2.src1_r || instr->cat2.src2_r)) {
1069 } else if ((instr->opc_cat == 3) && (instr->cat3.src1_r || instr->cat3.src2_r)) {
1073 if (instr->ul && ((2 <= instr->opc_cat) && (instr->opc_cat <= 4)))
1082 fprintf(ctx->out, "unknown(%d,%d)", instr->opc_cat, opc);
1087 return (instr->opc_cat == 0) && (opc == OPC_END);