Re: [Qemu-devel] [PATCH 29/42] target/arm: Convert VABS to decodetree

2019-06-08 Thread Richard Henderson
On 6/6/19 12:45 PM, Peter Maydell wrote: > Convert the VFP VABS instruction to decodetree. > > Unlike the 3-op versions, we don't pass fpst to the VFPGen2OpSPFn or > VFPGen2OpDPFn because none of the operations which use this format > and support short vectors will need it. > > Signed-off-by: Pet

[Qemu-devel] [PATCH 29/42] target/arm: Convert VABS to decodetree

2019-06-06 Thread Peter Maydell
Convert the VFP VABS instruction to decodetree. Unlike the 3-op versions, we don't pass fpst to the VFPGen2OpSPFn or VFPGen2OpDPFn because none of the operations which use this format and support short vectors will need it. Signed-off-by: Peter Maydell --- target/arm/translate-vfp.inc.c | 167 +