Re: [PATCH v5 21/23] target/ppc: Implement vcfuged instruction

2021-05-18 Thread Richard Henderson
On 5/17/21 3:50 PM, matheus.fe...@eldorado.org.br wrote: +// centrifuge lower double word No c++ style comments. r~

Re: [PATCH v5 21/23] target/ppc: Implement vcfuged instruction

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:23PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Matheus Ferst > > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks. > --- > v5: > - New REQUIRE_ALTIVEC macro; > - REQUIRE_INSNS_FLAGS2. > --- > target/ppc/insn32.decode | 7 >

[PATCH v5 21/23] target/ppc: Implement vcfuged instruction

2021-05-17 Thread matheus . ferst
From: Matheus Ferst Signed-off-by: Matheus Ferst --- v5: - New REQUIRE_ALTIVEC macro; - REQUIRE_INSNS_FLAGS2. --- target/ppc/insn32.decode | 7 target/ppc/translate.c | 1 + target/ppc/translate/vector-impl.c.inc | 56 ++ 3 files chan