Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h310 unsigned gen_if_cond(Context *c, YYLTYPE *locp, HexValue *cond);
H A Didef-parser.y457 $1 = gen_if_cond(c, &@1, &$3);
H A Dparser-helpers.c1816 unsigned gen_if_cond(Context *c, YYLTYPE *locp, HexValue *cond) in gen_if_cond() function