Loading
s390x/tcg: Fix VECTOR SHIFT RIGHT ARITHMETIC BY BYTE
We forgot to propagate the highest bit accross the high doubleword in two cases (shift >=64). Fixes: 5f724887 ("s390x/tcg: Implement VECTOR SHIFT RIGHT ARITHMETIC") Reviewed-by:Richard Henderson <richard.henderson@linaro.org> Signed-off-by:
David Hildenbrand <david@redhat.com> Message-Id: <20191021085715.3797-4-david@redhat.com> Signed-off-by:
Cornelia Huck <cohuck@redhat.com>