On Mon, 14 Jun 2021 at 09:51, Richard Henderson
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.
>
> S
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
---
tcg/tcg-op.c | 9 +++--
1 f