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

Similar to VECTOR ADD COMPUTE CARRY, however 128-bit handling only.
Courtesy of Richard H.

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