------- Comment #3 from carrot at google dot com 2010-04-24 11:53 ------- lsls r2,r3, #1 can be assembled to 16 bit.
lsl r2,r3, #1 is 32 bit because only 32 bit encoding can ignore condition code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42879
------- Comment #3 from carrot at google dot com 2010-04-24 11:53 ------- lsls r2,r3, #1 can be assembled to 16 bit.
lsl r2,r3, #1 is 32 bit because only 32 bit encoding can ignore condition code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42879