OSDN Git Service

s390x/tcg: Fix VECTOR MULTIPLY AND ADD *
authorDavid Hildenbrand <david@redhat.com>
Mon, 21 Oct 2019 08:57:11 +0000 (10:57 +0200)
committerCornelia Huck <cohuck@redhat.com>
Mon, 21 Oct 2019 15:33:02 +0000 (17:33 +0200)
commit8b952519478780ac26779018d3d7e9bf930d055a
tree23657fc6c920101a3c31ed0e38e65f5b4c8b2adc
parent49a7ce4e030a24c092c82076e23473ae9226fca9
s390x/tcg: Fix VECTOR MULTIPLY AND ADD *

We missed that we always read a "double-wide even-odd element
pair of the fourth operand". Fix it in all four variants.

Fixes: 1b430aec4157 ("s390x/tcg: Implement VECTOR MULTIPLY AND ADD *")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20191021085715.3797-3-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/vec_int_helper.c