Home
last modified time | relevance | path

Searched refs:rvalue (Results 1 – 4 of 4) sorted by relevance

/qemu/target/hexagon/idef-parser/
H A Didef-parser.y381 | SETBITS '(' rvalue ',' rvalue ',' rvalue ',' rvalue ')'
514 | rvalue '+' rvalue
519 | rvalue '-' rvalue
524 | rvalue '*' rvalue
529 | rvalue ASL rvalue
534 | rvalue ASR rvalue
544 | rvalue LSR rvalue
549 | rvalue '&' rvalue
554 | rvalue '|' rvalue
599 | rvalue EQ rvalue
[all …]
H A Dparser-helpers.c237 pred_print(c, locp, &rvalue->pred, rvalue->is_dotnew); in rvalue_print()
286 HexValue rvalue; in gen_constant() local
297 return rvalue; in gen_constant()
306 HexValue rvalue; in gen_tmp() local
317 return rvalue; in gen_tmp()
324 HexValue rvalue; in gen_constant_from_imm() local
349 return rvalue; in gen_constant_from_imm()
368 return rvalue; in gen_imm_value()
384 return rvalue; in gen_imm_qemu_tmp()
392 return *rvalue; in rvalue_materialize()
[all …]
H A DREADME.rst217 | rvalue ';'
243 and an ``rvalue ';'``.
342 The type of each ``rvalue`` is determined by two attributes: its bit width
345 For each operation, the type of ``rvalue``\ s influence the way in which the
362 The combination of ``rvalue``\ s are handled through the use of the
393 rvalue : rvalue QMARK rvalue COLON rvalue
678 statement | rvalue ';'
680 rvalue : rvalue QMARK rvalue COLON rvalue
681 | rvalue EQ rvalue
682 | LPAR rvalue RPAR
[all …]
H A Dparser-helpers.h83 void imm_print(Context *c, YYLTYPE *locp, HexValue *rvalue);
166 HexValue rvalue_materialize(Context *c, YYLTYPE *locp, HexValue *rvalue);
168 HexValue gen_rvalue_extend(Context *c, YYLTYPE *locp, HexValue *rvalue);
170 HexValue gen_rvalue_truncate(Context *c, YYLTYPE *locp, HexValue *rvalue);