Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / ia64 / forward.s
1 two == 2*one
2 one = 1
3 three == 3*one
4 four = 4*one
5
6 RA == rA
7 rA = r2
8
9 PA == pA
10 pA = 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
19 one = -1
20 rA = r3
21 pA = 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         ;;