aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-03-08 20:51:35 +0000
committerIan Lance Taylor <ian@airs.com>1995-03-08 20:51:35 +0000
commit27326785a5ee2fc94a449006efa933bfc5631e1f (patch)
treed8011402ebf6949996d3e8017b92de3540146483
parent0f6020cb0276637642162ec9ca377a4585e44580 (diff)
downloadfsf-binutils-gdb-27326785a5ee2fc94a449006efa933bfc5631e1f.zip
fsf-binutils-gdb-27326785a5ee2fc94a449006efa933bfc5631e1f.tar.gz
fsf-binutils-gdb-27326785a5ee2fc94a449006efa933bfc5631e1f.tar.bz2
* gas/mips/mips4.d, gas/mips/mips4.s: New files.
* gas/mips/mips.exp: Run new test.
-rw-r--r--gas/testsuite/gas/mips/mips4.d51
1 files changed, 51 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mips/mips4.d b/gas/testsuite/gas/mips/mips4.d
new file mode 100644
index 0000000..eb91f87
--- /dev/null
+++ b/gas/testsuite/gas/mips/mips4.d
@@ -0,0 +1,51 @@
+#objdump: -dr
+#name: mips4
+#as: -mips4
+
+# Test the mips4 macros.
+
+.*: +file format .*mips.*
+
+Disassembly of section .text:
+0+0000 <[^>]*> bc1f 00000000 <text_label>
+...
+0+0008 <[^>]*> bc1f 1,00000000 <text_label>
+...
+0+0010 <[^>]*> bc1fl 1,00000000 <text_label>
+...
+0+0018 <[^>]*> bc1t 1,00000000 <text_label>
+...
+0+0020 <[^>]*> bc1tl 2,00000000 <text_label>
+...
+0+0028 <[^>]*> c.f.d \$f4,\$f6
+0+002c <[^>]*> c.f.d 1,\$f4,\$f6
+0+0030 <[^>]*> ldxc1 \$f2,\$a0\(\$a1\)
+0+0034 <[^>]*> lwxc1 \$f2,\$a0\(\$a1\)
+0+0038 <[^>]*> madd.d \$f0,\$f2,\$f4,\$f6
+0+003c <[^>]*> madd.s \$f0,\$f2,\$f4,\$f6
+0+0040 <[^>]*> movf \$a0,\$a1,4
+0+0044 <[^>]*> movf.d \$f4,\$f6,0
+0+0048 <[^>]*> movf.s \$f4,\$f6,0
+0+004c <[^>]*> movn \$a0,\$a2,\$a2
+0+0050 <[^>]*> movn.d \$f4,\$f5,\$a2
+0+0054 <[^>]*> movn.s \$f4,\$f5,\$a2
+0+0058 <[^>]*> movt \$a0,\$a1,4
+0+005c <[^>]*> movt.d \$f4,\$f6,0
+0+0060 <[^>]*> movt.s \$f4,\$f6,0
+0+0064 <[^>]*> movz \$a0,\$a2,\$a2
+0+0068 <[^>]*> movz.d \$f4,\$f5,\$a2
+0+006c <[^>]*> movz.s \$f4,\$f5,\$a2
+0+0070 <[^>]*> msub.d \$f0,\$f2,\$f4,\$f6
+0+0074 <[^>]*> msub.s \$f0,\$f2,\$f4,\$f6
+0+0078 <[^>]*> nmadd.d \$f0,\$f2,\$f4,\$f6
+0+007c <[^>]*> nmadd.s \$f0,\$f2,\$f4,\$f6
+0+0080 <[^>]*> nmsub.d \$f0,\$f2,\$f4,\$f6
+0+0084 <[^>]*> nmsub.s \$f0,\$f2,\$f4,\$f6
+0+0088 <[^>]*> prefx 0x4,\$a0\(\$a1\)
+0+008c <[^>]*> recip.d \$f4,\$f6
+0+0090 <[^>]*> recip.s \$f4,\$f6
+0+0094 <[^>]*> rsqrt.d \$f4,\$f6
+0+0098 <[^>]*> rsqrt.s \$f4,\$f6
+0+009c <[^>]*> sdxc1 \$f4,\$a0\(\$a1\)
+0+00a0 <[^>]*> swxc1 \$f4,\$a0\(\$a1\)
+...