(movsf+1,2,movdf+1,2): Make 'f' preferred register class.
authorRichard Stallman <rms@gnu.org>
Fri, 19 Nov 1993 21:07:39 +0000 (21:07 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 19 Nov 1993 21:07:39 +0000 (21:07 +0000)
From-SVN: r6115

gcc/config/clipper/clipper.md

index 2c8735cd18246ab5d5a32a992cd11fe7eea48f88..4f3b768e86ad135f795cac517216d4b4fbb2a0da 100644 (file)
@@ -1,5 +1,5 @@
 ;;- Machine description for GNU compiler, Clipper Version
-;;   Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
+;;   Copyright (C) 1987, 1988, 1991, 1993 Free Software Foundation, Inc.
 
 ;; Contributed by Holger Teutsch (holger@hotbso.rhein-main.de)
 
 ;; to recombine a mem -> mem move
 ;; 
 (define_insn ""
-  [(set (match_operand:DF 0 "register_operand" "=rf")
-       (match_operand:DF 1 "nonimmediate_operand" "rfo"))]
+  [(set (match_operand:DF 0 "register_operand" "=*rf")
+       (match_operand:DF 1 "nonimmediate_operand" "*rfo"))]
   ""
   "*
 {
 
 (define_insn ""
   [(set (match_operand:DF 0 "memory_operand" "=o,m")
-       (match_operand:DF 1 "register_operand" "rf,f"))]
+       (match_operand:DF 1 "register_operand" "*rf,f"))]
   ""
   "*
 {
 ;; to recombine a mem -> mem move
 ;; 
 (define_insn ""
-  [(set (match_operand:SF 0 "register_operand" "=rf")
-       (match_operand:SF 1 "nonimmediate_operand" "rfm"))]
+  [(set (match_operand:SF 0 "register_operand" "=*rf")
+       (match_operand:SF 1 "nonimmediate_operand" "*rfm"))]
   ""
   "*
 {
 
 (define_insn ""
   [(set (match_operand:SF 0 "memory_operand" "=m")
-       (match_operand:SF 1 "register_operand" "rf"))]
+       (match_operand:SF 1 "register_operand" "*rf"))]
   ""
   "*
 {