X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=gas%2Ftestsuite%2Fgas%2Fbfin%2Fresource_conflict.s;fp=gas%2Ftestsuite%2Fgas%2Fbfin%2Fresource_conflict.s;h=714cd73ea23e743b11ce86cbfb3056a85b7b97fa;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hp=0000000000000000000000000000000000000000;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b;p=msp430-binutils.git diff --git a/gas/testsuite/gas/bfin/resource_conflict.s b/gas/testsuite/gas/bfin/resource_conflict.s new file mode 100644 index 0000000..714cd73 --- /dev/null +++ b/gas/testsuite/gas/bfin/resource_conflict.s @@ -0,0 +1,14 @@ + .text + + r6 = r1.h * r2.l || r6 = [p0 ++]; + r6 = [p0++] || r6 = [i0]; + r0 = [i0++] || r1 = [i0--]; + r6.h = ashift r0.h by r1.l || r6 = [i0 ++ m0]; + r6.h = ashift r0.h by r1.l || r6.h = W [p0]; + r6.l = (a0 = r1.l * r2.l) || r6 = [i0--]; + + R0 = (A0 += A1) || R0.L = W [I0++]; + R0 = (A0 += A1) || R0.H = W [I0++]; + R0.h = (A0 += A1) || R0.H = W [I0++]; + R0.l = (A0 += A1) || R0.L = W [I0++]; +