Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h93 typedef struct HexPred { struct
95 } HexPred; argument
170 HexPred pred; /**< rvalue of predicate type */
H A Dparser-helpers.h77 void pred_print(Context *c, YYLTYPE *locp, HexPred *pred, bool is_dotnew);
H A Dparser-helpers.c116 void pred_print(Context *c, YYLTYPE *locp, HexPred *pred, bool is_dotnew) in pred_print()