]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/i860/regress01.s
binutils/testsuite: Also consider `*-*-lynxos*' and `*-*-symbianelf*' ELF
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i860 / regress01.s
1 # Test fst.* with and without auto-increment.
2
3 .text
4
5 fst.l %f16,-16(%sp)
6 fst.l %f20,-16(%sp)
7 fst.l %f24,-16(%sp)
8
9 fst.l %f16,-16(%sp)++
10 fst.l %f20,-16(%sp)++
11 fst.l %f24,-16(%sp)++
12
13 fst.q %f16,-16(%sp)
14 fst.q %f20,-16(%sp)
15 fst.q %f24,-16(%sp)
16
17 fst.q %f16,-16(%sp)++
18 fst.q %f20,-16(%sp)++
19 fst.q %f24,-16(%sp)++