commit | 929124ec0bdbfac11ae27378976e5799ca0d54cc | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 21 18:34:48 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 30 09:51:11 2023 -0700 |
tree | c51253db0a54f8de2ee2d012e2a7ae2850d5f898 | |
parent | 285a691fd2fe083c919c8ff06a8531ffc5cd7152 [diff] |
tcg/aarch64: Support 128-bit load/store With FEAT_LSE2, LDP/STP suffices. Without FEAT_LSE2, use LDXP+STXP 16-byte atomicity is required and LDP/STP otherwise. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>