mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 11:10:03 +08:00
sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra attribute to 1 only for insertps alternative.
2008-05-15 H.J. Lu <hongjiu.lu@intel.com> * config/i386/sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra attribute to 1 only for insertps alternative. From-SVN: r135353
This commit is contained in:
parent
8fa477f7d5
commit
89b7851e06
@ -1,3 +1,8 @@
|
||||
2008-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra
|
||||
attribute to 1 only for insertps alternative.
|
||||
|
||||
2008-05-15 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||
|
||||
* config/bfin/bfin.md (loadbytes): New pattern.
|
||||
|
@ -2272,7 +2272,7 @@
|
||||
punpckldq\t{%2, %0|%0, %2}
|
||||
movd\t{%1, %0|%0, %1}"
|
||||
[(set_attr "type" "sselog,sselog,ssemov,mmxcvt,mmxmov")
|
||||
(set_attr "prefix_extra" "1,*,*,*,*")
|
||||
(set_attr "prefix_extra" "*,1,*,*,*")
|
||||
(set_attr "mode" "V4SF,V4SF,SF,DI,DI")])
|
||||
|
||||
;; ??? In theory we can match memory for the MMX alternative, but allowing
|
||||
|
Loading…
Reference in New Issue
Block a user