x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-avx.l
CommitLineData
c0f3af97
L
1.*: Assembler messages:
2.*:4: Error: .*
3.*:5: Error: .*
4.*:6: Error: .*
b9915cbc
JB
5.*:9: Error:.* ambiguous .* `vcvtpd2dq'
6.*:10: Error:.* ambiguous .* `vcvtpd2ps'
7.*:11: Error:.* ambiguous .* `vcvttpd2dq'
c0f3af97
L
8GAS LISTING .*
9
10
11[ ]*1[ ]+\# Check illegal AVX instructions
12[ ]*2[ ]+\.text
13[ ]*3[ ]+_start:
14[ ]*4[ ]+vcvtpd2dq \(%ecx\),%xmm2
15[ ]*5[ ]+vcvtpd2ps \(%ecx\),%xmm2
16[ ]*6[ ]+vcvttpd2dq \(%ecx\),%xmm2
0bfee649
L
17[ ]*7[ ]+
18[ ]*8[ ]+\.intel_syntax noprefix
19[ ]*9[ ]+vcvtpd2dq xmm2,\[ecx\]
20[ ]*10[ ]+vcvtpd2ps xmm2,\[ecx\]
21[ ]*11[ ]+vcvttpd2dq xmm2,\[ecx\]
This page took 0.666684 seconds and 4 git commands to generate.