spe.md ("spe_evfscfsi"): Change operand types.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 19 Jun 2003 13:16:31 +0000 (13:16 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 19 Jun 2003 13:16:31 +0000 (13:16 +0000)
2003-06-19  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
Change "fix" to "float".

From-SVN: r68195

gcc/ChangeLog
gcc/config/rs6000/spe.md

index c8a2a7d4dacc45cdd396a9f42909bf61453f996d..f95ec7aeb4d07f8fac52fb58f7bca64dab579f12 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
+       Change "fix" to "float".
+
 2003-06-19  Andreas Jaeger  <aj@suse.de>
 
        * c-tree.h: Remove declaration of poplevel.
index c2ee1198a6dd759e15b3f38b110f365b07c8dbb9..82ab17be1275035e4fd4e9c65230bcc4a2808487 100644 (file)
    (set_attr  "length" "4")])
 
 (define_insn "spe_evfscfsi"
-  [(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
-        (fix:V2SI (match_operand:V2SF 1 "gpc_reg_operand" "r")))]
+  [(set (match_operand:V2SF 0 "gpc_reg_operand" "=r")
+        (float:V2SF (match_operand:V2SI 1 "gpc_reg_operand" "r")))]
   "TARGET_SPE"
   "evfscfsi %0,%1"
   [(set_attr "type" "vecfloat")