Re: Using %stick where available
Takeshi Nakayama <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
>>> Michael <[email protected]> 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