Re: [PATCH 11/12] target/ppc: declare vmsumuhm helper with call flags

2022-05-17 Thread Richard Henderson
On 5/17/22 05:39, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Move vmsumuhm and vmsumuhs to decodetree, declare vmsumuhm helper with TCG_CALL_NO_RWG, and drop the unused env argument. Signed-off-by: Matheus Ferst --- target/ppc/helper.h | 4 ++-- target/ppc/in

Re: [PATCH 11/12] target/ppc: declare vmsumuhm helper with call flags

2022-05-17 Thread Richard Henderson
On 5/17/22 05:39, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Move vmsumuhm and vmsumuhs to decodetree, declare vmsumuhm helper with TCG_CALL_NO_RWG, and drop the unused env argument. Signed-off-by: Matheus Ferst --- target/ppc/helper.h | 4 ++-- target/ppc/insn

[PATCH 11/12] target/ppc: declare vmsumuhm helper with call flags

2022-05-17 Thread matheus . ferst
From: Matheus Ferst Move vmsumuhm and vmsumuhs to decodetree, declare vmsumuhm helper with TCG_CALL_NO_RWG, and drop the unused env argument. Signed-off-by: Matheus Ferst --- target/ppc/helper.h | 4 ++-- target/ppc/insn32.decode| 2 ++ target/ppc/int_helper.c