OSDN Git Service

target/arm: Implement vector shifted SCVF/UCVF for fp16
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 10 May 2018 17:10:57 +0000 (18:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 May 2018 17:10:57 +0000 (18:10 +0100)
commita6117fae4576edfe7a5a5b802a742c33112c0993
tree150bdafbad1b9fa72138e428c63ddd6a94d49633
parentec7f05fae36637d11de272da82ad1e6c233e77d7
target/arm: Implement vector shifted SCVF/UCVF for fp16

While we have some of the scalar paths for *CVF 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-2-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c