Re: [PATCH v2 5/9] target/arm: Convert Neon narrowing shifts with op==8 to decodetree

2020-06-01 Thread Richard Henderson
On 5/22/20 7:55 AM, Peter Maydell wrote: > Convert the Neon narrowing shifts where op==8 to decodetree: > * VSHRN > * VRSHRN > * VQSHRUN > * VQRSHRUN > > Signed-off-by: Peter Maydell > --- > target/arm/neon-dp.decode | 27 + > target/arm/translate-neon.inc.c | 168

Re: [PATCH v2 5/9] target/arm: Convert Neon narrowing shifts with op==8 to decodetree

2020-05-22 Thread Peter Maydell
On Fri, 22 May 2020 at 15:55, Peter Maydell wrote: > > Convert the Neon narrowing shifts where op==8 to decodetree: > * VSHRN > * VRSHRN > * VQSHRUN > * VQRSHRUN > > Signed-off-by: Peter Maydell > --- > +// todo expand out the shift-narrow and the narrow-op Oops. I fixed this todo item

[PATCH v2 5/9] target/arm: Convert Neon narrowing shifts with op==8 to decodetree

2020-05-22 Thread Peter Maydell
Convert the Neon narrowing shifts where op==8 to decodetree: * VSHRN * VRSHRN * VQSHRUN * VQRSHRUN Signed-off-by: Peter Maydell --- target/arm/neon-dp.decode | 27 + target/arm/translate-neon.inc.c | 168 target/arm/translate.c | 1 + 3