]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix VLD2 helper load alignment checks
authorWilliam Kosasih <kosasihwilliam4@gmail.com>
Thu, 3 Jul 2025 08:56:02 +0000 (18:26 +0930)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 12:44:20 +0000 (13:44 +0100)
commit26aa0e36bfdbbc0f4b07b4ea51e910c4dc43e890
tree09af2105508a0ccb4210d723dd5b05f0f6fea8c8
parenta7498d625fb18d44a42b87af6051295259142437
target/arm: Fix VLD2 helper load alignment checks

This patch adds alignment checks in the load operations in the VLD2
instruction.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1154
Signed-off-by: William Kosasih <kosasihwilliam4@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250703085604.154449-10-kosasihwilliam4@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/mve_helper.c