OSDN Git Service

2003-06-19 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jun 2003 13:16:31 +0000 (13:16 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jun 2003 13:16:31 +0000 (13:16 +0000)
* config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
Change "fix" to "float".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68195 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c8a2a7d..f95ec7a 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 c2ee119..82ab17b 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")