Re: [PATCH 30/33] target/ppc: Implemented XXSPLTIW using decodetree

2021-10-23 Thread Richard Henderson
On 10/21/21 12:45 PM, matheus.fe...@eldorado.org.br wrote: From: "Bruno Larsen (billionai)" Implemented the XXSPLTIW instruction, using decodetree. Signed-off-by: Bruno Larsen (billionai) Signed-off-by: Matheus Ferst --- target/ppc/insn64.decode| 6 ++ target/ppc/translate/v

[PATCH 30/33] target/ppc: Implemented XXSPLTIW using decodetree

2021-10-21 Thread matheus . ferst
From: "Bruno Larsen (billionai)" Implemented the XXSPLTIW instruction, using decodetree. Signed-off-by: Bruno Larsen (billionai) Signed-off-by: Matheus Ferst --- target/ppc/insn64.decode| 6 ++ target/ppc/translate/vsx-impl.c.inc | 10 ++ 2 files changed, 16 insertion