x86/Intel: correct permitted operand sizes for AVX512 scatter/gather
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mwaitx.s
1 # Check monitorx and mwaitx instructions
2
3 .text
4 _start:
5 monitorx %eax, %ecx, %edx
6 monitorx %ax, %ecx, %edx
7 monitorx
8 mwaitx %eax, %ecx, %ebx
9 mwaitx
This page took 0.042803 seconds and 4 git commands to generate.