x86: refine TPAUSE and UMWAIT
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / waitpkg.s
CommitLineData
de89d0a3
IT
1# Check 32bit WAITPKG instructions.
2
3 .text
4_start:
b630c145 5 .rept 2
de89d0a3
IT
6 umonitor %eax
7 umonitor %cx
8 umwait %ecx
b630c145 9 umwait %ebx, %edx, %eax
de89d0a3 10 tpause %ecx
b630c145
JB
11 tpause %ebx, %edx, %eax
12
13 .intel_syntax noprefix
14
15 umwait edi, edx, eax
16 tpause edi, edx, eax
17
18 .att_syntax prefix
19 .code16
20 .endr
This page took 0.159415 seconds and 4 git commands to generate.