xcoff versions of the altivec test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / altivec_xcoff64.s
1 # PowerPC xcoff64 AltiVec tests
2 #as: -a64 -mppc64 -maltivec
3 .machine "ppc64"
4 .csect .text[PR]
5 .csect main[DS]
6 main:
7 .csect .text[PR]
8 .main:
9 dss 3
10 dssall 2
11 dst 5,4,1
12 dstt 8,7,0
13 dstst 5,6,3
14 dststt 4,5,2
This page took 0.030343 seconds and 4 git commands to generate.