x86: Check non-WIG EVEX instruction encoding with -mevexwig=1
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-mwaitx.s
CommitLineData
9916071f
AP
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.210154 seconds and 4 git commands to generate.