Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c1360 HexValue src_m = *src; in gen_convround() local
1361 unsigned bit_width = src_m.bit_width; in gen_convround()
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()
1374 OUT(c, locp, &src_p1, ", ", &src_m, ");\n"); in gen_convround()
1562 HexValue src_m = *src; in gen_locnt_op() local
1567 src_m = rvalue_materialize(c, locp, &src_m); in gen_locnt_op()
1569 &res, ", ", &src_m, ");\n"); in gen_locnt_op()
1578 HexValue src_m = *src; in gen_ctpop_op() local
1582 src_m = rvalue_materialize(c, locp, &src_m); in gen_ctpop_op()
[all …]