x86: fold various AVX512 templates with so far differing Masking attributes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / noavx-1.s
CommitLineData
293f5f65
L
1# Test .arch .noavx
2 .text
3 .arch generic32
4 vzeroupper
5 .arch .avx
6 vzeroupper
7 .arch .noavx
8 vzeroupper
8d5b9a5a 9 .p2align 4
This page took 0.133571 seconds and 4 git commands to generate.