summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i860/regress01.s
blob: 002c3bdc4672b2fc99f54a11ffc4d7cbfc28f65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Test fst.* with and without auto-increment.

	.text

        fst.l   %f16,-16(%sp)
        fst.l   %f20,-16(%sp)
        fst.l   %f24,-16(%sp)

        fst.l   %f16,-16(%sp)++
        fst.l   %f20,-16(%sp)++
        fst.l   %f24,-16(%sp)++

        fst.q   %f16,-16(%sp)
        fst.q   %f20,-16(%sp)
        fst.q   %f24,-16(%sp)

        fst.q   %f16,-16(%sp)++
        fst.q   %f20,-16(%sp)++
        fst.q   %f24,-16(%sp)++