Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h252 HexValue gen_round(Context *c,
H A Didef-parser.y718 $$ = gen_round(c, &@1, &$3, &$5);
H A Dparser-helpers.c1497 HexValue gen_round(Context *c, in gen_round() function