Lines Matching refs:bprintf

718 static void bprintf(dis_handle_t *, const char *, ...);
772 bprintf(dhp, (octal != 0) ? "%s0%-11lo" : "%s0x%-10lx",
816 bprintf(dhp,
923 bprintf(dhp,
930 bprintf(dhp,
938 bprintf(dhp,
1007 bprintf(dhp, "[%s]", reg_names[f->f3.rs1]);
1014 bprintf(dhp, ", %s, %s", reg_names[f->f3.rs2], reg_names[f->f3.rd]);
1017 bprintf(dhp, "\t<%s>", asistr);
1103 bprintf(dhp, "\t<%s>", asistr);
1244 bprintf(dhp, "%s, %s, [%s] ",
1251 bprintf(dhp, "\t<%s>", asistr);
1293 bprintf(dhp, "\t<%s>", asistr);
1368 bprintf(dhp, "%s%s",
1377 bprintf(dhp, "%s%s",
1517 bprintf(dhp, "%s, %s", regstr, reg_names[f->f3.rd]);
1520 bprintf(dhp, "%s, ", reg_names[f->f3.rs1]);
1565 bprintf(dhp, "%-9s %s%s%s%s%s", inp->in_data.in_def.in_name,
1572 bprintf(dhp, "%-9s %s%s%s%s0x%x", inp->in_data.in_def.in_name,
1605 bprintf(dhp, (octal != 0) ? "%s, 0%lo, %s" : "%s, 0x%lx, %s",
1608 bprintf(dhp, "%s, %s, %s", reg_names[f->f3.rs1],
1649 bprintf(dhp, ", %s", reg_names[f->f3.rd]);
2011 bprintf(dhp, "%s, ", regs[f->f3c.cc]);
2019 bprintf(dhp, ", %s", reg_names[f->f3.rd]);
2032 bprintf(dhp, "%s, ", reg_names[f->f3d.rs1]);
2040 bprintf(dhp, ", %s", reg_names[f->f3.rd]);
2157 bprintf(dhp, "%s, ", ccstr);
2188 bprintf(dhp, "%d", instr & 0x7L);
2205 bprintf(dhp, "%s, %s, %s, %s",
2243 bprintf(dhp, "%s, ", regname);
2249 bprintf(dhp, "%s", regname);
2252 bprintf(dhp, ", %s0x%-5lx <", (disp < 0) ? "-" : "+",
2293 bprintf(dhp, "%s, %s, ", get_regname(dhp, FLG_P1_VAL(flags),
2300 bprintf(dhp, "%s", get_regname(dhp, FLG_P1_VAL(flags),
2304 bprintf(dhp, ", %s", get_regname(dhp, FLG_P1_VAL(flags), f->fused.rd));
2316 bprintf(dhp, (add_space == 0) ? "%s" : "%-9s ", name);
2394 bprintf(dhp, fmtstr, sv);
2483 bprintf(dhp, "%%asi");
2485 bprintf(dhp, (octal != 0) ? "0%03o" : "0x%02x", f->f3.asi);
2519 bprintf(dhp, "%s%s%s%s%s",
2541 bprintf(dhp,
2552 bprintf(dhp, "%s%s%s",
2903 bprintf(dis_handle_t *dhp, const char *fmt, ...)