m68hc11/12 and xgate config.sub weirdness
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ia64 / dv-entry-err.s
CommitLineData
800eeca4
JW
1//
2// Verify DV detection on multiple paths
3//
4.text
5 .explicit
9a8f29e3
TW
6// WAW on r4 is avoided on both paths
7// WAW on r5 is avoided on path 0 (from top) but not path 1 (from L)
800eeca4 8 cmp.eq p1, p2 = r1, r2
9a8f29e3 9 cmp.eq p3, p4 = r3, r0;;
800eeca4
JW
10(p1) mov r4 = 2
11L:
12(p2) mov r4 = 5
13(p3) mov r5 = r7
14(p4) mov r5 = r8
15
This page took 0.922141 seconds and 4 git commands to generate.