]> Git Repo - qemu.git/commit
s390x/tcg: Implement VECTOR LOAD WITH LENGTH
authorDavid Hildenbrand <[email protected]>
Thu, 7 Mar 2019 12:15:24 +0000 (13:15 +0100)
committerCornelia Huck <[email protected]>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commitf6c7ff67574d1dd7266e6a0e16db5e891b3a4444
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 <[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.c
target/s390x/translate_vx.inc.c
This page took 0.026172 seconds and 4 git commands to generate.