s390x/tcg: Implement VECTOR LOAD VR ELEMENT FROM GR
authorDavid Hildenbrand <david@redhat.com>
Thu, 7 Mar 2019 12:15:22 +0000 (13:15 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 11 Mar 2019 08:31:01 +0000 (09:31 +0100)
commit90e3af6bb8674c551d523a025048d783fb2a96bc
tree4cd50307217ef0ace0257702f68e36b4cdd9ec50
parent60e9e3f1b0117a3aefd4a8047168f1c20f6c9013
s390x/tcg: Implement VECTOR LOAD VR ELEMENT FROM GR

Very similar to VECTOR LOAD GR FROM VR ELEMENT, just the opposite
direction. Also provide a fast path in case we don't care about the
register content.

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