summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix.s28
1 files changed, 28 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix.s b/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix.s
new file mode 100644
index 00000000..d5838217
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix.s
@@ -0,0 +1,28 @@
+# Disassembling with -Msuffix.
+
+ .text
+foo:
+ monitor
+ mwait
+
+ vmcall
+ vmlaunch
+ vmresume
+ vmxoff
+
+ iretw
+ iretl
+ iret
+ iretq
+ sysretl
+ sysret
+ sysretq
+
+ .intel_syntax noprefix
+ iretw
+ iretd
+ iret
+ iretq
+ sysretd
+ sysret
+ sysretq