Lines Matching refs:print
165 print(struct decode_state *state, const char *fmt, ...)
221 print(state, "\t; ");
223 print(state, "%s%s", (i > 0) ? ", " : "", state->errors[i]);
486 print(scope->state, "%s", e->values[i].display);
491 print(scope->state, "%u", (unsigned)ui);
566 print(state, " ");
580 print(state, " ");
582 print(scope->state, "%s", scope->bitset->name);
605 print(state, " ");
613 print(scope->state, "l%d", offset);
620 print(scope->state, "%"PRId64, util_sign_extend(val, width));
623 print(scope->state, "%"PRIu64, val);
627 print(scope->state, "%"PRIx64, val);
631 print(scope->state, "%+"PRId64, util_sign_extend(val, width));
636 print(scope->state, "+%"PRIu64, val);
641 print(scope->state, "%f", _mesa_half_to_float(val));
644 print(scope->state, "%f", uif(val));
650 print(scope->state, "%s", field->display);
653 print(scope->state, "%u", (unsigned)val);
732 print(state, "l%d:\n", state->n);
741 print(state, "no match: %"BITSET_FORMAT"\n", BITSET_VALUE(instr.bitset));
754 print(state, "\n");