[Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-09-22 Thread Zhenqiang Chen
Ping? Patch is attached for easy to apply. Thanks! -Zhenqiang > -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Zhenqiang Chen > Sent: Monday, June 23, 2014 2:57 PM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH, 1/10] two

Re: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-10-11 Thread Richard Henderson
On 09/22/2014 11:43 PM, Zhenqiang Chen wrote: > > +@cindex @code{ccmp} instruction pattern > +@item @samp{ccmp} > +Conditional compare instruction. Operand 2 and 5 are RTLs which perform > +two comparisons. Operand 1 is AND or IOR, which operates on the result of > +operand 2 and 5. > +It uses r

RE: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-10-27 Thread Zhenqiang Chen
: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp) > > On 09/22/2014 11:43 PM, Zhenqiang Chen wrote: > > > > +@cindex @code{ccmp} instruction pattern @item @samp{ccmp} > Conditional > > +compare instruction. Operand 2 and 5 are RTLs which perform two > &g

Re: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-10-27 Thread Richard Henderson
On 10/27/2014 12:47 AM, Zhenqiang Chen wrote: > + @var{NULL} if the combination of @var{prev} and this comparison is\n\ @code{NULL} Otherwise ok. r~

Re: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-11-14 Thread Marcus Shawcroft
On 29 October 2014 10:28, Zhenqiang Chen wrote: > > >> -Original Message- >> From: Richard Henderson [mailto:r...@redhat.com] >> Sent: Monday, October 27, 2014 10:56 PM >> To: Zhenqiang Chen >> Cc: gcc-patches@gcc.gnu.org >> Subject: Re: [Pin

Re: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-09-23 Thread pinskia
> On Sep 22, 2014, at 11:43 PM, Zhenqiang Chen wrote: > > Ping? > > Patch is attached for easy to apply. Note I have been using an earlier version of this patch set in house and not have found any issues with it. Thanks, Andrew > > Thanks! > -Zhenqiang > >> -Original Message-

RE: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-10-29 Thread Zhenqiang Chen
> -Original Message- > From: Richard Henderson [mailto:r...@redhat.com] > Sent: Monday, October 27, 2014 10:56 PM > To: Zhenqiang Chen > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp) > > On 10/27/2014

Re: [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)

2014-10-29 Thread Richard Henderson
On 10/29/2014 03:28 AM, Zhenqiang Chen wrote: > Thanks! Patch is updated. Ok. r~