Re: [PATCH 4/9] rs6000: Make all insert 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: > > insert_word -> insert size=32 > insert_dword -> insert size=64 > > It could use "dot" as well, but the current code doesn't handle that. > > > 2014-05-22 Se

[PATCH 4/9] rs6000: Make all insert instructions one type

2014-05-22 Thread Segher Boessenkool
This uses the attribute "size" to specify the differences: insert_word -> insert size=32 insert_dword -> insert 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