Home
last modified time | relevance | path

Searched refs:ne_fprintf (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c2930 #define ne_fprintf(...) \ macro
2949 col += ne_fprintf(f, "\n ----"); in tcg_dump_ops()
2952 col += ne_fprintf(f, " %016" PRIx64, in tcg_dump_ops()
2964 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops()
2972 col += ne_fprintf(f, "%s", info->name); in tcg_dump_ops()
2974 col += ne_fprintf(f, "plugin(%p)", func); in tcg_dump_ops()
2977 col += ne_fprintf(f, ",$0x%x,$%d", info->flags, nb_oargs); in tcg_dump_ops()
2979 col += ne_fprintf(f, ",%s", tcg_get_arg_str(s, buf, sizeof(buf), in tcg_dump_ops()
2985 col += ne_fprintf(f, ",%s", t); in tcg_dump_ops()
2989 col += ne_fprintf(f, " %s_i%d ", in tcg_dump_ops()
[all …]