]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mri/if.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.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