s390x/tcg: Implement VECTOR MERGE (HIGH|LOW)
commit2ff47e6cce21c7a210d99f018d10a94404e797e9
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:25 +0000 (7 13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (11 09:31 +0100)
treec450a64d00a41641f1c58eefc6823e517fc54537
parentf6c7ff67574d1dd7266e6a0e16db5e891b3a4444
s390x/tcg: Implement VECTOR MERGE (HIGH|LOW)

We cannot use gvec expansion as source and destination elements are
have different element numbers. So we'll expand using a fancy loop.
Also, we have to take care of overlapping source and destination
registers, therefore use a safe evaluation irder depending on the
operation.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190307121539.12842-19-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c