On 9/23/22 21:47, Lucas Mateus Castro(alqotel) wrote:
+ /* MO_32 is 2, so 2 iteractions for MO_32 and 3 for MO_64 */ + for (i = 0; i < vece; i++) { + tcg_gen_shri_vec(vece, tmp, b, (4 << (vece - i))); + tcg_gen_xor_vec(vece, b, tmp, b); + } + tcg_gen_dupi_vec(vece, tmp, 1); + tcg_gen_and_vec(vece, t, b, tmp);
tcg_constant_vec_matching. With that, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> Also, could implement the .fni4 and .fni8 functions.