OSDN Git Service

PR target/49781
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Aug 2011 07:38:02 +0000 (07:38 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Aug 2011 07:38:02 +0000 (07:38 +0000)
commit023f367a510fc215848501a5b3d4f8f40a1abbaa
tree33c06d4aae57b46692c60158762e4baab5567af5
parent9382a0076532a78bbf6c62fb50327780da448e68
PR target/49781
* config/i386/i386.md (reload_noff_load): New.
(reload_noff_store): Ditto.
* config/i386/i386.c (ix86_secondary_reload): Use
CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
double-word moves from/to non-offsetable addresses instead of
generating XMM temporary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177583 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md