i386: Add tests for -malign-branch-boundary and -malign-branch
[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.060573 seconds and 4 git commands to generate.