x86: refine TPAUSE and UMWAIT
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-waitpkg.s
1 # Check 64bit WAITPKG instructions.
2
3 .text
4 _start:
5 umonitor %rax
6 umonitor %r10
7 umonitor %r10d
8 umwait %ecx
9 umwait %r10d
10 umwait %edi, %edx, %eax
11 tpause %ecx
12 tpause %r10d
13 tpause %edi, %edx, %eax
14
15 .intel_syntax noprefix
16
17 umwait esi, edx, eax
18 tpause esi, edx, eax
This page took 0.034223 seconds and 5 git commands to generate.