From: Andrew Cagney Date: Mon, 28 Jul 1997 10:52:39 +0000 (+0000) Subject: More checks for pdivuw X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64f0e8162856314c0beb9fd8c0573bc3997b269e;p=binutils-gdb.git More checks for pdivuw --- diff --git a/sim/testsuite/mips64vr5900el-elf/ChangeLog b/sim/testsuite/mips64vr5900el-elf/ChangeLog index 03f5fbbf626..a6ad061770f 100644 --- a/sim/testsuite/mips64vr5900el-elf/ChangeLog +++ b/sim/testsuite/mips64vr5900el-elf/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 28 20:51:16 1997 Andrew Cagney + + * t-pdivuw.s: Also check normal cases. + Tue Jul 15 13:34:07 1997 Andrew Cagney ChangeLog: Create diff --git a/sim/testsuite/mips64vr5900el-elf/t-pdivuw.s b/sim/testsuite/mips64vr5900el-elf/t-pdivuw.s index 3391871da07..f183b9a3c80 100644 --- a/sim/testsuite/mips64vr5900el-elf/t-pdivuw.s +++ b/sim/testsuite/mips64vr5900el-elf/t-pdivuw.s @@ -9,6 +9,20 @@ test_pdivuw: checkHI 0x000000007fffffff 0xffffffff80000000 checkLO 0x0000000000000000 0x0000000000000000 +test_pdivuw1: + load $7 0x7fffffff00000000 0x80000000ffffffff + load $8 0xffffffffffffffff 0xffffffffffffffff + pdivuw $7,$8 #Expectation: + checkHI 0x0000000000000000 0x0000000000000000 + checkLO 0x0000000000000000 0x0000000000000001 + +test_pdivuw2: + load $7 0x0000000000001000 0x0000000000001fff + load $8 0x0000000000000100 0x0000000000000100 + pdivuw $7,$8 #Expectation: + checkHI 0x0000000000000000 0x00000000000000ff + checkLO 0x0000000000000010 0x000000000000001f + test_pdivuw_0: load $7 0x000000007fffffff 0xffffffff80000000 load $8 0x0000000000000000 0x0000000000000000