Searched refs:ORB_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 | 310 HexValue tmp = gen_bin_op(c, &@1, ORB_OP, &$1, &$3); 555 $$ = gen_bin_op(c, &@1, ORB_OP, &$1, &$3);
|
H A D | parser-helpers.c | 937 case ORB_OP: in gen_bin_op() 1215 res = gen_bin_op(c, locp, ORB_OP, &res, &value_m); in gen_rdeposit_op()
|