]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/i386/x86-64-movdir.s
x86/Intel: extend MOVDIRI testing
[thirdparty/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]