]> Git Repo - qemu.git/commit
s390x/tcg: Implement VECTOR STORE WITH LENGTH
authorDavid Hildenbrand <[email protected]>
Thu, 7 Mar 2019 12:15:38 +0000 (13:15 +0100)
committerCornelia Huck <[email protected]>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commit0e0a5b49ad58aa98eaa94b7cac60b5a799456150
treed84217539dca0b393d9307f7f5d3c7897486941e
parent29b8bcf140d7f31ad38b811278074fd202ed1275
s390x/tcg: Implement VECTOR STORE WITH LENGTH

Very similar to VECTOR LOAD WITH LENGTH, just the opposite direction.
Properly probe write access before modifying memory.

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/helper.h
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
target/s390x/vec_helper.c
This page took 0.024205 seconds and 4 git commands to generate.