Commit 08937250 by Lars Poeschel Committed by Nick Clifton

fr30.md (movsi_internal): Change destination constraint from m to V and add m to the end.

* config/fr30/fr30.md (movsi_internal): Change destination
  constraint from m to V and add m to the end.

From-SVN: r123297
parent 52618376
2007-02-11 Lars Poeschel <larsi@wh2.tu-dresden.de>
* config/fr30/fr30.md (movsi_internal): Change destination
constraint from m to V and add m to the end.
2007-03-28 Christian Bruel <christian.bruel@st.com>
* config/sh/sh.md (movsi_i): Fix type attribute.
......
......@@ -341,8 +341,8 @@
;; values are addresses which will fit in 20 bits.
(define_insn "movsi_internal"
[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,red,m,r")
(match_operand:SI 1 "general_operand" "L,M,n,i,rde,r,rm"))]
[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,red,V,r,m")
(match_operand:SI 1 "general_operand" "L,M,n,i,rde,r,rm,r"))]
""
"*
{
......@@ -358,8 +358,9 @@
case 4: return \"mov \\t%1, %0\";
case 5: return \"st \\t%1, %0\";
case 6: return \"ld \\t%1, %0\";
default: gcc_unreachable ();
}
case 7: return \"st \\t%1, %0\";
default: gcc_unreachable ();
}
}"
[(set (attr "length") (cond [(eq_attr "alternative" "1") (const_int 4)
(eq_attr "alternative" "2") (const_int 6)
......
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