]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement vector shifted FCVT for fp16
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 10 May 2018 17:10:57 +0000 (18:10 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 18 Jul 2018 15:46:40 +0000 (10:46 -0500)
commit0aaf1cca02dd166aa1f1585afc26cb703ed7c8ee
tree07a8656a6df77acd82cfecfd5b654405be5cd7c0
parent994b0cf9975486d6082d80f0bff177204fbd56d0
target/arm: Implement vector shifted FCVT for fp16

While we have some of the scalar paths for FCVT for fp16,
we failed to decode the fp16 version of these instructions.

Cc: qemu-stable@nongnu.org
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180502221552.3873-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit d0ba8e74acd299b092786ffc30b306638d395a9e)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate-a64.c