Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c2466 static const char * const cond_name[] = variable
2649 if (op->args[k] < ARRAY_SIZE(cond_name) in tcg_dump_ops()
2650 && cond_name[op->args[k]]) { in tcg_dump_ops()
2651 col += ne_fprintf(f, ",%s", cond_name[op->args[k++]]); in tcg_dump_ops()