blob: b516f3054a2a268174a6ca069466f121126fc73f [file] [log] [blame]
# Check 64bit PTWRITE instructions
.text
_start:
ptwrite %ecx
ptwritel %ecx
ptwrite %rcx
ptwriteq %rcx
ptwritel (%rcx)
ptwriteq (%rcx)
.intel_syntax noprefix
ptwrite ecx
ptwrite rcx
ptwrite DWORD PTR [rcx]
ptwrite QWORD PTR [rcx]