x86/Intel: extend MOVDIRI testing
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-inval-avx512vl.s
1 # Check illegal AVX512VL instructions
2 .text
3 .arch .noavx512vl
4 _start:
5 vp2intersectd 32(%rax), %ymm2, %k3
6 vp2intersectq 16(%rax), %xmm2, %k3
This page took 0.047961 seconds and 4 git commands to generate.