summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i860/dir-intel01.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/i860/dir-intel01.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/i860/dir-intel01.s19
1 files changed, 19 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/i860/dir-intel01.s b/binutils-2.25/gas/testsuite/gas/i860/dir-intel01.s
new file mode 100644
index 00000000..21aa685e
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/i860/dir-intel01.s
@@ -0,0 +1,19 @@
+// Intel assembler directives:
+// Test that the .dual and .enddual directives are recognized and
+// function (i.e., that the dual bits are set properly).
+
+ .text
+
+ nop
+ nop
+ .dual
+ fadd.ss f0,f1,f2
+ nop
+ fadd.sd f2,f3,f4
+ nop
+ fadd.dd f6,f8,f10
+ nop
+ .enddual
+ nop
+ nop
+