On Fri, 26 May 2023 at 00:27, Richard Henderson <richard.hender...@linaro.org> wrote: > > While we don't require 16-byte atomicity here, using a single larger > operation simplifies the code. Introduce finalize_memop_asimd for this. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/tcg/translate.h | 24 +++++++++++++++++++++++ > target/arm/tcg/translate-a64.c | 35 +++++++++++----------------------- > 2 files changed, 35 insertions(+), 24 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM