]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/xc16x/shlrol.s
Add support for the Infineon XC16X.
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / xc16x / shlrol.s
1 .section .text
2 .global _fun
3 xc16x_shlrol:
4
5 shl r0,r1
6 shl r0,#a
7 shr r0,r1
8 shr r0,#a
9 rol r0,r1
10 rol r0,#a
11 ror r0,r1
12 ror r0,#a
13 ashr r0,r1
14 ashr r0,#a