Re: [PATCH 6/9] target/s390x: Copy wout_x1 to wout_x1_P

2022-10-27 Thread Ilya Leoshkevich
On Fri, Oct 21, 2022 at 05:30:03PM +1000, Richard Henderson wrote: > Make a copy of wout_x1 before modifying it, as wout_x1_P > emphasizing that it operates on the out/out2 pair. The insns > that use x1_P are data movement that will not change to Int128. > > Signed-off-by: Richard Henderson > --

[PATCH 6/9] target/s390x: Copy wout_x1 to wout_x1_P

2022-10-21 Thread Richard Henderson
Make a copy of wout_x1 before modifying it, as wout_x1_P emphasizing that it operates on the out/out2 pair. The insns that use x1_P are data movement that will not change to Int128. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 8 target/s390x/tcg/insn-data.def