Re: [PATCH 09/10] target/arm: Convert VCVT fixed-point ops to decodetree

2020-05-15 Thread Richard Henderson
On 5/15/20 7:20 AM, Peter Maydell wrote: > +# VCVT fixed<->float conversions > +# TODO: FP16 fixed<->float conversions are opc==0b1100 and 0b1101 > +# We use size=0 for fp32 and size=1 for fp16 to match the 3-same encodings. > +VCVT_SF_2sh 001 0 1 . 1 shift:5 1110 0 . . 1 \ >

[PATCH 09/10] target/arm: Convert VCVT fixed-point ops to decodetree

2020-05-15 Thread Peter Maydell
Convert the VCVT fixed-point conversion operations in the Neon 2-regs-and-shift group to decodetree. Signed-off-by: Peter Maydell --- target/arm/neon-dp.decode | 12 ++ target/arm/translate-neon.inc.c | 53 +++ target/arm/translate.c | 75 +-