]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/i386/i386.s
gas/
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / i386.s
index cee44a626e9c54cc58dc3954a7886c04b696dd86..5d5bda9ffe13eb4e6af70e04bc883e7d5dd82b92 100644 (file)
@@ -21,6 +21,9 @@
        movzbw  (%eax), %dx
        movzwl  (%eax), %edx
 
+       movnti %eax, (%eax)
+       movntil %eax, (%eax)
+
        .intel_syntax noprefix
        fnstsw
        fnstsw  ax
        movq    xmm1,[esp]
        movq    QWORD PTR [esp],xmm1
        movq    [esp],xmm1
+
+movsx ax, byte ptr [eax]
+movsx eax, byte ptr [eax]
+movsx eax, word ptr [eax]
+movzx ax, byte ptr [eax]
+movzx eax, byte ptr [eax]
+movzx eax, word ptr [eax]
+
+movnti dword ptr [eax], eax