Searched refs:emit_arg (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 235 emit_arg(c, &@1, &$1); 239 emit_arg(c, &@1, &$1); 245 emit_arg(c, &@2, &$2); 249 emit_arg(c, &@2, &$2);
|
H A D | parser-helpers.h | 341 void emit_arg(Context *c, YYLTYPE *locp, HexValue *arg);
|
H A D | parser-helpers.c | 2071 void emit_arg(Context *c, YYLTYPE *locp, HexValue *arg) in emit_arg() function
|