]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement fp16 for Neon VCVT fixed-point
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:47 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:38:50 +0000 (11:38 +0100)
commit24018cf3990b692b51e50183c5fbd98d17b3fa40
tree2eba489b8c21d0653cabaedbf6bbe87d0b714f8e
parent7b959c5890deb9a6d71bc6800006a0eae0a84c60
target/arm: Implement fp16 for Neon VCVT fixed-point

Implement fp16 for the Neon VCVT insns which convert between
float and fixed-point.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200828183354.27913-39-peter.maydell@linaro.org
target/arm/helper.h
target/arm/neon-dp.decode
target/arm/translate-neon.c.inc
target/arm/vec_helper.c