x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-evex-wig2.s
CommitLineData
606cc040
L
1# Check non-WIG EVEX instructions with -mevexwig=1
2
3 .allow_index_reg
4 .text
5_start:
6 vcvtsi2ss %eax, {rd-sae}, %xmm25, %xmm6
7 vcvtsi2ss %eax, %xmm25, %xmm6
8 vcvtsi2sd %eax, %xmm25, %xmm6
9 vcvtusi2ss %eax, {rd-sae}, %xmm25, %xmm6
10 vcvtusi2ss %eax, %xmm25, %xmm6
11 vcvtusi2sd %eax, %xmm15, %xmm6
This page took 0.099038 seconds and 4 git commands to generate.