Re: [Qemu-devel] [PATCH v2 4/6] target/s390x: Implement LOAD PAIR DISJOINT

2017-05-08 Thread Aurelien Jarno
On 2017-05-08 08:17, Richard Henderson wrote: > From: Eric Bischoff > > Signed-off-by: Eric Bischoff > Message-Id: <20170228120134.7921-1-ebisch...@suse.com> > [rth: Combine the two via insn->data; free the address temps.] > Signed-off-by: Richard Henderson > --- > target/s390x/insn-data.def |

[Qemu-devel] [PATCH v2 4/6] target/s390x: Implement LOAD PAIR DISJOINT

2017-05-08 Thread Richard Henderson
From: Eric Bischoff Signed-off-by: Eric Bischoff Message-Id: <20170228120134.7921-1-ebisch...@suse.com> [rth: Combine the two via insn->data; free the address temps.] Signed-off-by: Richard Henderson --- target/s390x/insn-data.def | 4 +++- target/s390x/translate.c | 42