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 \
>
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 +-