Re: [PATCH 19/19] target/arm: Split VMINMAXNM decode

2020-02-20 Thread Peter Maydell
On Fri, 14 Feb 2020 at 18:16, Richard Henderson wrote: > > Passing the raw op field from the manual is less instructive > than it might be. Do the full decode and use the existing > helpers to perform the expansion. > > Since these are v8 insns, VECLEN+VECSTRIDE are already RES0. > >

[PATCH 19/19] target/arm: Split VMINMAXNM decode

2020-02-14 Thread Richard Henderson
Passing the raw op field from the manual is less instructive than it might be. Do the full decode and use the existing helpers to perform the expansion. Since these are v8 insns, VECLEN+VECSTRIDE are already RES0. Signed-off-by: Richard Henderson --- target/arm/vfp-uncond.decode | 12 ++--