x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir.s
CommitLineData
c0a30a9f
L
1# Check MOVDIR[I,64B] 32-bit instructions
2
3 .allow_index_reg
4 .text
5_start:
a0497384 6 .rept 2
c0a30a9f
L
7 movdiri %eax, (%ecx)
8 movdir64b (%ecx),%eax
9 movdir64b (%si),%ax
10
11 .intel_syntax noprefix
12 movdiri [ecx], eax
77ad8092 13 movdiri dword ptr [ecx], eax
c0a30a9f
L
14 movdir64b eax,[ecx]
15 movdir64b ax,[si]
a0497384
JB
16
17 .att_syntax prefix
18 .code16
19 .endr
20
21 nop
This page took 0.123043 seconds and 4 git commands to generate.