On 3/9/21 8:56 AM, Philippe Mathieu-Daudé wrote:
+ tcg_gen_shli_i64(x, a, 8); + tcg_gen_and_i64(x, x, mask);
I think these two lines need switching?
+ tcg_gen_and_i64(y, b, mask); + tcg_gen_or_i64(d, x, y);
r~
On 3/9/21 8:56 AM, Philippe Mathieu-Daudé wrote:
+ tcg_gen_shli_i64(x, a, 8); + tcg_gen_and_i64(x, x, mask);
I think these two lines need switching?
+ tcg_gen_and_i64(y, b, mask); + tcg_gen_or_i64(d, x, y);
r~