mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
More checks for pdivuw
This commit is contained in:
parent
4e9e52ab08
commit
64f0e81628
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user