s390x/tcg: Implement VECTOR AVERAGE LOGICAL
commit801aa78bd02100b34ddb3a4c94cc4cf4a4ae1844
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2019 07:41:29 +0000 (11 09:41 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
tree14a316c33675fdbe38f6deaa75e645efc5107801
parentc1a81d4b12b8f519863db6d7a0048b5cd0a802f0
s390x/tcg: Implement VECTOR AVERAGE LOGICAL

Similar to VECTOR AVERAGE but without sign extension.

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