1# Source file used to test the loop instructions.
2
3foo:
4L1:
5	loop	L2, r10.b2
6	iloop	L2, r11
7	add	r0, r0, r0
8	add	r0, r0, r0
9	add	r0, r0, r0
10L2:
11