From 64f0e8162856314c0beb9fd8c0573bc3997b269e Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 28 Jul 1997 10:52:39 +0000 Subject: [PATCH] More checks for pdivuw --- sim/testsuite/mips64vr5900el-elf/ChangeLog | 4 ++++ sim/testsuite/mips64vr5900el-elf/t-pdivuw.s | 14 ++++++++++++++ 2 files changed, 18 insertions(+) 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 -- 2.30.2