]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix aa64 FCADD and FCMLA decode
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Aug 2018 13:05:29 +0000 (14:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Aug 2018 13:29:58 +0000 (14:29 +0100)
commitb8a4a96db3639e17ab5e5cdc14fca4b19fbf5b3b
tree4bc506b48e861e58a2d406a1ff6125abd0b7c7ec
parente4ab5124a5c2e2291006b24bdc21c3dd8d087ff4
target/arm: Fix aa64 FCADD and FCMLA decode

These insns require u=1; failed to include that in the switch
cases.  This probably happened during one of the rebases just
before final commit.

Fixes: d17b7cdcf4e
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Message-id: 20180810193129.1556-6-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c