]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Load/store integer pair with one tcg operation
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Jun 2023 09:19:36 +0000 (10:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 Jun 2023 09:19:36 +0000 (10:19 +0100)
commit6f47e7c18972802c428a5e03eb52a8f0a7bebe5c
treeeffeec76ffdb14c1b77b118deae8e51a52e21dc4
parent5c13983e23de4095e2dfa8bc52333ef40ebe40db
target/arm: Load/store integer pair with one tcg operation

This is required for LSE2, where the pair must be treated atomically if
it does not cross a 16-byte boundary.  But it simplifies the code to do
this always.

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