More checks for pdivuw
authorAndrew Cagney <cagney@redhat.com>
Mon, 28 Jul 1997 10:52:39 +0000 (10:52 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 28 Jul 1997 10:52:39 +0000 (10:52 +0000)
sim/testsuite/mips64vr5900el-elf/ChangeLog
sim/testsuite/mips64vr5900el-elf/t-pdivuw.s

index 03f5fbb..a6ad061 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 28 20:51:16 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * t-pdivuw.s: Also check normal cases.
+
 Tue Jul 15 13:34:07 1997  Andrew Cagney  <cagney@sendai.cygnus.com>
 
        ChangeLog: Create
index 3391871..f183b9a 100644 (file)
@@ -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