Searched refs:LSR_OP (Results 1 – 2 of 2) 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 | 537 $$ = gen_bin_op(c, &@1, LSR_OP, &$1, &$3); 545 $$ = gen_bin_op(c, &@1, LSR_OP, &$1, &$3);
|