Lines Matching refs:gen_bin_op
289 HexValue tmp = gen_bin_op(c, &@1, ADD_OP, &$1, &$3);
296 HexValue tmp = gen_bin_op(c, &@1, SUB_OP, &$1, &$3);
303 HexValue tmp = gen_bin_op(c, &@1, ANDB_OP, &$1, &$3);
310 HexValue tmp = gen_bin_op(c, &@1, ORB_OP, &$1, &$3);
317 HexValue tmp = gen_bin_op(c, &@1, XORB_OP, &$1, &$3);
515 $$ = gen_bin_op(c, &@1, ADD_OP, &$1, &$3);
520 $$ = gen_bin_op(c, &@1, SUB_OP, &$1, &$3);
525 $$ = gen_bin_op(c, &@1, MUL_OP, &$1, &$3);
530 $$ = gen_bin_op(c, &@1, ASL_OP, &$1, &$3);
537 $$ = gen_bin_op(c, &@1, LSR_OP, &$1, &$3);
539 $$ = gen_bin_op(c, &@1, ASR_OP, &$1, &$3);
545 $$ = gen_bin_op(c, &@1, LSR_OP, &$1, &$3);
550 $$ = gen_bin_op(c, &@1, ANDB_OP, &$1, &$3);
555 $$ = gen_bin_op(c, &@1, ORB_OP, &$1, &$3);
560 $$ = gen_bin_op(c, &@1, XORB_OP, &$1, &$3);
565 $$ = gen_bin_op(c, &@1, ANDL_OP, &$1, &$3);
570 $$ = gen_bin_op(c, &@1, MINI_OP, &$3, &$5);
575 $$ = gen_bin_op(c, &@1, MAXI_OP, &$3, &$5);
797 $$ = gen_bin_op(c, &@1, ANDB_OP, &$3, &one);