Searched refs:ne_fprintf (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 2931 #define ne_fprintf(...) \ macro 2950 col += ne_fprintf(f, "\n ----"); in tcg_dump_ops() 2953 col += ne_fprintf(f, " %016" PRIx64, in tcg_dump_ops() 2965 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops() 2973 col += ne_fprintf(f, "%s", info->name); in tcg_dump_ops() 2975 col += ne_fprintf(f, "plugin(%p)", func); in tcg_dump_ops() 2978 col += ne_fprintf(f, ",$0x%x,$%d", info->flags, nb_oargs); in tcg_dump_ops() 2980 col += ne_fprintf(f, ",%s", tcg_get_arg_str(s, buf, sizeof(buf), in tcg_dump_ops() 2986 col += ne_fprintf(f, ",%s", t); in tcg_dump_ops() 2990 col += ne_fprintf(f, " %s_i%d ", in tcg_dump_ops() [all …]
|