Re: [PATCH v5 16/23] target/ppc: Implement prefixed integer load instructions

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:18PM -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 | 15 +++ >

[PATCH v5 16/23] target/ppc: Implement prefixed integer load instructions

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