summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/i386/x86-64-inval-avx.s
blob: d641d5108befcf5fc9bf935eb1b94e7b98e23bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Check illegal 64bit AVX instructions
	.text
_start:
	vcvtpd2dq (%rcx),%xmm2
	vcvtpd2ps (%rcx),%xmm2
	vcvttpd2dq (%rcx),%xmm2

	.intel_syntax noprefix
	vcvtpd2dq xmm2,[rcx]
	vcvtpd2ps xmm2,[rcx]
	vcvttpd2dq xmm2,[rcx]
OpenPOWER on IntegriCloud