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
This commit is contained in:
parent
e2f31fa203
commit
19cba4a0a0
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user