x86: improve handling of insns with ambiguous operand sizes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-ptwrite.s
1 # Check 64bit PTWRITE instructions
2
3 .text
4 _start:
5 ptwrite %ecx
6 ptwritel %ecx
7 ptwrite %rcx
8 ptwriteq %rcx
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]
This page took 0.041938 seconds and 4 git commands to generate.