This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [RFA] Patch to conform to Power ISA 2.06


On Thu, 2009-02-19 at 10:16 -0600, Edmar Wienskoski-RA8797 wrote:
> > This is the change I'll soon be submitting as part of the POWER7 changes
> > (also ISA 2.06):
> >
> > -{"wait",       X(31,62),       0xffffffff,  E500MC,    {0}},
> > +{"waitrsv",    X(31,62)|(1<<21), 0xffffffff, POWER7,   {0}},
> > +{"waitimpl",   X(31,62)|(2<<21), 0xffffffff, POWER7,   {0}},
> > +{"wait",       X(31,62),       XWC_MASK, E500MC|POWER7, {WC}}
> >
> >
> > Peter
> >   
> Ok. Can you please use E500MC | POWER7 for waitrsv and waitimpl as well ?
> The e500mc linux folks here just asked me that...

Will do.  I'll also throw in waitrsv and waitimpl into your e500mc.[sd] tests.

Peter




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