include/opcode/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / altivec_xcoff.s
1 # PowerPC xcoff AltiVec tests
2 #as: -mppc -maltivec
3 .csect .text[PR]
4 .csect main[DS]
5 main:
6 .csect .text[PR]
7 .main:
8 dss 3
9 dssall
10 dst 5,4,1
11 dstt 8,7,0
12 dstst 5,6,3
13 dststt 4,5,2
14
15
This page took 0.029462 seconds and 4 git commands to generate.