target/arm: Use correct FPST for VCMLA, VCADD on fp16
commitb34aa5129e9c3aff890b4f4bcc84962e94185629
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 6 Aug 2020 10:44:53 +0000 (6 11:44 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Aug 2020 09:15:12 +0000 (24 10:15 +0100)
tree66d3c0ae58d25561d5b0c03e518c364f7556e6f8
parentaaae563bc73de0598bbc09a102e68f27fafe704a
target/arm: Use correct FPST for VCMLA, VCADD on fp16

When we implemented the VCMLA and VCADD insns we put in the
code to handle fp16, but left it using the standard fp status
flags. Correct them to use FPST_STD_F16 for fp16 operations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200806104453.30393-5-peter.maydell@linaro.org
target/arm/translate-neon.c.inc