i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-avx.s
CommitLineData
c0f3af97
L
1# Check illegal 64bit AVX instructions
2 .text
3_start:
4 vcvtpd2dq (%rcx),%xmm2
5 vcvtpd2ps (%rcx),%xmm2
6 vcvttpd2dq (%rcx),%xmm2
c0f3af97
L
7
8 .intel_syntax noprefix
9 vcvtpd2dq xmm2,[rcx]
10 vcvtpd2ps xmm2,[rcx]
11 vcvttpd2dq xmm2,[rcx]
This page took 0.593045 seconds and 4 git commands to generate.