sim: bfin: import testsuite
[deliverable/binutils-gdb.git] / sim / testsuite / sim / bfin / a0.s
1 # mach: bfin
2
3 .include "testutils.inc"
4 start
5
6 R0 = 1;
7 R0 <<= 1;
8 DBGA ( R0.L , 2 );
9 R0 <<= 1;
10 DBGA ( R0.L , 4 );
11 R0 <<= 3;
12 DBGA ( R0.L , 32 );
13 R0 += 5;
14 DBGA ( R0.L , 37 );
15 R0 += -7;
16 DBGA ( R0.L , 30 );
17 pass
This page took 0.029772 seconds and 4 git commands to generate.