i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512_bf16_vl-inval.s
1 # Check illegal AVX512{BF16,VL} instructions
2
3 .allow_index_reg
4 .text
5 _start:
6 vcvtneps2bf16 0x10000000(%rbp, %r14, 8), %xmm3{%k7} #AVX512{BF16,VL} MASK_ENABLING
7 vcvtneps2bf16 2032(%rcx), %xmm3 #AVX512{BF16,VL} Disp8
8 vcvtneps2bf16 4064(%rcx), %xmm3 #AVX512{BF16,VL} Disp8
9
10 .intel_syntax noprefix
11 vcvtneps2bf16 xmm3{k7}, [rbp+r14*8+0x10000000] #AVX512{BF16,VL} MASK_ENABLING
12 vcvtneps2bf16 xmm3, [rcx+2032] #AVX512{BF16,VL} Disp8
13 vcvtneps2bf16 xmm3, [rcx+4064] #AVX512{BF16,VL} Disp8
This page took 0.031338 seconds and 4 git commands to generate.