ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / sri.s
blob9f90abf966d82aab3f0b8832cfae55ebb96abe75
1 # Blackfin testcase for BITMUX
2 # mach: bfin
4 .include "testutils.inc"
6 start
8 r0 = 0;
9 p2.l = 16;
11 ilp:
12 BITMUX( R6 , R7, A0) (ASR);
13 p2 += -1;
14 cc=p2==0;
15 if !cc jump ilp;
16 A0 = A0 >> 8;
17 R0 = A0.w;
18 [ I1 ++ ] = R0;
19 nop;
21 pass