Lines Matching defs:cat0
165 instr_cat0_t *cat0 = &instr->cat0;
167 switch (cat0->opc) {
169 fprintf(ctx->out, " %sp0.%c", cat0->inv ? "!" : "",
170 component[cat0->comp]);
173 fprintf(ctx->out, " %sp0.%c, #%d", cat0->inv ? "!" : "",
174 component[cat0->comp], cat0->a3xx.immed);
178 fprintf(ctx->out, " #%d", cat0->a3xx.immed);
182 if ((debug & PRINT_VERBOSE) && (cat0->dummy2|cat0->dummy3|cat0->dummy4))
183 fprintf(ctx->out, "\t{0: %x,%x,%x}", cat0->dummy2, cat0->dummy3, cat0->dummy4);