More checks for pdivuw

This commit is contained in:
Andrew Cagney 1997-07-28 10:52:39 +00:00
parent 4e9e52ab08
commit 64f0e81628
2 changed files with 18 additions and 0 deletions

View 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

View 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