]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: Implement VECTOR LOAD COMPLEMENT
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2019 08:41:48 +0000 (10:41 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (10:54 +0200)
commit53e0ca22fdc76e24408689a4c9089e082917651e
tree6af24769a1dd2c964dd1d2dd6880bd2c6bcfb52c
parent697a45d6952a897ea300f8071a162cbb464fade0
s390x/tcg: Implement VECTOR LOAD COMPLEMENT

We can reuse an existing gvec helper for negating the values.

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