]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement FP data-processing (2 source) for fp16
authorRichard Henderson <richard.henderson@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:05 +0000 (10:51 -0500)
commit7133cd4cfe61d76dc1897677b06232a4f01bfaa7
tree892c827215b90bc2c01e25cae6477c20fc97bd39
parentd1ed4a60baf2750f041d36395e03b21b0fa82793
target/arm: Implement FP data-processing (2 source) for fp16

We missed all of the scalar fp16 binary operations.

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