x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ptwrite.s
CommitLineData
6b40c462
L
1# Check 32bit PTWRITE instructions
2
3 .text
4_start:
a0497384 5 .rept 2
6b40c462
L
6 ptwrite %ecx
7 ptwritel %ecx
8 ptwrite (%ecx)
9 ptwritel (%ecx)
10
11 .intel_syntax noprefix
12 ptwrite ecx
c2b9da16 13 ptwrite [ecx]
6b40c462 14 ptwrite DWORD PTR [ecx]
a0497384
JB
15
16 .att_syntax prefix
17 .code16
18 .endr
This page took 0.192749 seconds and 4 git commands to generate.