x86: Update assembler tests for non-ELF targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512vl-2.s
1 .text
2 .arch corei7
3 _start:
4 .arch .avx
5 vpconflictd %xmm0, %xmm5
6 vpconflictd %ymm0, %ymm5
7 vpconflictd %ymm0, %zmm5
8 .arch .avx512vl
9 vpconflictd %xmm0, %xmm5
10 vpconflictd %ymm0, %ymm5
11 vpconflictd %zmm0, %zmm5
12 .arch .avx512cd
13 vpconflictd %xmm0, %xmm5
14 vpconflictd %ymm0, %ymm5
15 vpconflictd %zmm0, %zmm5
16 .p2align 4
This page took 0.030038 seconds and 4 git commands to generate.