Searched refs:ne_fprintf (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 2554 #define ne_fprintf(...) \ macro 2573 col += ne_fprintf(f, "\n ----"); in tcg_dump_ops() 2576 col += ne_fprintf(f, " %016" PRIx64, in tcg_dump_ops() 2588 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops() 2596 col += ne_fprintf(f, "%s", info->name); in tcg_dump_ops() 2598 col += ne_fprintf(f, "plugin(%p)", func); in tcg_dump_ops() 2601 col += ne_fprintf(f, ",$0x%x,$%d", info->flags, nb_oargs); in tcg_dump_ops() 2603 col += ne_fprintf(f, ",%s", tcg_get_arg_str(s, buf, sizeof(buf), in tcg_dump_ops() 2609 col += ne_fprintf(f, ",%s", t); in tcg_dump_ops() 2612 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops() [all …]
|