x86: make sure all PUSH/POP honor DefaultSize
[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 ptwrite (%rcx)
10 ptwritel (%rcx)
11 ptwriteq (%rcx)
12
13 .intel_syntax noprefix
14 ptwrite ecx
15 ptwrite rcx
16 ptwrite DWORD PTR [rcx]
17 ptwrite QWORD PTR [rcx]
This page took 0.030028 seconds and 4 git commands to generate.