Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Didef-parser.h222 unsigned if_count; /**< Index of the last declared if label */ member
H A Dparser-helpers.c1818 OUT(c, locp, "TCGLabel *if_label_", &c->inst.if_count, in gen_if_cond()
1823 ", 0, if_label_", &c->inst.if_count, ");\n"); in gen_if_cond()
1824 return c->inst.if_count++; in gen_if_cond()
1829 unsigned if_index = c->inst.if_count++; in gen_if_else()