From 60d0ab29a134bd75ba9aafe6ed5a91c0d43ad67a Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Wed, 29 May 2019 21:57:10 +0200 Subject: 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 Signed-off-by: David Hildenbrand --- target/s390x/insn-data.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/s390x/insn-data.def') diff --git a/target/s390x/insn-data.def b/target/s390x/insn-data.def index f9830deace..f77aa41253 100644 --- a/target/s390x/insn-data.def +++ b/target/s390x/insn-data.def @@ -1228,6 +1228,8 @@ F(0xe7c0, VCLGD, VRR_a, V, 0, 0, 0, 0, vcdg, 0, IF_VEC) /* VECTOR FP DIVIDE */ F(0xe7e5, VFD, VRR_c, V, 0, 0, 0, 0, vfa, 0, IF_VEC) +/* VECTOR LOAD FP INTEGER */ + F(0xe7c7, VFI, VRR_a, V, 0, 0, 0, 0, vcdg, 0, IF_VEC) #ifndef CONFIG_USER_ONLY /* COMPARE AND SWAP AND PURGE */ -- cgit v1.2.3