This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r168996 - in /branches/x32/gcc: ChangeLog.x32 c...


Author: hjl
Date: Wed Jan 19 15:07:05 2011
New Revision: 168996

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168996
Log:
Add x32 constraints and predicates.

2011-01-19  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/constraints.md (Ys): New.
	(Ye): Likewise.

	* config/i386/predicates.md (x86_64_movabs_operand): Don't
	allow nonmemory_operand for TARGET_X32.
	(x32_store_immediate_operand): New.
	(x32_general_operand): Likewise.

Modified:
    branches/x32/gcc/ChangeLog.x32
    branches/x32/gcc/config/i386/constraints.md
    branches/x32/gcc/config/i386/predicates.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]