sim: bfin: import testsuite
[deliverable/binutils-gdb.git] / sim / testsuite / sim / bfin / l0shift.s
1 # mach: bfin
2
3 .include "testutils.inc"
4 start
5
6
7 r5 = 0;
8 r2.L = 0xadbd;
9 r2.h = 0xfedc;
10 r5 = r2 >> 0;
11 dbga (r5.l, 0xadbd);
12 dbga (r5.h, 0xfedc);
13 pass
This page took 0.030519 seconds and 4 git commands to generate.