Searched refs:VARID (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 157 REGISTER, REGISTER_ARG, TEMP, IMMEDIATE, PREDICATE, VARID enumerator
|
H A D | parser-helpers.c | 233 case VARID: in rvalue_print() 446 yyassert(c, locp, varid->type == VARID, in try_find_variable() 863 if (op1_m.type == VARID) { in gen_bin_op() 866 if (op2_m.type == VARID) { in gen_bin_op() 1338 if (dst->type == VARID) { in gen_assign() 1744 if (dst->type == VARID) { in gen_load() 1785 if (dst->type == VARID) { in gen_sethalf()
|
H A D | README.rst | 328 In idef-parser, variable names are matched by a generic ``VARID`` token, 330 idef-parser calls ``gen_varid_allocate`` with the ``VARID`` token to save the 333 and error message if that is the case. Upon use of a variable, the ``VARID``
|