x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512vl-ambig.s
1 # Check AVX512VL instructions with ambiguous operands
2
3 .text
4 .intel_syntax noprefix
5 _start:
6 vcvtneps2bf16 xmm0, [ecx]
7 vcvtpd2dq xmm0{k1}, [ecx]
8 vcvtpd2ps xmm0{k1}, [ecx]
9 vcvtpd2udq xmm0, [ecx]
10 vcvttpd2dq xmm0{k1}, [ecx]
11 vcvttpd2udq xmm0, [ecx]
This page took 0.031821 seconds and 4 git commands to generate.