s390x/tcg: Implement VECTOR UNPACK *
commit2c7590c8ea90a7fbe1efcac90cdfdb8017c1b365
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:39 +0000 (7 13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (11 09:31 +0100)
treeab84595ec21069df7a729ebba02297bb851de68e
parent0e0a5b49ad58aa98eaa94b7cac60b5a799456150
s390x/tcg: Implement VECTOR UNPACK *

Combine all variant in a single handler. As source and destination
have different element sizes, we can't use gvec expansion. Expand
manually. Also watch out for overlapping source and destination
registers. Use a safe evaluation order depending on the operation.

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