* Fix for testcase for checking PR 17362.
Tue Oct 27 15:20:16 EST 1998 Frank Ch. Eigler <fche@cygnus.com> * t-prot3w.s: Test changed spec of prot3w insn.
This commit is contained in:
parent
2321a68bf8
commit
fe146542dd
2 changed files with 30 additions and 0 deletions
|
@ -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.
|
||||
|
|
14
sim/testsuite/mips64r5900-elf/t-prot3w.s
Normal file
14
sim/testsuite/mips64r5900-elf/t-prot3w.s
Normal file
|
@ -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
|
Loading…
Reference in a new issue