]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390.md (movsi): Only use floating point register alternatives when operands are...
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 11 Jun 2002 14:49:17 +0000 (14:49 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Tue, 11 Jun 2002 14:49:17 +0000 (14:49 +0000)
* config/s390/s390.md (movsi): Only use floating point
register alternatives when operands are already fprs.
(movdi_31, movdi_64): Likewise.

From-SVN: r54507

gcc/ChangeLog
gcc/config/s390/s390.md

index 6ac2da844db84c1238ee4a60fd59dec67b33dffd..9184a0ba474a275de960cb78fb81fe8baf7a879b 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.md (movsi): Only use floating point
+       register alternatives when operands are already fprs.
+       (movdi_31, movdi_64): Likewise.
+
 2002-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.md (reload_base, ltorg): Remove.
index fde30d40bd05be674c331b541dca84fb6803e425..366a5b30c773c5957a68d42a093f4f2e9c9ed4de 100644 (file)
    (set_attr "atype"   "mem")])
 
 (define_insn "*movdi_64"
-  [(set (match_operand:DI 0 "nonimmediate_operand" "=d,d,m,f,f,m")
-        (match_operand:DI 1 "general_operand" "d,m,d,f,m,f"))]
+  [(set (match_operand:DI 0 "nonimmediate_operand" "=d,d,m,!*f,!*f,!m")
+        (match_operand:DI 1 "general_operand" "d,m,d,*f,m,*f"))]
   "TARGET_64BIT"
   "@
    lgr\\t%0,%1
    (set_attr "atype"   "reg,mem,mem,reg,mem,mem")])
 
 (define_insn "*movdi_31"
-  [(set (match_operand:DI 0 "nonimmediate_operand" "=d,Q,d,m,f,f,m")
-        (match_operand:DI 1 "general_operand" "Q,d,dKm,d,f,m,f"))]
+  [(set (match_operand:DI 0 "nonimmediate_operand" "=d,Q,d,m,!*f,!*f,!m")
+        (match_operand:DI 1 "general_operand" "Q,d,dKm,d,*f,m,*f"))]
   "!TARGET_64BIT"
   "@
    lm\\t%0,%N0,%1
    (set_attr "atype"   "mem")])
 
 (define_insn "*movsi"
-  [(set (match_operand:SI 0 "nonimmediate_operand" "=d,d,m,f,f,m")
-        (match_operand:SI 1 "general_operand" "d,m,d,f,m,f"))]
+  [(set (match_operand:SI 0 "nonimmediate_operand" "=d,d,m,!*f,!*f,!m")
+        (match_operand:SI 1 "general_operand" "d,m,d,*f,m,*f"))]
   ""
   "@
    lr\\t%0,%1