s390x/tcg: Implement VECTOR STORE WITH LENGTH
commit0e0a5b49ad58aa98eaa94b7cac60b5a799456150
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:38 +0000 (7 13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (11 09:31 +0100)
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 <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190307121539.12842-32-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
target/s390x/vec_helper.c