On Mon, 14 Jun 2021 at 09:49, Richard Henderson <richard.hender...@linaro.org> wrote: > > Combine the three bswap16 routines, and differentiate via the flags. > Use the correct flags combination from the load/store routines, and > pass along the constant parameter from tcg_out_op. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/arm/tcg-target.c.inc | 78 ++++++++++++++++++++-------------------- > 1 file changed, 38 insertions(+), 40 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM