Searched refs:MUL_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 | 525 $$ = gen_bin_op(c, &@1, MUL_OP, &$1, &$3);
|
H A D | parser-helpers.c | 909 case MUL_OP: in gen_bin_op() 1888 res = gen_bin_op(c, locp, MUL_OP, op1, op2); in gen_rvalue_mpy()
|