]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/xc16x/shlrol.s
opcodes: bfin: simplify field width processing and fix build warnings
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / xc16x / shlrol.s
index 04e6591d69e0e7c727c4e42438b781ee1b4c0c17..801bab6ed4ff448d006194d3e329f4f374619493 100644 (file)
@@ -3,12 +3,12 @@
 xc16x_shlrol:  
 
        shl   r0,r1
-       shl   r0,#a
+       shl   r0,#4
        shr   r0,r1
-       shr   r0,#a
+       shr   r0,#4
        rol    r0,r1
-       rol    r0,#a
+       rol    r0,#4
        ror    r0,r1
-       ror    r0,#a
+       ror    r0,#4
        ashr r0,r1
-       ashr r0,#a
+       ashr r0,#4