Searched refs:cond_name (Results 1 – 1 of 1) sorted by relevance
2844 static const char * const cond_name[] =3029 if (op->args[k] < ARRAY_SIZE(cond_name) in tcg_dump_ops() 3030 && cond_name[op->args[k]]) { in tcg_dump_ops() 3031 col += ne_fprintf(f, ",%s", cond_name[op->args[k++]]); in tcg_dump_ops() 2843 static const char * const cond_name[] = global() variable