Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y235 emit_arg(c, &@1, &$1);
241 emit_arg(c, &@1, &$1);
247 emit_arg(c, &@2, &$2);
251 emit_arg(c, &@2, &$2);
H A Dparser-helpers.h354 void emit_arg(Context *c, YYLTYPE *locp, HexValue *arg);
H A Dparser-helpers.c2071 void emit_arg(Context *c, YYLTYPE *locp, HexValue *arg) in emit_arg() function