]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:13 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:19:32 +0000 (11:19 +0100)
commite7cb0ded52c6d7b86585b09935fe7caeb9e38b69
tree6bd9f1bf8bb915f8721004a74bb63d2d0b3c3104
parent120a0eb3ea23a5b06fae2f3daebd46a4035864cf
target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL

Implement fp16 versions of the VFP VMLA, VMLS, VNMLS, VNMLA, VNMUL
instructions. (These are all the remaining ones which we implement
via do_vfp_3op_[hsd]p().)

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