Re: [PATCH 15/36] target/arm: Convert Neon 3-reg-same logic ops to decodetree

2020-04-30 Thread Richard Henderson
On 4/30/20 11:09 AM, Peter Maydell wrote: > Convert the Neon logic ops in the 3-reg-same grouping to decodetree. > Note that for the logic ops the 'size' field forms part of their > decode and the actual operations are always bitwise. > > Signed-off-by: Peter Maydell > --- > target/arm/translate

[PATCH 15/36] target/arm: Convert Neon 3-reg-same logic ops to decodetree

2020-04-30 Thread Peter Maydell
Convert the Neon logic ops in the 3-reg-same grouping to decodetree. Note that for the logic ops the 'size' field forms part of their decode and the actual operations are always bitwise. Signed-off-by: Peter Maydell --- target/arm/translate-neon.inc.c | 19 + target/arm/translate