Re: [PATCH 26/28] tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP

2021-06-21 Thread Peter Maydell
On Mon, 14 Jun 2021 at 09:58, Richard Henderson wrote: > > Now that the middle-end can replicate the same tricks as tcg/arm > used for optimizing bswap for signed loads and for stores, do not > pretend to have these memory ops in the backend. > > Signed-off-by: Richard Henderson > --- > tcg/arm/

[PATCH 26/28] tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP

2021-06-14 Thread Richard Henderson
Now that the middle-end can replicate the same tricks as tcg/arm used for optimizing bswap for signed loads and for stores, do not pretend to have these memory ops in the backend. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 2 +- tcg/arm/tcg-target.c.inc | 214 +