Test common synthetic insns (applicable to v8 or v9).
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 7 Mar 1996 22:50:09 +0000 (22:50 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 7 Mar 1996 22:50:09 +0000 (22:50 +0000)
gas/testsuite/gas/sparc/.Sanitize
gas/testsuite/gas/sparc/synth.d [new file with mode: 0644]
gas/testsuite/gas/sparc/synth.s [new file with mode: 0644]

index ef145782c5cb07b478125b6fd0e1b9c7ccf8959d..e67b6ef9ba8906cb1cdaebe2da51950560bd9372 100644 (file)
@@ -33,6 +33,8 @@ prefetch.d
 prefetch.s
 rdpr.d
 rdpr.s
+synth.d
+synth.s
 synth64.d
 synth64.s
 sparc.exp
diff --git a/gas/testsuite/gas/sparc/synth.d b/gas/testsuite/gas/sparc/synth.d
new file mode 100644 (file)
index 0000000..e65cfd3
--- /dev/null
@@ -0,0 +1,11 @@
+#as: -Av7
+#objdump: -dr
+#name: sparc synth
+
+.*: +file format .*sparc.*
+
+Disassembly of section .text:
+0+0000 <foo> xnor  %g1, %g0, %g2
+0+0004 <foo\+4> xnor  %g1, %g0, %g1
+0+0008 <foo\+8> neg  %g1, %g2
+0+000c <foo\+c> neg  %g1
diff --git a/gas/testsuite/gas/sparc/synth.s b/gas/testsuite/gas/sparc/synth.s
new file mode 100644 (file)
index 0000000..375709e
--- /dev/null
@@ -0,0 +1,7 @@
+# sparc64 synthetic insns
+       .text
+foo:
+       not %g1,%g2
+       not %g1
+       neg %g1,%g2
+       neg %g1