Re: [PATCH 12/14] target/s390x: Use op_ld for LOAD REVERSED
Philippe Mathieu-Daudé <[email protected]> Sun, 2 Aug 2026 16:22:48 +0200
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 31/7/26 20:56, Richard Henderson wrote: > Use the MemOp parameter to op_ld to directly perform a > little-endian load, rather than a separate byte reverse > after the load. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/s390x/tcg/translate.c | 7 ------- > target/s390x/tcg/insn-data.h.inc | 6 +++--- > 2 files changed, 3 insertions(+), 10 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>