Home
last modified time | relevance | path

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

/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()
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()
1584 "(", &res, ", ", &src_m, ");\n"); in gen_ctpop_op()
1770 HexValue src_m = *src; in gen_store() local
[all …]