target/arm: Fix decode of FMOV (hp) vs MOVI
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:19 +0000 (16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (14:29 +0100)
commitc0ca7ed049c468647e9e5239f4275565dcc39179
tree7e602c5742d691f47024e3a110156e6e76f8c7c0
parentfe84877ed44040dc128362b61dbfd923b851d6ef
target/arm: Fix decode of FMOV (hp) vs MOVI

The decode of FMOV (vector, immediate, half-precision) vs
invalid cases of MOVI are incorrect.

Fixes RISU mismatch for invalid insn 0x2f01fd31.

Fixes: 70b4e6a4457 ("arm/translate-a64: add FP16 FMOV to simd_mod_imm")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240524232121.284515-6-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-a64.c