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

uros@gcc.gnu.org uros@gcc.gnu.org
Wed Jul 15 15:40:00 GMT 2009


Author: uros
Date: Wed Jul 15 15:40:15 2009
New Revision: 149691

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149691
Log:
	* config/i386/sse.md (copysign<mode>3): Use "and-not" SSE instruction
	instead of "and" with inverted sign bit mask value.  Use
	"nonimmediate_operand" for operand 1 and operand 2 predicate.
	Allocate registers only for operand 4 and operand 5.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/sse.md



More information about the Gcc-cvs mailing list