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