Commit ad387dad by H.J. Lu Committed by H.J. Lu

sse.md (*and<mode>3): Pass <MODE>mode instead of V4SFmode to ix86_binary_operator_ok.

2008-03-28  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/sse.md (*and<mode>3): Pass <MODE>mode instead
	of V4SFmode to ix86_binary_operator_ok.

From-SVN: r133693
parent 9aba5d22
2008-03-28 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/sse.md (*and<mode>3): Pass <MODE>mode instead
of V4SFmode to ix86_binary_operator_ok.
2008-03-28 Uros Bizjak <ubizjak@gmail.com> 2008-03-28 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (override_options): Initialize * config/i386/i386.c (override_options): Initialize
......
...@@ -972,7 +972,7 @@ ...@@ -972,7 +972,7 @@
(match_operand:SSEMODEF2P 1 "nonimmediate_operand" "%0") (match_operand:SSEMODEF2P 1 "nonimmediate_operand" "%0")
(match_operand:SSEMODEF2P 2 "nonimmediate_operand" "xm")))] (match_operand:SSEMODEF2P 2 "nonimmediate_operand" "xm")))]
"SSE_VEC_FLOAT_MODE_P (<MODE>mode) "SSE_VEC_FLOAT_MODE_P (<MODE>mode)
&& ix86_binary_operator_ok (AND, V4SFmode, operands)" && ix86_binary_operator_ok (AND, <MODE>mode, operands)"
"andp<ssemodesuffixf2c>\t{%2, %0|%0, %2}" "andp<ssemodesuffixf2c>\t{%2, %0|%0, %2}"
[(set_attr "type" "sselog") [(set_attr "type" "sselog")
(set_attr "mode" "<MODE>")]) (set_attr "mode" "<MODE>")])
......
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