Home | History | Annotate | Download | only in ir3

Lines Matching defs:printf

37 #define printf debug_printf
80 printf("(absneg)");
82 printf("(neg)");
84 printf("(abs)");
87 printf("(r)");
90 printf("%d", reg.iim_val);
96 printf("%s%c<a0.x - %d>", full ? "" : "h", type, -reg.iim_val);
98 printf("%s%c<a0.x + %d>", full ? "" : "h", type, reg.iim_val);
100 printf("%s%c<a0.x>", full ? "" : "h", type);
102 printf("a0.%c", component[reg.comp]);
104 printf("p0.%c", component[reg.comp]);
106 printf("%s%c%d.%c", full ? "" : "h", type, reg.num & 0x3f, component[reg.comp]);
157 printf(" %sp0.%c", cat0->inv ? "!" : "",
161 printf(" %sp0.%c, #%d", cat0->inv ? "!" : "",
166 printf(" #%d", cat0->a3xx.immed);
171 printf("\t{0: %x,%x,%x,%x}", cat0->a3xx.dummy1, cat0->dummy2, cat0->dummy3, cat0->dummy4);
179 printf("(ul)");
184 printf("mova");
186 printf("mov.%s%s", type[cat1->src_type], type[cat1->dst_type]);
189 printf("cov.%s%s", type[cat1->src_type], type[cat1->dst_type]);
192 printf(" ");
195 printf("(even)");
198 printf("(pos_infinity)");
203 printf(", ");
208 printf("(%f)", cat1->fim_val);
210 printf("0x%08x", cat1->uim_val);
212 printf("%d", cat1->iim_val);
219 printf("%c<a0.x - %d>", type, -cat1->off);
221 printf("%c<a0.x + %d>", type, cat1->off);
223 printf("%c<a0.x>", type);
230 printf("\t{1: %x}", cat1->must_be_0);
253 printf(".%s", cond[cat2->cond]);
257 printf(" ");
259 printf("(ei)");
261 printf(", ");
295 printf(", ");
318 printf(" ");
320 printf(", ");
334 printf(", ");
338 printf(", ");
358 printf(" ");
360 printf(", ");
377 printf("\t{4: %x,%x}", cat4->dummy1, cat4->dummy2);
417 if (cat5->is_3d) printf(".3d");
418 if (cat5->is_a) printf(".a");
419 if (cat5->is_o) printf(".o");
420 if (cat5->is_p) printf(".p");
421 if (cat5->is_s) printf(".s");
422 if (cat5->is_s2en) printf(".s2en");
424 printf(" ");
431 printf("(%s)", type[cat5->type]);
435 printf("(");
438 printf("%c", "xyzw"[i]);
439 printf(")");
444 printf(", ");
450 printf(", ");
453 printf(", ");
458 printf(", ");
463 printf(", s#%d", cat5->norm.samp);
465 printf(", t#%d", cat5->norm.tex);
471 printf("\t{5: %x,%x,%x}", cat5->s2en.dummy1, cat5->s2en.dummy2, cat5->dummy2);
474 printf("\t{5: %x,%x}", cat5->norm.dummy1, cat5->dummy2);
538 printf(".%c", ss);
539 printf(".%s", type[cat6->type]);
543 printf(".%s", type[cat6->type]);
546 printf(" ");
614 printf("%c[", sd);
618 printf("%+d", dstoff);
620 printf("]");
621 printf(", ");
625 printf("%c[", ss);
629 printf("%u", src1.reg.dummy13);
635 printf("%+d", src1off);
637 printf("]");
644 printf(", ");
836 printf("%s%04d[%08xx_%08xx] ", levels[level], n, dwords[1], dwords[0]);
844 printf("(sy)");
846 printf("(ss)");
848 printf("(jp)");
850 printf("(rpt%d)", instr->repeat);
856 printf("(ul)");
861 printf("%s", name);
864 printf("unknown(%d,%d)", instr->opc_cat, opc);
867 printf("\n");