* Fix for testcase for checking PR 17362.
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 27 Oct 1998 21:49:15 +0000 (21:49 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 27 Oct 1998 21:49:15 +0000 (21:49 +0000)
Tue Oct 27 15:20:16 EST 1998  Frank Ch. Eigler <fche@cygnus.com>

* t-prot3w.s: Test changed spec of prot3w insn.

sim/testsuite/mips64r5900-elf/ChangeLog
sim/testsuite/mips64r5900-elf/t-prot3w.s [new file with mode: 0644]

index d1ad04e5fd20c0a421d2945422f1b0cae22b1c57..7b1600f553cdadf14515c14f5c543cde0b38323a 100644 (file)
@@ -1,3 +1,19 @@
+Tue Oct 27 15:20:16 EST 1998  Frank Ch. Eigler <fche@cygnus.com>
+
+       * t-prot3w.s: Test changed spec of prot3w insn.
+
+Wed Jul 15 14:57:26 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * f-div.s: Add tests of more edge conditions.
+       * f-rsqrt.s: Add third argument to RSQRT.
+       * f-cond.s: Replace C.LE.S with C.OLE.S and C.LT.S with C.OLT.S.
+
+Mon May 25 15:46:32 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * t-ldl.s, t-ldr.s, t-lwl.s, t-lwr.s, t-sdl.s, t-sdr.s, t-swl.s,
+       t-swr.s: New files.
+       * Makefile.in (TESTS): Update.
+
 Thu May 21 19:04:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * Makefile.in (TESTS): Add t-sub.ok.
diff --git a/sim/testsuite/mips64r5900-elf/t-prot3w.s b/sim/testsuite/mips64r5900-elf/t-prot3w.s
new file mode 100644 (file)
index 0000000..1c9f018
--- /dev/null
@@ -0,0 +1,14 @@
+.include "t-macros.i"
+
+       start
+
+test_prot3w:   
+        load $8 0x3333333311111111 0x2222222244444444
+        prot3w  $10,$8       #Expectation:
+
+       # Prior to PR 17362, this was:
+        # check10 0x1111111122222222 0x3333333344444444
+
+        check10 0x1111111144444444 0x2222222233333333
+
+       exit0