6a24a1f1a0c516d90efde7ecb1d903bfce0e9656
[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
This page took 0.043678 seconds and 3 git commands to generate.