]> Git Repo - qemu.git/commit
s390x/tcg: Implement VECTOR UNPACK *
authorDavid Hildenbrand <[email protected]>
Thu, 7 Mar 2019 12:15:39 +0000 (13:15 +0100)
committerCornelia Huck <[email protected]>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commit2c7590c8ea90a7fbe1efcac90cdfdb8017c1b365
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 <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Message-Id: <20190307121539[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
This page took 0.020478 seconds and 4 git commands to generate.