i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / avx512f-ymm.s
1 .text
2 .arch generic32
3 .arch .avx512f
4 ymm:
5 vpmovzxbd %xmm0, %zmm0
6 vpmovzxwd %ymm0, %zmm0
7
8 vcvtps2pd %ymm0, %zmm0
9 vcvtpd2ps %zmm0, %ymm0
This page took 0.030789 seconds and 4 git commands to generate.