x86: CpuXSAVE is a prereq for various other features
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave.s
index 37c7d5051074a6c11dcc3be2564b2d4fbdb60f35..1a9848b33089e7e18973df91e737ed309a58eb3f 100644 (file)
@@ -11,3 +11,28 @@ _start:
        xrstor          [ecx]
        xsave           [ecx]
        xsaveopt        [ecx]
+
+       .att_syntax prefix
+avx:
+       .arch generic32
+       .arch .avx
+       xsave   (%eax)
+       xrstor  (%eax)
+
+lwp:
+       .arch generic32
+       .arch .lwp
+       xsave   (%eax)
+       xrstor  (%eax)
+
+mpx:
+       .arch generic32
+       .arch .mpx
+       xsave   (%eax)
+       xrstor  (%eax)
+
+pku:
+       .arch generic32
+       .arch .ospke
+       xsave   (%eax)
+       xrstor  (%eax)
This page took 0.02438 seconds and 4 git commands to generate.