s390x/tcg: Implement VECTOR SUM ACROSS DOUBLEWORD
commitfe2be36d26b3d3e86246c88bb09a9613b99dc6c9
authorDavid Hildenbrand <david@redhat.com>
Wed, 10 Apr 2019 20:48:25 +0000 (10 22:48 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
tree8843fade2d58ead810be3b206bcec0adefad023f
parentbc725e65152c57d42f19eec134c99940114d6362
s390x/tcg: Implement VECTOR SUM ACROSS DOUBLEWORD

Perform the calculations without a helper. Only 16 bit or 32 bit values
have to be added.

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