Commit | Line | Data |
---|---|---|
de89d0a3 IT |
1 | # Check 64bit WAITPKG instructions. |
2 | ||
3 | .text | |
4 | _start: | |
5 | umonitor %rax | |
6 | umonitor %r10 | |
7 | umonitor %r10d | |
ae1d3843 | 8 | umwait %ecx |
de89d0a3 IT |
9 | umwait %rcx |
10 | umwait %r10 | |
ae1d3843 L |
11 | umwait %r10d |
12 | tpause %ecx | |
de89d0a3 IT |
13 | tpause %rcx |
14 | tpause %r10 | |
ae1d3843 | 15 | tpause %r10d |