commit | 4caad79f8d60a5df20ceed1c396724af745c9512 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 19 17:58:23 2023 +0200 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 30 09:51:11 2023 -0700 |
tree | 882412baa71041ad3c575763fbace95a0e4723a1 | |
parent | 526cd4ec01fed36a2a6937fe54eb80d6d7f4c4e4 [diff] |
tcg/s390x: Support 128-bit load/store Use LPQ/STPQ when 16-byte atomicity is required. Note that these instructions require 16-byte alignment. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>