]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/ia64/forward.s
Add Intel Itanium Series 9500 support
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / ia64 / forward.s
CommitLineData
60d11e55
JB
1two == 2*one
2one = 1
3three == 3*one
4four = 4*one
5
6RA == rA
7rA = r2
8
9PA == pA
10pA = p6
11
12 .text
13_start:
14 alloc r31 = one + 1, two + 2, three + 3, four + 4
15 dep.z RA = one, two + 3, three + 4
16(PA) br.sptk _start
17 ;;
18
19one = -1
20rA = r3
21pA = p7
22
23.L1:
24 alloc r31 = one + 1, two + 2, three + 3, four - 4
25 dep.z RA = one, two + 3, three + 4
26(PA) br.sptk .L1
27 ;;