x86: refine TPAUSE and UMWAIT
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-waitpkg.s
index 9c6484894b66ed4106ea764c80ccb1bf2dae9d7a..8a173c2f59e24f9d21ccdef901365018ece4424f 100644 (file)
@@ -6,10 +6,13 @@ _start:
        umonitor %r10
        umonitor %r10d
        umwait %ecx
-       umwait %rcx
-       umwait %r10
        umwait %r10d
+       umwait %edi, %edx, %eax
        tpause %ecx
-       tpause %rcx
-       tpause %r10
        tpause %r10d
+       tpause %edi, %edx, %eax
+
+       .intel_syntax noprefix
+
+       umwait esi, edx, eax
+       tpause esi, edx, eax
This page took 0.027393 seconds and 4 git commands to generate.