Re: [PATCH 18/19] target/arm: Split VFM decode

2020-02-20 Thread Peter Maydell
On Fri, 14 Feb 2020 at 18:16, Richard Henderson wrote: > > Passing the raw o1 and o2 fields from the manual is less > instructive than it might be. Do the full decode and let > the trans_* functions pass in booleans to a helper. > > Signed-off-by: Richard Henderson > --- > target/arm/vfp.decode

[PATCH 18/19] target/arm: Split VFM decode

2020-02-14 Thread Richard Henderson
Passing the raw o1 and o2 fields from the manual is less instructive than it might be. Do the full decode and let the trans_* functions pass in booleans to a helper. Signed-off-by: Richard Henderson --- target/arm/vfp.decode | 17 +-- target/arm/translate-vfp.inc.c | 52 +++