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 Holsgrove 

  * gcc/config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg names.


gcc-head: Committed revision 208061.
gcc-4_8_branch: Committed revision 208062.

--
Michael Eagerea...@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


[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.md: Correct ashrsi_reg / lshrsi_reg names.


0009-Patch-microblaze-Correct-names-of-shift-instructions.patch
Description: Binary data