Home | History | Annotate | Download | only in qemu

Lines Matching refs:fprintf_func

5319 	(*info->fprintf_func) (info->stream, "%-7s ", opcode->name);
5321 (*info->fprintf_func) (info->stream, "%s", opcode->name);
5354 (*info->fprintf_func) (info->stream, ",");
5361 (*info->fprintf_func) (info->stream, "r%ld", value);
5363 (*info->fprintf_func) (info->stream, "f%ld", value);
5365 (*info->fprintf_func) (info->stream, "v%ld", value);
5372 (*info->fprintf_func) (info->stream, "%ld", value);
5376 (*info->fprintf_func) (info->stream, "cr%ld", value);
5385 (*info->fprintf_func) (info->stream, "4*cr%d+", cr);
5387 (*info->fprintf_func) (info->stream, "%s", cbnames[cc]);
5393 (*info->fprintf_func) (info->stream, ")");
5401 (*info->fprintf_func) (info->stream, "(");
5417 (*info->fprintf_func) (info->stream, ".long 0x%lx", insn);