]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement FCSEL for fp16
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 15 May 2018 13:58:43 +0000 (14:58 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 18 Jul 2018 15:51:44 +0000 (10:51 -0500)
commitf3816879f9a48614b9b70b875543c79bb346d11b
tree3603a8b931d8ed377d2c98b24f03f91b24a230c0
parent246dad2f3cba8b0ffcc62c327591b9d1181a8912
target/arm: Implement FCSEL for fp16

These were missed out from the rest of the half-precision work.

Cc: qemu-stable@nongnu.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180512003217.9105-10-richard.henderson@linaro.org
[rth: Fix erroneous check vs type]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit ace97feef3613194900d4eb9ffc6819b840fbaeb)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate-a64.c