Home
last modified time | relevance | path

Searched refs:gen_bin_op (Results 1 – 4 of 4) sorted by relevance

/qemu/target/hexagon/idef-parser/
H A Didef-parser.y517 $$ = gen_bin_op(c, &@1, ADD_OP, &$1, &$3);
522 $$ = gen_bin_op(c, &@1, SUB_OP, &$1, &$3);
527 $$ = gen_bin_op(c, &@1, MUL_OP, &$1, &$3);
532 $$ = gen_bin_op(c, &@1, ASL_OP, &$1, &$3);
547 $$ = gen_bin_op(c, &@1, LSR_OP, &$1, &$3);
552 $$ = gen_bin_op(c, &@1, ANDB_OP, &$1, &$3);
557 $$ = gen_bin_op(c, &@1, ORB_OP, &$1, &$3);
562 $$ = gen_bin_op(c, &@1, XORB_OP, &$1, &$3);
567 $$ = gen_bin_op(c, &@1, ANDL_OP, &$1, &$3);
572 $$ = gen_bin_op(c, &@1, MINI_OP, &$3, &$5);
[all …]
H A Dparser-helpers.c841 HexValue gen_bin_op(Context *c, in gen_bin_op() function
1206 k64 = gen_bin_op(c, locp, SUB_OP, &k64, &width_m); in gen_rdeposit_op()
1207 mask = gen_bin_op(c, locp, LSR_OP, &mask, &k64); in gen_rdeposit_op()
1214 res = gen_bin_op(c, locp, ANDB_OP, dst, &mask); in gen_rdeposit_op()
1215 res = gen_bin_op(c, locp, ORB_OP, &res, &value_m); in gen_rdeposit_op()
1369 and = gen_bin_op(c, locp, ANDB_OP, &src_m, &mask); in gen_convround()
1370 src_p1 = gen_bin_op(c, locp, ADD_OP, &src_m, &one); in gen_convround()
1526 n_m1 = gen_bin_op(c, locp, SUB_OP, &b, &one); in gen_round()
1527 shifted = gen_bin_op(c, locp, ASL_OP, &one, &n_m1); in gen_round()
1528 sum = gen_bin_op(c, locp, ADD_OP, &shifted, &a); in gen_round()
[all …]
H A Dparser-helpers.h188 HexValue gen_bin_op(Context *c,
H A DREADME.rst363 ``gen_bin_op`` and ``gen_bin_cmp`` helper functions. These two functions handle