x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[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.053302 seconds and 4 git commands to generate.