OSDN Git Service

s390x/tcg: Implement VECTOR MULTIPLY *
authorDavid Hildenbrand <david@redhat.com>
Thu, 11 Apr 2019 09:58:46 +0000 (11:58 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 17 May 2019 08:54:13 +0000 (10:54 +0200)
commit2bf3ee38f1f8462d5267ce584182cfe448398e10
treeb1ea9612c50633ec6c7954fad981917509943b91
parent1b430aec4157b62b9add981b1849c8c23ca78f5a
s390x/tcg: Implement VECTOR MULTIPLY *

Yet another set of variants. Implement it similar to VECTOR MULTIPLY AND
ADD *. At least for one variant we have a gvec helper we can reuse.

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