Re: [PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes

2022-03-05 Thread Cédric Le Goater
On 3/4/22 18:51, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Some fixes to the insns of our last patch series. Lucas Mateus Castro (alqotel) (1): target/ppc: Fix vmul[eo]* instructions marked 2.07 Matheus Ferst (4): target/ppc: use ext32u and deposit in do_vx_vmulhw_i64

[PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes

2022-03-04 Thread matheus . ferst
From: Matheus Ferst Some fixes to the insns of our last patch series. Lucas Mateus Castro (alqotel) (1): target/ppc: Fix vmul[eo]* instructions marked 2.07 Matheus Ferst (4): target/ppc: use ext32u and deposit in do_vx_vmulhw_i64 target/ppc: use extract/extract2 to create vrlqnm mask ta