s390: Add support for storing DFP values (32/64 bit).


git-svn-id: svn://svn.valgrind.org/vex/trunk@2606 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/host_s390_isel.c b/priv/host_s390_isel.c
index 6916731..2567b20 100644
--- a/priv/host_s390_isel.c
+++ b/priv/host_s390_isel.c
@@ -2911,6 +2911,11 @@
          src = s390_isel_float_expr(env, stmt->Ist.Store.data);
          break;
 
+      case Ity_D32:
+      case Ity_D64:
+         src = s390_isel_dfp_expr(env, stmt->Ist.Store.data);
+         break;
+
       case Ity_F128:
       case Ity_D128:
          /* Cannot occur. No such instruction */