Commit b07b4e49 by Richard Stallman

(movdi, movdf, movxf): Delete the & from load case.

From-SVN: r5856
parent 13832d15
...@@ -1109,7 +1109,7 @@ ...@@ -1109,7 +1109,7 @@
}") }")
(define_insn "movdf" (define_insn "movdf"
[(set (match_operand:DF 0 "general_operand" "=rm,&rf,&rof<>,y,rm,x,!x,!rm") [(set (match_operand:DF 0 "general_operand" "=rm,rf,&rof<>,y,rm,x,!x,!rm")
(match_operand:DF 1 "general_operand" "rf,m,rofE<>,rmE,y,xH,rm,x"))] (match_operand:DF 1 "general_operand" "rf,m,rofE<>,rmE,y,xH,rm,x"))]
; [(set (match_operand:DF 0 "general_operand" "=rm,&rf,&rof<>") ; [(set (match_operand:DF 0 "general_operand" "=rm,&rf,&rof<>")
; (match_operand:DF 1 "general_operand" "rf,m,rofF<>"))] ; (match_operand:DF 1 "general_operand" "rf,m,rofF<>"))]
...@@ -1217,7 +1217,7 @@ ...@@ -1217,7 +1217,7 @@
") ")
(define_insn "" (define_insn ""
[(set (match_operand:XF 0 "nonimmediate_operand" "=rm,&rf,&rof<>") [(set (match_operand:XF 0 "nonimmediate_operand" "=rm,rf,&rof<>")
(match_operand:XF 1 "nonimmediate_operand" "rf,m,rof<>"))] (match_operand:XF 1 "nonimmediate_operand" "rf,m,rof<>"))]
"! TARGET_68881" "! TARGET_68881"
"* "*
...@@ -1260,7 +1260,7 @@ ...@@ -1260,7 +1260,7 @@
;; movdi can apply to fp regs in some cases ;; movdi can apply to fp regs in some cases
(define_insn "movdi" (define_insn "movdi"
;; Let's see if it really still needs to handle fp regs, and, if so, why. ;; Let's see if it really still needs to handle fp regs, and, if so, why.
[(set (match_operand:DI 0 "general_operand" "=rm,&r,&ro<>,y,rm,!*x,!rm") [(set (match_operand:DI 0 "general_operand" "=rm,r,&ro<>,y,rm,!*x,!rm")
(match_operand:DI 1 "general_operand" "rF,m,roi<>F,rmiF,y,rmF,*x"))] (match_operand:DI 1 "general_operand" "rF,m,roi<>F,rmiF,y,rmF,*x"))]
; [(set (match_operand:DI 0 "general_operand" "=rm,&r,&ro<>,!&rm,!&f,y,rm,x,!x,!rm") ; [(set (match_operand:DI 0 "general_operand" "=rm,&r,&ro<>,!&rm,!&f,y,rm,x,!x,!rm")
; (match_operand:DI 1 "general_operand" "r,m,roi<>,fF,rfmF,rmi,y,rm,x"))] ; (match_operand:DI 1 "general_operand" "r,m,roi<>,fF,rfmF,rmi,y,rm,x"))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment