i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-waitpkg.s
CommitLineData
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
This page took 0.11598 seconds and 4 git commands to generate.