]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:19 +0000 (13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commitf180da83c039acfd9ac949c029b154c118a7b293
tree5ac20b63ece0c8f0369d5a5e5b4ecae953d74fa9
parent5d203bea599bcfbcca00a1f614784a2cfd17e0f8
s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO

Fairly easy, zero out the vector before we load the desired element.
Load the element before touching the vector.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190307121539.12842-13-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c