]> Git Repo - qemu.git/commit
s390x/tcg: Implement VECTOR LOAD VR ELEMENT FROM GR
authorDavid Hildenbrand <[email protected]>
Thu, 7 Mar 2019 12:15:22 +0000 (13:15 +0100)
committerCornelia Huck <[email protected]>
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 <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Message-Id: <20190307121539[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
This page took 0.023946 seconds and 4 git commands to generate.