Re: [PATCH 1/6] PPC: Add asm helpers for BE 32bit load/store

2014-06-17 Thread Alexander Graf
On 17.06.14 02:51, Paul Mackerras wrote: On Wed, Jun 11, 2014 at 12:33:46PM +0200, Alexander Graf wrote: >From assembly code we might not only have to explicitly BE access 64bit values, but sometimes also 32bit ones. Add helpers that allow for easy use of lwzx/stwx in their respective byte-reve

Re: [PATCH 1/6] PPC: Add asm helpers for BE 32bit load/store

2014-06-16 Thread Paul Mackerras
On Wed, Jun 11, 2014 at 12:33:46PM +0200, Alexander Graf wrote: > >From assembly code we might not only have to explicitly BE access 64bit > >values, > but sometimes also 32bit ones. Add helpers that allow for easy use of > lwzx/stwx > in their respective byte-reverse or native form. > > Signed-