On 2/26/19 3:39 AM, David Hildenbrand wrote: > + tcg_gen_not_vec(vece, t, c); > + tcg_gen_and_vec(vece, t, t, b);
tcg_gen_andc_vec(t, b, c); > + tcg_gen_not_i64(t, c); > + tcg_gen_and_i64(t, b, t); Likewise. r~
On 2/26/19 3:39 AM, David Hildenbrand wrote: > + tcg_gen_not_vec(vece, t, c); > + tcg_gen_and_vec(vece, t, t, b);
tcg_gen_andc_vec(t, b, c); > + tcg_gen_not_i64(t, c); > + tcg_gen_and_i64(t, b, t); Likewise. r~