m68hc11.md ("*movqi_68hc12"): Avoid allocating QI mode registers in soft registers.
authorStephane Carrez <stcarrez@nerim.fr>
Fri, 5 Jul 2002 22:16:38 +0000 (00:16 +0200)
committerStephane Carrez <ciceron@gcc.gnu.org>
Fri, 5 Jul 2002 22:16:38 +0000 (00:16 +0200)
* config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
QI mode registers in soft registers.
("zero_extendqihi2"): Do not take into account soft registers
for register allocation (use '*' constraint).

From-SVN: r55274

gcc/ChangeLog
gcc/config/m68hc11/m68hc11.md

index 0034982..f8a3583 100644 (file)
@@ -1,5 +1,12 @@
 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
 
+       * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
+       QI mode registers in soft registers.
+       ("zero_extendqihi2"): Do not take into account soft registers 
+       for register allocation (use '*' constraint).
+
+2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
+
        * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
        it is dead.
        ("*ashrsi3"): Likewise.
index 379bee5..1e6cb77 100644 (file)
 
 (define_insn "*movqi_68hc12"
   [(set (match_operand:QI 0 "nonimmediate_operand" 
-                               "=U,d*AU*q,d*A*qU,*u,d*A*q,m,m")
+                               "=U,d*AU*q,d*A*qU,d*A*q,m,?*u,m")
        (match_operand:QI 1 "general_operand" 
-                               "U,*ri*q,U,*ri*qU,m,d*q,!*A"))]
+                               "U,*ri*q,U,m,d*q,*ri*qU,!*A"))]
   "TARGET_M6812"
   "*
 {
 ")
 
 (define_insn "zero_extendqihi2"
-  [(set (match_operand:HI 0 "non_push_operand" "=dm,d,*A,!u,d,m,!u")
+  [(set (match_operand:HI 0 "non_push_operand" "=dm,d,*A,!*u,d,m,!*u")
        (zero_extend:HI 
            (match_operand:QI 1 "nonimmediate_operand" "d,*A,d*Am,d,!um,*A,*A")))]
   ""