summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/xc16x/shlrol.s
blob: 04e6591d69e0e7c727c4e42438b781ee1b4c0c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
       .section .text
       .global _fun
xc16x_shlrol:	

	shl   r0,r1
	shl   r0,#a
	shr   r0,r1
	shr   r0,#a
	rol    r0,r1
	rol    r0,#a
	ror    r0,r1
	ror    r0,#a
	ashr r0,r1
	ashr r0,#a