blob: a75351dcd4ae5aca7fd95e01521af8d861c9d76d [file] [log] [blame]
# Check 32bit WAITPKG instructions.
.text
_start:
.rept 2
umonitor %eax
umonitor %cx
umwait %ecx
umwait %ebx, %edx, %eax
tpause %ecx
tpause %ebx, %edx, %eax
.intel_syntax noprefix
umwait edi, edx, eax
tpause edi, edx, eax
.att_syntax prefix
.code16
.endr