Searched refs:XORB_OP (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 199 XORB_OP, ANDL_OP, MINI_OP, MAXI_OP enumerator
|
H A D | idef-parser.y | 317 HexValue tmp = gen_bin_op(c, &@1, XORB_OP, &$1, &$3); 560 $$ = gen_bin_op(c, &@1, XORB_OP, &$1, &$3);
|
H A D | parser-helpers.c | 945 case XORB_OP: in gen_bin_op()
|