s390x/tcg: Implement VECTOR LOAD
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:14 +0000 (13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commitb4f5ae47d8f3d4f31ccd78c8c02c1e7f206b5ef5
tree54ddf2c85a23553665f11d84be41945400ba9fc4
parenteeb11a90a68ed4d1be433187c3cb0b90b85d2e18
s390x/tcg: Implement VECTOR LOAD

When loading from memory, load both elements into temps first before
modifying the target vector

Loading with strange alingment from the end of the address space will
not properly wrap, we can ignore that for now.

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