OSDN Git Service

s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()
authorDavid Hildenbrand <david@redhat.com>
Mon, 25 Feb 2019 20:03:16 +0000 (21:03 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 4 Mar 2019 10:49:31 +0000 (11:49 +0100)
commit2a1cf844520748a18740a905e6286987d3e4e62d
tree3db516b2ffb2978b40037af99efd2cb0ec0e0a38
parent27197fec128d5ee97ec060f99b95df2c48668783
s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()

Also properly wrap in 24bit mode. While at it, convert the comment (and
drop the comment about fundamental TCG optimizations).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190225200318.16102-6-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/translate.c