summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-nosse2.s
blob: b151ac2d6c21c187b42067bc99c5bfdecab81df8 (plain)
1
2
3
4
5
6
7
8
9
# Test .arch .nosse2
	.text
	.arch generic64
	.arch .nosse2
	addps %xmm0, %xmm0
	paddb %xmm0, %xmm0
	movq %xmm0, %rax
	movq %rax, %xmm0
	.p2align 4