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