* gas/ppc/altivec.d: Fix dssall test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / altivec_xcoff.s
CommitLineData
74a21df4
TR
1# PowerPC xcoff AltiVec tests
2#as: -mppc -maltivec
3 .machine "ppc"
4 .csect .text[PR]
5 .csect main[DS]
6main:
7 .csect .text[PR]
8.main:
9 dss 3
eb0fdfed 10 dssall
74a21df4
TR
11 dst 5,4,1
12 dstt 8,7,0
13 dstst 5,6,3
14 dststt 4,5,2
15
16
This page took 0.029893 seconds and 4 git commands to generate.