Re: [Patch, microblaze]: Correct names of shift instructions

2014-02-23 Thread Michael Eager
On 11/25/13 23:53, David Holsgrove wrote: Existing MicroBlaze shift instruction pattern names don't match surrounding format. ashlri_reg should be ashrsi_reg - arithmetic shift right for SI mode lshlri_reg should be lshrsi_reg - logical shift right for SI mode Changelog 2013-11-26 David Holsg

[Patch, microblaze]: Correct names of shift instructions

2013-11-25 Thread David Holsgrove
Existing MicroBlaze shift instruction pattern names don't match surrounding format. ashlri_reg should be ashrsi_reg - arithmetic shift right for SI mode lshlri_reg should be lshrsi_reg - logical shift right for SI mode Changelog 2013-11-26 David Holsgrove * gcc/config/microblaze/microblaze.m