s390x/tcg: Implement VECTOR FP SQUARE ROOT
commit5938f20cb807b584799feef411a1906a9d8f7a1b
authorDavid Hildenbrand <david@redhat.com>
Wed, 29 May 2019 20:22:35 +0000 (29 22:22 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:26 +0000 (7 14:53 +0200)
tree329747c99c970dc9c164bb6ee456930d33484e4b
parent76e35cc7a52390d2743a9746a1bec29754f60306
s390x/tcg: Implement VECTOR FP SQUARE ROOT

Simulate XxC=0 and ERM=0 (current mode), so we can use the existing
helper function.

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