tcg/i386: Use full load/store helpers in user-only mode
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Nov 2022 09:51:56 +0000 (20:51 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 22:21:39 +0000 (15:21 -0700)
commit30cc7a7e912481b5ba03df370d638f7ff4d7d6e1
tree16952f94f8de5df9a7bd2e2e5f93962f0b7f3b92
parent1ce12a8c83f2dcd10aa324916dcf6f67cc58a882
tcg/i386: Use full load/store helpers in user-only mode

Instead of using helper_unaligned_{ld,st}, use the full load/store helpers.
This will allow the fast path to increase alignment to implement atomicity
while not immediately raising an alignment exception.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.c.inc