x86: Allow 32-bit registers for 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 %rcx
10 umwait %r10
11 umwait %r10d
12 tpause %ecx
13 tpause %rcx
14 tpause %r10
15 tpause %r10d
This page took 0.032958 seconds and 5 git commands to generate.