Re: [PATCH 05/12] target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec

2022-09-24 Thread Richard Henderson
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,

[PATCH 05/12] target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec

2022-09-23 Thread Lucas Mateus Castro(alqotel)
From: "Lucas Mateus Castro (alqotel)" Moved VPRTYBW and VPRTYBD to use gvec and both of them and VPRTYBQ to decodetree. vprtybw: reptloopmaster patch 8 12500 0,01215900 0,00705600 (-42.0%) 25 40000,01198700 0,00574400 (-52.1%) 100 1000