]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement new VFP fp16 insn VINS
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 18:33:28 +0000 (19:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Sep 2020 10:19:32 +0000 (11:19 +0100)
commite4875e3bcc3a9c54d7e074c8f51e04c2e6364e2e
tree9004894b12b67e2e67f34d52dbc645a128f6afb4
parent0a6f4b4cb338665b81ad824d9a6868932461b7f7
target/arm: Implement new VFP fp16 insn VINS

The fp16 extension includes a new instruction VINS, which copies the
lower 16 bits of a 32-bit source VFP register into the upper 16 bits
of the destination.  Implement it.

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