]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement FMOV (general) 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:48:36 +0000 (10:48 -0500)
commit4ec6a17a04428f1a126216622b7f89107a185b50
tree0fcd1465affcd993617b03b10d306c6af25894af
parent781cde6d940253e511b954cbfcbaea687ed0e2ee
target/arm: Implement FMOV (general) for fp16

Adding the fp16 moves to/from general registers.

Cc: qemu-stable@nongnu.org
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20180512003217.9105-2-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 68130236e30a1ec64363f4915349feee181bfbc1)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate-a64.c