Re: [PATCH v5 18/23] target/ppc: Implement prefixed integer store instructions

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:20PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > Signed-off-by: Richard Henderson > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks. > --- > target/ppc/insn64.decode | 12 >

[PATCH v5 18/23] target/ppc: Implement prefixed integer store instructions

2021-05-17 Thread matheus . ferst
From: Richard Henderson Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- target/ppc/insn64.decode | 12 target/ppc/translate/fixedpoint-impl.c.inc | 4 2 files changed, 16 insertions(+) diff --git a/target/ppc/insn64.decode