Home
last modified time | relevance | path

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

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