On 4/26/23 01:42, Taylor Simpson wrote:
+    tcg_gen_not_i64(tmp, tmp);
+    tcg_gen_and_i64(result, result, tmp);

tcg_gen_andc_i64(result, result, tmp);

Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to