daily update
[external/binutils.git] / gas / testsuite / gas / xc16x / shlrol.s
index 04e6591..801bab6 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