x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / inval-avx512f.s
index 2833b1ef1400ff6d6c588b038f473037dcaf9e6b..6aa6f14e89d170087523e6251071f9fa6d616393 100644 (file)
@@ -307,3 +307,13 @@ _start:
 
        vdpbf16ps 8(%eax){1to8}, %zmm2, %zmm2
        vcvtne2ps2bf16 8(%eax){1to8}, %zmm2, %zmm2
+
+       vcvtneps2bf16 (%eax){1to2}, %ymm1
+       vcvtneps2bf16 (%eax){1to4}, %ymm1
+       vcvtneps2bf16 (%eax){1to8}, %ymm1
+       vcvtneps2bf16 (%eax){1to16}, %ymm1
+
+       vcvtneps2bf16 (%eax){1to2}, %xmm1
+       vcvtneps2bf16 (%eax){1to4}, %xmm1
+       vcvtneps2bf16 (%eax){1to8}, %xmm1
+       vcvtneps2bf16 (%eax){1to16}, %xmm1
This page took 0.026645 seconds and 4 git commands to generate.