]> git.proxmox.com Git - mirror_qemu.git/commit - target/s390x/tcg/translate.c
s390x/tcg: Factor out vec_full_reg_offset()
authorDavid Hildenbrand <david@redhat.com>
Mon, 25 Feb 2019 20:03:15 +0000 (21:03 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 4 Mar 2019 10:49:31 +0000 (11:49 +0100)
commit27197fec128d5ee97ec060f99b95df2c48668783
treeb9d5ac50d8f30b561adf42991626ceb37651412f
parentffdd8ebb79a6533913a1fbcf0aa12ef107842202
s390x/tcg: Factor out vec_full_reg_offset()

We'll use that a lot along with gvec helpers, to calculate the start
address of a vector.

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