Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h339 const char *cond_to_str(TCGCond cond);
H A Dparser-helpers.c543 OUT(c, locp, cond_to_str(type), ", ", &res, ", ", &op1_m, ", ", &op2_m, in gen_bin_cmp()
548 OUT(c, locp, cond_to_str(type), ", ", &res, ", ", &op1_m, ", ", &op2_m, in gen_bin_cmp()
2039 const char *cond_to_str(TCGCond cond) in cond_to_str() function