* config/tc-mips.c (append_insn): Cope with a complex reloc
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / altivec.s
1 # PowerPC AltiVec tests
2 #as: -m601 -maltivec
3 .section ".text"
4 start:
5 dss 3
6 dssall
7 dst 5,4,1
8 dstt 8,7,0
9 dstst 5,6,3
10 dststt 4,5,2
This page took 0.03 seconds and 4 git commands to generate.