]> git.proxmox.com Git - mirror_qemu.git/commit - target/s390x/tcg/vec_fpu_helper.c
s390x/tcg: Implement VECTOR FP MULTIPLY
authorDavid Hildenbrand <david@redhat.com>
Wed, 29 May 2019 20:09:33 +0000 (22:09 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:26 +0000 (14:53 +0200)
commit8d47d4d2124ea61b993ec90feac302d540cf6e24
tree2f3763ddde18d46884697c34e1a94be361270ea2
parent4500ede452e6e1fc079e05ce67a94bb6804757f8
s390x/tcg: Implement VECTOR FP MULTIPLY

Very similar to VECTOR FP DIVIDE.

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_fpu_helper.c