Re: [PATCH 14/14] target/s390x: Simplify LRVR
Ilya Leoshkevich <[email protected]> Mon, 3 Aug 2026 14:17:00 +0200
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/31/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: Ilya Leoshkevich <[email protected]>