r113265 - in /trunk/gcc: ChangeLog config/i386/...

sayle@gcc.gnu.org sayle@gcc.gnu.org
Wed Apr 26 00:51:00 GMT 2006


Author: sayle
Date: Wed Apr 26 00:51:14 2006
New Revision: 113265

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113265
Log:

	* expmed.c (store_bit_field): Also check whether the bitsize is
	valid for the machine's "insv" instruction before moving the
	target into a pseudo for use with the insv.
	* config/i386/predicates.md (const8_operand): New predicate.
	* config/i386/i386.md (extv, extzv, insv): Use the new
	const8_operand predicate where appropriate.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.md
    trunk/gcc/config/i386/predicates.md
    trunk/gcc/expmed.c



More information about the Gcc-cvs mailing list