gas: blackfin: generalize matching in the video tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / resource_conflict.s
1 .text
2
3 r6 = r1.h * r2.l || r6 = [p0 ++];
4 r6 = [p0++] || r6 = [i0];
5 r0 = [i0++] || r1 = [i0--];
6 r6.h = ashift r0.h by r1.l || r6 = [i0 ++ m0];
7 r6.h = ashift r0.h by r1.l || r6.h = W [p0];
8 r6.l = (a0 = r1.l * r2.l) || r6 = [i0--];
9
10 R0 = (A0 += A1) || R0.L = W [I0++];
11 R0 = (A0 += A1) || R0.H = W [I0++];
12 R0.h = (A0 += A1) || R0.H = W [I0++];
13 R0.l = (A0 += A1) || R0.L = W [I0++];
14
This page took 0.030403 seconds and 4 git commands to generate.