Lines Matching refs:opc_cat
1486 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))
1490 if (opc_cat(opc) == -1) return "??meta??"; in disasm_a3xx_instr_name()
1503 fprintf(ctx->out, "unknown(%d,%d)", instr->opc_cat, opc); in print_single_instr()
1505 switch (instr->opc_cat) { in print_single_instr()
1521 opc_t opc = _OPC(instr->opc_cat, instr_opc(instr, ctx->gpu_id)); in print_instr()
1527 instr->opc_cat, n, cycles++, dwords[1], dwords[0]); in print_instr()
1546 if (instr->ss && ((instr->opc_cat <= 4) || (instr->opc_cat == 7))) { in print_instr()
1552 if ((instr->opc_cat == 0) && instr->cat0.eq) in print_instr()
1558 else if ((instr->opc_cat == 2) && (instr->cat2.src1_r || instr->cat2.src2_r)) in print_instr()
1560 else if ((instr->opc_cat == 3) && (instr->cat3.src1_r || instr->cat3.src2_r)) in print_instr()
1565 if (instr->ul && ((2 <= instr->opc_cat) && (instr->opc_cat <= 4))) in print_instr()
1574 ctx->stats->instrs_per_cat[instr->opc_cat] += 1 + ctx->repeat; in print_instr()
1591 if ((instr->opc_cat <= 4) && (debug & EXPAND_REPEAT)) { in print_instr()
1596 levels[ctx->level], instr->opc_cat, n, cycles++); in print_instr()
1604 levels[ctx->level], instr->opc_cat, n, cycles++); in print_instr()
1612 return (instr->opc_cat == 0) && in print_instr()