Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h267 HexValue gen_locnt_op(Context *c, YYLTYPE *locp, HexValue *src);
H A Didef-parser.y738 $$ = gen_locnt_op(c, &@1, &$3);
H A Dparser-helpers.c1559 HexValue gen_locnt_op(Context *c, YYLTYPE *locp, HexValue *src) in gen_locnt_op() function