Re: [PATCH 14/14] target/s390x: Simplify LRVR

Philippe Mathieu-Daudé <[email protected]> Sun, 2 Aug 2026 19:24:38 +0200
Newsgroups org.nongnu.qemu-devel
Message-ID <[email protected]>
On 31/7/26 20:56, Richard Henderson wrote:
> If we drop TCG_BSWAP_IZ, we don't need to zero-extend r1 on input.
> Since the output gets passed to deposit in wout_r1_32, the high
> bits of the bswap output need not have any specific value, so we
> can drop TCG_BSWAP_OZ.
> 
> Signed-off-by: Richard Henderson <[email protected]>
> ---
>   target/s390x/tcg/translate.c     | 2 +-
>   target/s390x/tcg/insn-data.h.inc | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>