i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-avx512vl-2.s
1 .text
2 .arch corei7
3 _start:
4 .arch .avx
5 vpconflictd %xmm0, %xmm25
6 vpconflictd %ymm0, %ymm25
7 vpconflictd %ymm0, %zmm25
8 .arch .avx512vl
9 vpconflictd %xmm0, %xmm25
10 vpconflictd %ymm0, %ymm25
11 vpconflictd %zmm0, %zmm25
12 .arch .avx512cd
13 vpconflictd %xmm0, %xmm25
14 vpconflictd %ymm0, %ymm25
15 vpconflictd %zmm0, %zmm25
16 .p2align 4
This page took 0.033214 seconds and 4 git commands to generate.