Re: [PATCH 13/14] target/s390x: Use op_st for STORE REVERSED
Ilya Leoshkevich <[email protected]> Mon, 3 Aug 2026 14:15:55 +0200
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/31/26 20:56, Richard Henderson wrote: > Use the MemOp parameter to op_st to directly perform a > little-endian store, rather than a separate byte reverse > before the store. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/s390x/tcg/translate.c | 13 ------------- > target/s390x/tcg/insn-data.h.inc | 6 +++--- > 2 files changed, 3 insertions(+), 16 deletions(-) Reviewed-by: Ilya Leoshkevich <[email protected]>