summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix-bad.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix-bad.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix-bad.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix-bad.s b/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix-bad.s
new file mode 100644
index 00000000..c4462f6c
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/i386/x86-64-suffix-bad.s
@@ -0,0 +1,17 @@
+ .text
+start:
+ orw %al, (%rax)
+ orl %al, (%rax)
+ orq %al, (%rax)
+
+ orb %ax, (%rax)
+ orl %ax, (%rax)
+ orq %ax, (%rax)
+
+ orb %eax, (%rax)
+ orw %eax, (%rax)
+ orq %eax, (%rax)
+
+ orb %rax, (%rax)
+ orw %rax, (%rax)
+ orl %rax, (%rax)