]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/i386/x86-64-ptwrite.s
x86: improve handling of insns with ambiguous operand sizes
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-ptwrite.s
CommitLineData
6b40c462
L
1# Check 64bit PTWRITE instructions
2
3 .text
4_start:
5 ptwrite %ecx
6 ptwritel %ecx
7 ptwrite %rcx
8 ptwriteq %rcx
6b40c462
L
9 ptwritel (%rcx)
10 ptwriteq (%rcx)
11
12 .intel_syntax noprefix
13 ptwrite ecx
14 ptwrite rcx
15 ptwrite DWORD PTR [rcx]
16 ptwrite QWORD PTR [rcx]