Re: [PATCH 4/4] target/ppc: move xscvqpdp to decodetree

2021-12-11 Thread Richard Henderson
On 12/10/21 8:19 AM, Matheus K. Ferst wrote: On 10/12/2021 11:13, Victor Colombo wrote: From: Matheus Ferst Signed-off-by: Matheus Ferst ---   target/ppc/fpu_helper.c | 10 +++---   target/ppc/helper.h |  2 +-   target/ppc/insn32.decode    |  4   ta

Re: [PATCH 4/4] target/ppc: move xscvqpdp to decodetree

2021-12-10 Thread Matheus K. Ferst
On 10/12/2021 11:13, Victor Colombo wrote: From: Matheus Ferst Signed-off-by: Matheus Ferst --- target/ppc/fpu_helper.c | 10 +++--- target/ppc/helper.h | 2 +- target/ppc/insn32.decode| 4 target/ppc/translate/vsx-impl.c.inc | 24 +++

[PATCH 4/4] target/ppc: move xscvqpdp to decodetree

2021-12-10 Thread Victor Colombo
From: Matheus Ferst Signed-off-by: Matheus Ferst --- target/ppc/fpu_helper.c | 10 +++--- target/ppc/helper.h | 2 +- target/ppc/insn32.decode| 4 target/ppc/translate/vsx-impl.c.inc | 24 +--- target/ppc/translate/vsx-ops.c