Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Using %stick where available



>>> Michael <macallan%netbsd.org@localhost> wrote

> Hello,
> 
> On Nov 7, 2012, at 6:00 PM, Mouse wrote:
> 
> >>>> +        mov     1, %g5
> >>>> +        sllx    %g5, 16, %g3
> >>>> +        or      %g5, %g3, %g5
> >>> Only "set 0x1001, %g5" is faster.
> >
> > But wrong; the mov-sllx-or computes 0x10001, not 0x1001.  (I note the
> > updated patch says 0x10001.)
> 
> 
> I wouldn't doubt that's what he meant. We're all fluent in typo,  
> aren't we? ;)

Sorry, what I meant is "0x10001".

-- Takeshi Nakayama


Home | Main Index | Thread Index | Old Index