On Wed, 18 Aug 2021 at 22:43, Richard Henderson <richard.hender...@linaro.org> wrote: > > For v6+, use ldm/stm, ldrd/strd for the normal case of alignment > matching the access size. Otherwise, emit a test + branch sequence > invoking helper_unaligned_{ld,st}. > > For v4+v5, use piecewise load and stores to implement misalignment. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM