* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
[external/binutils.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)++