OSDN Git Service

s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODD
authorDavid Hildenbrand <david@redhat.com>
Mon, 21 Oct 2019 08:57:10 +0000 (10:57 +0200)
committerCornelia Huck <cohuck@redhat.com>
Mon, 21 Oct 2019 15:32:49 +0000 (17:32 +0200)
commit49a7ce4e030a24c092c82076e23473ae9226fca9
tree571e45bec565c4c449248c0ff53a91674904690d
parent8064af6b1dac60491df611e5c49199d2e1c368c4
s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODD

We have to read from odd offsets.

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