s390x/tcg: Implement VECTOR AVERAGE
commitc1a81d4b12b8f519863db6d7a0048b5cd0a802f0
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2019 07:31:04 +0000 (11 09:31 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (17 10:54 +0200)
tree8aad8be49d082051c5aeab1cbab1b1e34402beb8
parent4c1bd09a1d06e76036211d19ae35762ad131f6db
s390x/tcg: Implement VECTOR AVERAGE

Handle 32/64-bit elements via gvec expansion and the 8/16 bits via
ool helpers.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/Makefile.objs
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/translate_vx.inc.c
target/s390x/vec_int_helper.c [new file with mode: 0644]