Support AVX Programming Reference (June, 2010)
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-xsave.s
index b32dc6eec54d7634116d38a72eb7835cbcc5c135..e3316b225f9d4cdba2b4f97e37a349b7b00337a9 100644 (file)
@@ -24,6 +24,16 @@ _start:
        xrstor64 (%rax, %r8)
        xrstor64 (%r8, %r15)
 
+       xsaveopt (%rax)
+       xsaveopt (%r8)
+       xsaveopt (%r8, %rax)
+       xsaveopt (%rax, %r8)
+       xsaveopt (%r8, %r15)
+       xsaveopt64 (%rax)
+       xsaveopt64 (%r8)
+       xsaveopt64 (%r8, %rax)
+       xsaveopt64 (%rax, %r8)
+
        .intel_syntax noprefix
        xsave [rax]
        xsave [r8]
@@ -44,3 +54,13 @@ _start:
        xrstor64 [r8+rax*1]
        xrstor64 [rax+r8*1]
        xrstor64 [r8+r15*1]
+
+       xsaveopt [rax]
+       xsaveopt [r8]
+       xsaveopt [r8+rax*1]
+       xsaveopt [rax+r8*1]
+       xsaveopt [r8+r15*1]
+       xsaveopt64 [rax]
+       xsaveopt64 [r8]
+       xsaveopt64 [r8+rax*1]
+       xsaveopt64 [rax+r8*1]
This page took 0.024071 seconds and 4 git commands to generate.