s390x/tcg: Implement VECTOR LOAD WITH LENGTH
commitf6c7ff67574d1dd7266e6a0e16db5e891b3a4444
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:24 +0000 (7 13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (11 09:31 +0100)
tree64036c47dbde55f303220fed5a9053be38cf03a2
parent76dbd28935273e5367e2701d82e636bf22fe85af
s390x/tcg: Implement VECTOR LOAD WITH LENGTH

We can reuse the helper introduced along with VECTOR LOAD TO BLOCK
BOUNDARY. We just have to take care of converting the highest index into
a length.

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