Commit dea1c1c5 by J"orn Rennecke Committed by Joern Rennecke

* sh.md (extv, extzv): Add pattern predicate.

From-SVN: r91649
parent 29cc8719
2004-12-02 J"orn Rennecke <joern.rennecke@st.com>
* sh.md (extv, extzv): Add pattern predicate.
2004-12-02 Kazu Hirata <kazu@cs.umass.edu> 2004-12-02 Kazu Hirata <kazu@cs.umass.edu>
* tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEF * tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEF
......
...@@ -9447,7 +9447,7 @@ mov.l\\t1f,r0\\n\\ ...@@ -9447,7 +9447,7 @@ mov.l\\t1f,r0\\n\\
(sign_extract:SI (match_operand:QI 1 "unaligned_load_operand" "") (sign_extract:SI (match_operand:QI 1 "unaligned_load_operand" "")
(match_operand 2 "const_int_operand" "") (match_operand 2 "const_int_operand" "")
(match_operand 3 "const_int_operand" "")))] (match_operand 3 "const_int_operand" "")))]
"" "TARGET_SH4A_ARCH"
{ {
if (TARGET_SH4A_ARCH if (TARGET_SH4A_ARCH
&& INTVAL (operands[2]) == 32 && INTVAL (operands[2]) == 32
...@@ -9467,7 +9467,7 @@ mov.l\\t1f,r0\\n\\ ...@@ -9467,7 +9467,7 @@ mov.l\\t1f,r0\\n\\
(zero_extract:SI (match_operand:QI 1 "unaligned_load_operand" "") (zero_extract:SI (match_operand:QI 1 "unaligned_load_operand" "")
(match_operand 2 "const_int_operand" "") (match_operand 2 "const_int_operand" "")
(match_operand 3 "const_int_operand" "")))] (match_operand 3 "const_int_operand" "")))]
"" "TARGET_SH4A_ARCH"
{ {
if (TARGET_SH4A_ARCH if (TARGET_SH4A_ARCH
&& INTVAL (operands[2]) == 32 && INTVAL (operands[2]) == 32
......
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