x86/Intel: extend MOVDIRI testing
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movdir.s
index f0fe2679787654c5dbd26d49ef44e3a99a11635c..6f9032dc4b34354ee1ec4fade597366dd43a6ef4 100644 (file)
@@ -8,6 +8,9 @@ _start:
        movdir64b (%ecx),%eax
 
        .intel_syntax noprefix
+       movdiri [rcx],eax
        movdiri [rcx],rax
+       movdiri dword ptr [rcx],eax
+       movdiri qword ptr [rcx],rax
        movdir64b rax,[rcx]
        movdir64b eax,[ecx]
This page took 0.025423 seconds and 4 git commands to generate.