gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512vl-ambig.s
CommitLineData
b9915cbc
JB
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.044119 seconds and 4 git commands to generate.