Re: [Qemu-devel] [PATCH v1 5/7] s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()

2019-02-25 Thread David Hildenbrand
On 25.02.19 16:53, Richard Henderson wrote: > On 2/25/19 3:55 AM, David Hildenbrand wrote: >> Also properly wrap in 24bit mode. While at it, convert the comment (and >> drop the comment about fundamental TCG optimizations). >> >> Signed-off-by: David Hildenbrand >> --- >> target/s390x/translate.c

Re: [Qemu-devel] [PATCH v1 5/7] s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()

2019-02-25 Thread Richard Henderson
On 2/25/19 3:55 AM, David Hildenbrand wrote: > Also properly wrap in 24bit mode. While at it, convert the comment (and > drop the comment about fundamental TCG optimizations). > > Signed-off-by: David Hildenbrand > --- > target/s390x/translate.c | 41 +--- > 1

[Qemu-devel] [PATCH v1 5/7] s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()

2019-02-25 Thread David Hildenbrand
Also properly wrap in 24bit mode. While at it, convert the comment (and drop the comment about fundamental TCG optimizations). Signed-off-by: David Hildenbrand --- target/s390x/translate.c | 41 +--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --gi