s390x/tcg: Implement VECTOR FP DIVIDE
commit817a1cec89ed1bb94c112cc8fa013efb74a4df83
authorDavid Hildenbrand <david@redhat.com>
Wed, 29 May 2019 19:54:33 +0000 (29 21:54 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:25 +0000 (7 14:53 +0200)
tree55adf35d336392dcbac34f461169efc906927945
parent09c04e4b884566ffe5b931d3e809e2c003916382
s390x/tcg: Implement VECTOR FP DIVIDE

We can reuse most of the infrastructure added for VECTOR FP ADD.

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