This is the mail archive of the gcc-patches@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]

Re: [PATCH, i386]: Fix PR target/30970: xmm register zeroing by pxor N,N should be moved out of loop


On Mon, Feb 26, 2007 at 08:50:32PM +0100, Uros Bizjak wrote:
> +   && !(MEM_P (operands[0])
> +	&& (MEM_P (operands[1]) || standard_sse_constant_p (operands[1]) > 0))"

Or more simply as

  && (REG_P (op0) || REG_P (op1))



r~


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