]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: Implement VECTOR ADD WITH CARRY
authorDavid Hildenbrand <david@redhat.com>
Wed, 10 Apr 2019 21:22:57 +0000 (23:22 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (10:54 +0200)
commit8d4eb4b6c297c960bfe186611d2e9e645b9a9248
tree60f4577e669fed35eb5ce0d9e3a6bb5de73c8ef7
parentc563f28ade553401cbc1932eeddf044f3e9548c5
s390x/tcg: Implement VECTOR ADD WITH CARRY

Only slightly ugly, perform two additions. At least it is only supported
for 128 bit elements.

Introduce gen_gvec128_4_i64() similar to gen_gvec128_3_i64().

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