Lines Matching refs:src_m
1360 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()
1584 "(", &res, ", ", &src_m, ");\n"); in gen_ctpop_op()
1770 HexValue src_m = *src; in gen_store() local
1775 src_m = rvalue_materialize(c, locp, &src_m); in gen_store()
1776 OUT(c, locp, "gen_store", &mem_width, "(tcg_env, ", ea, ", ", &src_m); in gen_store()