Re: [PATCH 5/9] rs6000: Make all divide instructions one type

2014-05-23 Thread David Edelsohn
On Fri, May 23, 2014 at 2:09 AM, Segher Boessenkool wrote: > This uses the attribute "size" to specify the differences: > > idiv -> div size=32 > ldiv -> div size=64 > > It could use "dot" as well, but the current code doesn't handle that. > > > 2014-05-22 Segher Boessenkool > >

[PATCH 5/9] rs6000: Make all divide instructions one type

2014-05-22 Thread Segher Boessenkool
This uses the attribute "size" to specify the differences: idiv -> div size=32 ldiv -> div size=64 It could use "dot" as well, but the current code doesn't handle that. 2014-05-22 Segher Boessenkool gcc/ * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv". Add