On Mon, 14 Jun 2021 at 09:51, Richard Henderson <[email protected]> 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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
