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
This commit is contained in:
parent
5261837677
commit
0893725024
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2007-03-28 Christian Bruel <christian.bruel@st.com>
|
||||||
|
|
||||||
* config/sh/sh.md (movsi_i): Fix type attribute.
|
* config/sh/sh.md (movsi_i): Fix type attribute.
|
||||||
|
@ -341,8 +341,8 @@
|
|||||||
;; values are addresses which will fit in 20 bits.
|
;; values are addresses which will fit in 20 bits.
|
||||||
|
|
||||||
(define_insn "movsi_internal"
|
(define_insn "movsi_internal"
|
||||||
[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,red,m,r")
|
[(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"))]
|
(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 4: return \"mov \\t%1, %0\";
|
||||||
case 5: return \"st \\t%1, %0\";
|
case 5: return \"st \\t%1, %0\";
|
||||||
case 6: return \"ld \\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)
|
[(set (attr "length") (cond [(eq_attr "alternative" "1") (const_int 4)
|
||||||
(eq_attr "alternative" "2") (const_int 6)
|
(eq_attr "alternative" "2") (const_int 6)
|
||||||
|
Loading…
Reference in New Issue
Block a user