]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
Add support for the CLZ insn
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Tue, 19 Feb 2013 23:10:29 +0000 (23:10 +0000)
committerMichael Eager <eager@gcc.gnu.org>
Tue, 19 Feb 2013 23:10:29 +0000 (23:10 +0000)
commitc77f83d5c5b4518e94f347a11c0d21449572e6e0
treed01e4f8df96134d3deb0ab4146fe10868c34ce6a
parent959434e6ba489bceb258ae02936e789be894d0e7
Add support for the CLZ insn

Add support for the CLZ insn
* config/microblaze/microblaze.c: microblaze_has_clz = 0
Add version check for v8.10.a to enable microblaze_has_clz
* config/microblaze/microblaze.h: Add TARGET_HAS_CLZ as
combined version and TARGET_PATTERN_COMPARE check
* config/microblaze/microblaze.md: New clzsi2 instruction

From-SVN: r196158
gcc/ChangeLog
gcc/config/microblaze/microblaze.c
gcc/config/microblaze/microblaze.h
gcc/config/microblaze/microblaze.md