]> Git Repo - qemu.git/commit
s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO
authorDavid Hildenbrand <[email protected]>
Thu, 7 Mar 2019 12:15:19 +0000 (13:15 +0100)
committerCornelia Huck <[email protected]>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commitf180da83c039acfd9ac949c029b154c118a7b293
tree5ac20b63ece0c8f0369d5a5e5b4ecae953d74fa9
parent5d203bea599bcfbcca00a1f614784a2cfd17e0f8
s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO

Fairly easy, zero out the vector before we load the desired element.
Load the element before touching the vector.

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.022977 seconds and 4 git commands to generate.