Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / mri / if.s
1 ; Test MRI structured if pseudo-op.
2
3         xdef    foo
4 foo
5         if d1 <gt> d0 and d2 <gt> d0 then
6           if d1 <gt> d2 then
7             move d1,d3
8           else
9             move d2,d3
10           endi
11         else
12           if d0 <gt> d1 or d0 <gt> d2 then
13             move d0,d3
14           endi
15         endi
16
17         nop