OSDN Git Service

s390x/tcg: Implement VECTOR LOAD FP INTEGER
authorDavid Hildenbrand <david@redhat.com>
Wed, 29 May 2019 19:57:10 +0000 (21:57 +0200)
committerDavid Hildenbrand <david@redhat.com>
Fri, 7 Jun 2019 12:53:25 +0000 (14:53 +0200)
commit60d0ab29a134bd75ba9aafe6ed5a91c0d43ad67a
tree846bf2215cb7c14f62d394d5d34c03939839dd59
parent817a1cec89ed1bb94c112cc8fa013efb74a4df83
s390x/tcg: Implement VECTOR LOAD FP INTEGER

We can reuse most of the infrastructure introduced for
VECTOR FP CONVERT FROM FIXED 64-BIT and friends.

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