]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/i386/ept.s
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / i386 / ept.s
diff --git a/gas/testsuite/gas/i386/ept.s b/gas/testsuite/gas/i386/ept.s
new file mode 100644 (file)
index 0000000..70ecacd
--- /dev/null
@@ -0,0 +1,9 @@
+# Check EPT instructions
+       .text
+_start:
+       invept  (%ecx), %ebx
+       invvpid (%ecx), %ebx
+
+       .intel_syntax noprefix
+       invept ebx, oword ptr [ecx]
+       invvpid ebx, oword ptr [ecx]