Re: [PATCH v6 11/14] target/ppc: Implement cfuged instruction

2021-06-01 Thread Richard Henderson
On 6/1/21 12:35 PM, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Signed-off-by: Matheus Ferst --- target/ppc/helper.h| 1 + target/ppc/insn32.decode | 4 ++ target/ppc/int_helper.c| 62 ++

[PATCH v6 11/14] target/ppc: Implement cfuged instruction

2021-06-01 Thread matheus . ferst
From: Matheus Ferst Signed-off-by: Matheus Ferst --- target/ppc/helper.h| 1 + target/ppc/insn32.decode | 4 ++ target/ppc/int_helper.c| 62 ++ target/ppc/translate/fixedpoint-impl.c.inc | 12 + 4 files