Commit 19cba4a0 by Jan Hubicka Committed by Jan Hubicka

i386.c (sse_clrsf, sse_clrsi): Set memory attribute to none.

	* i386.c (sse_clrsf, sse_clrsi): Set memory attribute
	to none.

From-SVN: r53082
parent e2f31fa2
Fri May 3 10:51:38 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (sse_clrsf, sse_clrsi): Set memory attribute
to none.
2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
* function.c: Fix formatting.
......
......@@ -18748,6 +18748,7 @@
"TARGET_SSE"
"xorps\t{%0, %0|%0, %0}"
[(set_attr "type" "sselog")
(set_attr "memory" "none")
(set_attr "mode" "V4SF")])
;; SSE mask-generating compares
......@@ -20845,6 +20846,7 @@
"TARGET_SSE2"
"pxor\t{%0, %0|%0, %0}"
[(set_attr "type" "sseiadd")
(set_attr "memory" "none")
(set_attr "mode" "TI")])
;; MMX unsigned averages/sum of absolute differences
......
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