Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Didef-parser.y235 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 Dparser-helpers.h341 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