Searched refs:ASR_OP (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 198 ADD_OP, SUB_OP, MUL_OP, ASL_OP, ASR_OP, LSR_OP, ANDB_OP, ORB_OP, enumerator
|
H A D | idef-parser.y | 539 $$ = gen_bin_op(c, &@1, ASR_OP, &$1, &$3);
|
H A D | parser-helpers.c | 921 case ASR_OP: in gen_bin_op()
|