Re: [PATCH v5 20/23] target/ppc: Implement cfuged instruction

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:22PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Matheus Ferst > > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks. > --- > v5: > - Comments to explain helper_cfuged implementation. > --- > target/ppc/helper.h| 1 + >

[PATCH v5 20/23] target/ppc: Implement cfuged instruction

2021-05-17 Thread matheus . ferst
From: Matheus Ferst Signed-off-by: Matheus Ferst --- v5: - Comments to explain helper_cfuged implementation. --- target/ppc/helper.h| 1 + target/ppc/insn32.decode | 4 ++ target/ppc/int_helper.c| 62 ++