]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/mri/exists.out
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / mri / exists.out
1 ;exists macro arg1,arg2
2 ; ifne ==arg2
3 ; move arg1,arg2
4 ; elsec
5 ; push arg1
6 ; endc
7 ; endm
8 ;
9
10 ; exists foo,bar
11 ; ifne -1
12 ; move foo,bar
13 move foo,bar
14 ; elsec
15 ; push foo
16 ; endc
17 ; exists foo
18 ; ifne 0
19 ; move foo,
20 ; elsec
21 ; push foo
22 push foo
23 ; endc
24 ;