r177158 - in /branches/x32/gcc: ChangeLog.x32 c...
hjl@gcc.gnu.org
hjl@gcc.gnu.org
Tue Aug 2 14:03:00 GMT 2011
Author: hjl
Date: Tue Aug 2 14:03:36 2011
New Revision: 177158
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177158
Log:
Allow movabs for x32.
2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
Revert
PR target/49860
* config/i386/i386.md (*movdi_internal_rex64): Only allow moving
integer constants into 64bit registers for TARGET_X32.
(*movabs<mode>_1): Only allow for TARGET_LP64.
(*movabs<mode>_2): Likewise.
* config/i386/predicates.md (x86_64_immediate_operand): Always
allow the offsetted memory references for TARGET_X32.
(x86_64_zext_immediate_operand): Likewise.
Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/config/i386/i386.md
branches/x32/gcc/config/i386/predicates.md
More information about the Gcc-cvs
mailing list