On Mon, 14 Jun 2021 at 09:51, Richard Henderson <richard.hender...@linaro.org> wrote: > > By removing TCG_BSWAP_IZ we indicate that the input is > not zero-extended, and thus can remove an explicit extend. > By removing TCG_BSWAP_OZ, we allow the implementation to > leave high bits set, which will be ignored by the store. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM