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

Fairly easy, load with desired size and store it into the right element.

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