]> Git Repo - qemu.git/commit - target/s390x/insn-data.def
s390x/tcg: Implement VECTOR MERGE (HIGH|LOW)
authorDavid Hildenbrand <[email protected]>
Thu, 7 Mar 2019 12:15:25 +0000 (13:15 +0100)
committerCornelia Huck <[email protected]>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commit2ff47e6cce21c7a210d99f018d10a94404e797e9
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 <[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.026197 seconds and 4 git commands to generate.