Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/i386/x86-64-ptwrite.s
2023-03-06 14:48:14 +01:00

16 lines
244 B
ArmAsm

# 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]