]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Nov 2020 14:53:24 +0000 (14:53 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Nov 2020 11:03:48 +0000 (11:03 +0000)
commitb6c56c8a9a4064ea783f352f43c5df6231a110fa
tree836d60a131019692bbf8817795cd754894dd1cd6
parent8006c9842bf6f52fdcfb1c8f64c9bd714e661301
target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check

Checks for UNDEF cases should go before the "is VFP enabled?" access
check, except in special cases. Move a stray UNDEF check in the VTBL
trans function up above the access check.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20201109145324.2859-1-peter.maydell@linaro.org
target/arm/translate-neon.c.inc