Home | History | Annotate | Download | only in opcodes

Lines Matching full:fprintf_func

238 	(*info->fprintf_func) (info->stream, "$0x%x [%c-float]", mode, d[1]);
240 (*info->fprintf_func) (info->stream, "$0x%x", mode);
244 (*info->fprintf_func) (info->stream, "[%s]", reg_names[reg]);
247 (*info->fprintf_func) (info->stream, "%s", reg_names[reg]);
250 (*info->fprintf_func) (info->stream, "(%s)", reg_names[reg]);
253 (*info->fprintf_func) (info->stream, "-(%s)", reg_names[reg]);
261 (*info->fprintf_func) (info->stream, "$0x");
270 (*info->fprintf_func) (info->stream, "[invalid %c-float]",
276 (*info->fprintf_func) (info->stream, "%02x",
278 (*info->fprintf_func) (info->stream, " [%c-float]", d[1]);
284 (*info->fprintf_func) (info->stream, "%02x", p[size - i - 1]);
289 (*info->fprintf_func) (info->stream, "(%s)+", reg_names[reg]);
293 (*info->fprintf_func) (info->stream, "*0x%x", NEXTLONG (p));
295 (*info->fprintf_func) (info->stream, "@(%s)+", reg_names[reg]);
298 (*info->fprintf_func) (info->stream, "*");
303 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTBYTE (p),
307 (*info->fprintf_func) (info->stream, "*");
312 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTWORD (p),
316 (*info->fprintf_func) (info->stream, "*");
321 (*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTLONG (p),
421 (*info->fprintf_func) (info->stream, ".word 0x%04x # Entry mask: <",
426 (*info->fprintf_func) (info->stream, " %s", entry_mask_bit[i]);
428 (*info->fprintf_func) (info->stream, " >");
440 (*info->fprintf_func) (info->stream, ".long 0x%08x", offset);
460 (*info->fprintf_func) (info->stream, ".word 0x%x",
472 (*info->fprintf_func) (info->stream, "%s", votp->name);
474 (*info->fprintf_func) (info->stream, " ");
481 (*info->fprintf_func) (info->stream, ",");