i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / waitpkg.s
1 # Check 32bit WAITPKG instructions.
2
3 .text
4 _start:
5 umonitor %eax
6 umonitor %cx
7 umwait %ecx
8 tpause %ecx
This page took 0.030985 seconds and 4 git commands to generate.