]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix decode of fp16 vector fabs, fneg, fsqrt
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:29:50 +0000 (10:29 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:23 +0000 (13:39 +0000)
commit7261f2a7a75ab9be4aa3f8a7896f21a39df74006
treeea7f446977249bfd46f67e936bcf12f82b3aec80
parentcc0db9dea0e02373a7440ec6d19a00b0f70bbc9e
target/arm: Fix decode of fp16 vector fabs, fneg, fsqrt

These opcodes are only supported as vector operations,
not as advsimd scalar.  Set only_in_vector, and remove
the unreachable implementation of scalar fneg.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20241211163036.2297116-24-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-a64.c