x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / noavx-1.s
1 # Test .arch .noavx
2 .text
3 .arch generic32
4 vzeroupper
5 .arch .avx
6 vzeroupper
7 .arch .noavx
8 vzeroupper
9 .p2align 4
This page took 0.029803 seconds and 4 git commands to generate.