]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: Simplify vfc64() handling
authorDavid Hildenbrand <david@redhat.com>
Tue, 8 Jun 2021 09:23:16 +0000 (11:23 +0200)
committerCornelia Huck <cohuck@redhat.com>
Mon, 21 Jun 2021 06:48:21 +0000 (08:48 +0200)
commit64deb65afe028c85fb413285046c2e81a8d25b4f
tree0a337bdacc7cc7541374b1b91917a669cc7c586e
parent21bd6ea2b3b0f8c55eb31199bbb3de0eb8827b8e
s390x/tcg: Simplify vfc64() handling

Pass the m5 field via simd_data() and don't provide specialized handlers
for single-element variants.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210608092337.12221-6-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/helper.h
target/s390x/translate_vx.c.inc
target/s390x/vec_fpu_helper.c