Re: [PATCH 4/6] rs6000: Merge rotlsi3 and rotldi3

2014-06-22 Thread David Edelsohn
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

[PATCH 4/6] rs6000: Merge rotlsi3 and rotldi3

2014-06-21 Thread Segher Boessenkool
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?