s390x/tcg: Implement VECTOR SHIFT LEFT (BY BYTE)
commitdea33fc31bb5664a63f3157425200be3151652a4
authorDavid Hildenbrand <david@redhat.com>
Mon, 8 Apr 2019 20:50:06 +0000 (8 22:50 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
treebbf177cbd5ceaa28e7f24407290cb3b407d87bfb
parent5f164905b21da981b5885ffdacdd809358bf6614
s390x/tcg: Implement VECTOR SHIFT LEFT (BY BYTE)

We can reuse the existing 128-bit shift utility function.

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