Re: [PATCH 1/4] rs6000: Merge boolsi3 and booldi3

2014-08-17 Thread David Edelsohn
On Fri, Aug 15, 2014 at 8:50 PM, Segher Boessenkool wrote: > This adds a new output modifier "e" that prints an 's' for things like > xoris, and changes "u" to work for both xoris and xori. With that, both > SI and DI can simply use an "n" constraint, where previously they needed > "K,L" resp. "K

[PATCH 1/4] rs6000: Merge boolsi3 and booldi3

2014-08-15 Thread Segher Boessenkool
This adds a new output modifier "e" that prints an 's' for things like xoris, and changes "u" to work for both xoris and xori. With that, both SI and DI can simply use an "n" constraint, where previously they needed "K,L" resp. "K,J" (and it used "JF" in fact, but the F doesn't do anything there).