Re: [PATCH v3 03/37] target/ppc: Moved vector multiply high and low to decodetree

2022-02-10 Thread Richard Henderson
On 2/10/22 23:34, matheus.fe...@eldorado.org.br wrote: From: "Lucas Mateus Castro (alqotel)" Moved instructions vmulld, vmulhuw, vmulhsw, vmulhud and vmulhsd to decodetree Signed-off-by: Lucas Mateus Castro (alqotel) Signed-off-by: Matheus Ferst --- target/ppc/helper.h | 8 ++

[PATCH v3 03/37] target/ppc: Moved vector multiply high and low to decodetree

2022-02-10 Thread matheus . ferst
From: "Lucas Mateus Castro (alqotel)" Moved instructions vmulld, vmulhuw, vmulhsw, vmulhud and vmulhsd to decodetree Signed-off-by: Lucas Mateus Castro (alqotel) Signed-off-by: Matheus Ferst --- target/ppc/helper.h | 8 target/ppc/insn32.decode| 6 ++