Support AVX Programming Reference (June, 2010)
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave.s
index 5ed3ca58f88eaa0bccec39db268a67f9917ed99a..37c7d5051074a6c11dcc3be2564b2d4fbdb60f35 100644 (file)
@@ -3,9 +3,11 @@
 _start:
        xrstor          (%ebx)
        xsave           (%ebx)
+       xsaveopt        (%ebx)
        xgetbv
        xsetbv
 
        .intel_syntax noprefix
        xrstor          [ecx]
        xsave           [ecx]
+       xsaveopt        [ecx]
This page took 0.024444 seconds and 4 git commands to generate.