Re: [PATCH 26/33] target/ppc: added the instructions PLXVP and PSTXVP

2021-10-23 Thread Richard Henderson
On 10/21/21 12:45 PM, matheus.fe...@eldorado.org.br wrote: From: "Lucas Mateus Castro (alqotel)" Implemented the instructions plxvp and pstxvp using decodetree Signed-off-by: Lucas Mateus Castro (alqotel) Signed-off-by: Matheus Ferst --- target/ppc/insn64.decode| 9 + tar

[PATCH 26/33] target/ppc: added the instructions PLXVP and PSTXVP

2021-10-21 Thread matheus . ferst
From: "Lucas Mateus Castro (alqotel)" Implemented the instructions plxvp and pstxvp using decodetree Signed-off-by: Lucas Mateus Castro (alqotel) Signed-off-by: Matheus Ferst --- target/ppc/insn64.decode| 9 + target/ppc/translate/vsx-impl.c.inc | 2 ++ 2 files changed, 11