Home
last modified time | relevance | path

Searched refs:ORB_OP (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h198 ADD_OP, SUB_OP, MUL_OP, ASL_OP, ASR_OP, LSR_OP, ANDB_OP, ORB_OP, enumerator
H A Didef-parser.y310 HexValue tmp = gen_bin_op(c, &@1, ORB_OP, &$1, &$3);
555 $$ = gen_bin_op(c, &@1, ORB_OP, &$1, &$3);
H A Dparser-helpers.c937 case ORB_OP: in gen_bin_op()
1215 res = gen_bin_op(c, locp, ORB_OP, &res, &value_m); in gen_rdeposit_op()