Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h271 HexValue gen_rotl(Context *c, YYLTYPE *locp, HexValue *src, HexValue *n);
H A Didef-parser.y781 $$ = gen_rotl(c, &@1, &$3, &$5);
H A Dparser-helpers.c1588 HexValue gen_rotl(Context *c, YYLTYPE *locp, HexValue *src, HexValue *width) in gen_rotl() function