Re: [PATCH 10/14] target/s390x: Convert op_st32 to op_st
Ilya Leoshkevich <[email protected]> Mon, 3 Aug 2026 13:47:50 +0200
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/31/26 20:56, Richard Henderson wrote: > Note that op_st32 already or'd in insn->data, with the only use > being MO_ALIGN. We now put the entire MemOp in insn->data. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/s390x/tcg/translate.c | 7 ------- > target/s390x/tcg/insn-data.h.inc | 12 ++++++------ > 2 files changed, 6 insertions(+), 13 deletions(-) Reviewed-by: Ilya Leoshkevich <[email protected]>