bfd
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / regress01.s
CommitLineData
371409b0
JE
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)++
This page took 0.303381 seconds and 4 git commands to generate.