]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/i386/xsave-intel.d
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / i386 / xsave-intel.d
diff --git a/gas/testsuite/gas/i386/xsave-intel.d b/gas/testsuite/gas/i386/xsave-intel.d
new file mode 100644 (file)
index 0000000..246d0cf
--- /dev/null
@@ -0,0 +1,17 @@
+#source: xsave.s
+#as: -J
+#objdump: -dw -Mintel
+#name: i386 xsave (Intel mode)
+
+.*: +file format .*
+
+Disassembly of section .text:
+
+0+ <_start>:
+[      ]*[a-f0-9]+:    0f ae 2b                xrstor \[ebx\]
+[      ]*[a-f0-9]+:    0f ae 23                xsave  \[ebx\]
+[      ]*[a-f0-9]+:    0f 01 d0                xgetbv 
+[      ]*[a-f0-9]+:    0f 01 d1                xsetbv 
+[      ]*[a-f0-9]+:    0f ae 29                xrstor \[ecx\]
+[      ]*[a-f0-9]+:    0f ae 21                xsave  \[ecx\]
+#pass