Re: [PATCH 23/33] target/ppc: added the instructions LXVP and STXVP

2021-10-23 Thread Richard Henderson
On 10/21/21 12:45 PM, matheus.fe...@eldorado.org.br wrote: if (ctx->le_mode) { -gen_addr_add(ctx, ea, ea, 8); +gen_addr_add(ctx, ea, ea, paired ? 24 : 8); Still questioning the address of the fault, but the rest of it looks ok. r~

[PATCH 23/33] target/ppc: added the instructions LXVP and STXVP

2021-10-21 Thread matheus . ferst
From: "Lucas Mateus Castro (alqotel)" Implemented the instructions lxvp and stxvp using decodetree Signed-off-by: Luis Pires Signed-off-by: Lucas Mateus Castro (alqotel) Signed-off-by: Matheus Ferst --- target/ppc/insn32.decode| 5 target/ppc/translate/vsx-impl.c.inc | 40 +