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

This patch adds alignment checks in the store operations in the VST4
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-11-kosasihwilliam4@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/mve_helper.c