]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement VFP fp16 VRINT*
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:27 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:19:32 +0000 (11:19 +0100)
commit0a6f4b4cb338665b81ad824d9a6868932461b7f7
tree713a4d476b82d6cc8bee752759282de4801d0392
parent11e78fecdf2d605cfed33aa09bbcf0cc4fb95886
target/arm: Implement VFP fp16 VRINT*

Implement the fp16 version of the VFP VRINT* insns.

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