s390x/tcg: Implement VECTOR ELEMENT SHIFT
commit5f164905b21da981b5885ffdacdd809358bf6614
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2019 09:59:30 +0000 (11 11:59 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
tree53468b80bc658731bddf4a559fd51af2749677b6
parent5c4b0ab460ef1f8c6fb9ebf7e057ad09e88b1846
s390x/tcg: Implement VECTOR ELEMENT SHIFT

We can use all the fancy new vector helpers implemented by Richard.

One important thing to take care of is always to properly mask of
unused bits from the shift count.

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