ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / issue119.s
blobade88182cbe9a1500ca6894b6148b0285cd38e5c
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 R0 = 0;
7 R1 = 0;
8 R2 = 0;
9 R3 = 0;
10 R0.L = -32768;
11 R0.H = 32767;
12 R1.L = 32767;
13 R1.H = -32768;
14 R2.H = (A1 = R0.L * R1.H) (M), R2.L = (A0 = R0.L * R1.L) (TFU);
16 _DBG R2;
17 DBGA ( R2.L , 0x3fff );
18 DBGA ( R2.H , 0xc000 );
20 R3 = ( A1 = R0.L * R1.H ) (M), R2 = ( A0 = R0.L * R1.L ) (FU);
22 _DBG R3;
23 DBGA ( R3.L , 0 );
24 DBGA ( R3.H , 0xc000 );
26 pass