ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / c_progctrl_nop.s
blob77f744b3311d17ed29185eac8299f29a0f0a6672
1 //Original:/testcases/core/c_progctrl_nop/c_progctrl_nop.dsp
2 // Spec Reference: progctrl nop
3 # mach: bfin
5 .include "testutils.inc"
6 start
9 INIT_R_REGS 0;
12 I0 = 0x1122 (Z);
13 NOP;
14 R0 = I0;
16 I1 = 0x3344 (Z);
17 NOP;
18 R1 = I1;
20 I2 = 0x5566 (Z);
21 NOP;
22 R2 = I2;
24 I3 = 0x7788 (Z);
25 NOP;
26 R3 = I3;
29 P2 = 0x99aa (Z);
30 NOP; NOP;
31 R4 = P2;
33 P3 = 0xbbcc (Z);
34 NOP; NOP;
35 R5 = P3;
37 P4 = 0xddee (Z);
38 NOP; NOP;
39 R6 = P4;
41 P5 = 0x1234 (Z);
42 NOP; NOP;
43 R7 = P5;
45 CHECKREG r0, 0x00001122;
46 CHECKREG r1, 0x00003344;
47 CHECKREG r2, 0x00005566;
48 CHECKREG r3, 0x00007788;
49 CHECKREG r4, 0x000099AA;
50 CHECKREG r5, 0x0000BBCC;
51 CHECKREG r6, 0x0000DDEE;
52 CHECKREG r7, 0x00001234;
55 pass