Re: [PATCH 30/36] target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree

2020-04-30 Thread Richard Henderson
On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon VQDMULH and VQRDMULH 3-reg-same insns to > decodetree. These are the last integer operations in the > 3-reg-same group. > > Signed-off-by: Peter Maydell > --- > target/arm/translate-neon.inc.c | 44 + >

[PATCH 30/36] target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree

2020-04-30 Thread Peter Maydell
Convert the Neon VQDMULH and VQRDMULH 3-reg-same insns to decodetree. These are the last integer operations in the 3-reg-same group. Signed-off-by: Peter Maydell --- target/arm/translate-neon.inc.c | 44 + target/arm/translate.c | 24 +-