On Sat, Jun 21, 2014 at 10:47 PM, Segher Boessenkool
wrote:
> This uses the rotl* extended mnemonics instead of the rlw*nm and rld*cl
> mnemonics, because they are shorter and more importantly they look the
> same for 32-bit and 64-bit.
>
> Bootstrapped and tested on powerpc64-linux, {-m64,-m64/-m
This uses the rotl* extended mnemonics instead of the rlw*nm and rld*cl
mnemonics, because they are shorter and more importantly they look the
same for 32-bit and 64-bit.
Bootstrapped and tested on powerpc64-linux, {-m64,-m64/-mtune=power8,
-m32,-m32/-mpowerpc64}, no regressions. Okay to apply?