Re: [PATCH 17/19] target/arm: Add formats for some vfp 2 and 3-register insns

2020-02-20 Thread Peter Maydell
On Fri, 14 Feb 2020 at 18:16, Richard Henderson wrote: > > Those vfp instructions without extra opcode fields can > share a common @format for brevity. > > Signed-off-by: Richard Henderson > --- > target/arm/vfp.decode | 134 -- > 1 file changed, 52 insert

[PATCH 17/19] target/arm: Add formats for some vfp 2 and 3-register insns

2020-02-14 Thread Richard Henderson
Those vfp instructions without extra opcode fields can share a common @format for brevity. Signed-off-by: Richard Henderson --- target/arm/vfp.decode | 134 -- 1 file changed, 52 insertions(+), 82 deletions(-) diff --git a/target/arm/vfp.decode b/target/a