]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: Implement VECTOR GENERATE BYTE MASK
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:12 +0000 (13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commit64052062a4696417e613ffc01d7b37c81e4c9012
treef7509029a85d652aeb1a6c684c2d493ca417782a
parent6d841663be823d69a7dc22c5a175b8934d55c39c
s390x/tcg: Implement VECTOR GENERATE BYTE MASK

Let's optimize it for the common cases (setting a vector to zero or all
ones) - courtesy of Richard.

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