[Patch, microblaze]: Correct names of shift instructions

David Holsgrove david.holsgrove@xilinx.com
Tue Nov 26 09:43:00 GMT 2013


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 <david.holsgrove@xilinx.com>

 * gcc/config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg names.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-Patch-microblaze-Correct-names-of-shift-instructions.patch
Type: application/octet-stream
Size: 1509 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20131126/d7372ac3/attachment.obj>


More information about the Gcc-patches mailing list