x86: add missing IgnoreSize
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir.s
index 28dfa6154a1c4430938014e52a5a5a7eeedc0f56..29c381ca23c5cd1824f0233e7793c543eb609f6f 100644 (file)
@@ -3,11 +3,19 @@
        .allow_index_reg
        .text
 _start:
+       .rept 2
        movdiri %eax, (%ecx)
        movdir64b (%ecx),%eax
        movdir64b (%si),%ax
 
        .intel_syntax noprefix
        movdiri [ecx], eax
+       movdiri dword ptr [ecx], eax
        movdir64b eax,[ecx]
        movdir64b ax,[si]
+
+       .att_syntax prefix
+       .code16
+       .endr
+
+       nop
This page took 0.024684 seconds and 4 git commands to generate.