x86: support further AMD Zen2 instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mwaitx.s
CommitLineData
9916071f
AP
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.231832 seconds and 4 git commands to generate.