s390x/tcg: Implement VECTOR SIGN EXTEND TO DOUBLEWORD
commita2338cfb07536c1d3c19ab9b698cb9c3e2a58ea2
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:33 +0000 (7 13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (11 09:31 +0100)
tree62ad953f0260b6177333d42a514ed51d5d6b5880
parentdb23070c7607301088ed2a3ef85bef0b3af80a30
s390x/tcg: Implement VECTOR SIGN EXTEND TO DOUBLEWORD

Load both elements signed and store them into the two 64 bit elements.

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