gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / loop_label2.s
1 r0 <<= 1;
2 p0 = 15;
3 divs (r0, r1);
4 loop .Lfoo lc0=p0;
5 loop_begin .Lfoo;
6 divq (r0, r1);
7 loop_end .Lfoo;
8 r0 = r0.l (x);
This page took 0.045616 seconds and 4 git commands to generate.