Commit 267ff156 by Jakub Jelinek Committed by Jakub Jelinek

sse.md (neg<mode>2): Use VI_AVX2 iterator instead of VI_128.

	* config/i386/sse.md (neg<mode>2): Use VI_AVX2 iterator instead
	of VI_128.

From-SVN: r179990
parent b7539c3b
2011-10-14 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (neg<mode>2): Use VI_AVX2 iterator instead
of VI_128.
* config/i386/sse.md (mulv2di3): Macroize using VI8_AVX2
iterator.
(ashl<mode>3): Use VI248_AVX2 iterator instead of VI248_128.
......@@ -4860,10 +4860,10 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define_expand "neg<mode>2"
[(set (match_operand:VI_128 0 "register_operand" "")
(minus:VI_128
[(set (match_operand:VI_AVX2 0 "register_operand" "")
(minus:VI_AVX2
(match_dup 2)
(match_operand:VI_128 1 "nonimmediate_operand" "")))]
(match_operand:VI_AVX2 1 "nonimmediate_operand" "")))]
"TARGET_SSE2"
"operands[2] = force_reg (<MODE>mode, CONST0_RTX (<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