projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ed3f5
)
Added a new test case to REMW.
author
Christopher Celio
<celio@eecs.berkeley.edu>
Fri, 18 Apr 2014 23:42:03 +0000
(16:42 -0700)
committer
Christopher Celio
<celio@eecs.berkeley.edu>
Fri, 18 Apr 2014 23:42:03 +0000
(16:42 -0700)
isa/rv64ui/remw.S
patch
|
blob
|
history
diff --git
a/isa/rv64ui/remw.S
b/isa/rv64ui/remw.S
index 26820e372e11c2f2a281537909ef3a5aba9380ba..bdbc8244e6707571e8197ac8c87ea02c1c4d5b74 100644
(file)
--- a/
isa/rv64ui/remw.S
+++ b/
isa/rv64ui/remw.S
@@
-26,6
+26,7
@@
RVTEST_CODE_BEGIN
TEST_RR_OP( 8, remw, -1<<31, -1<<31, 0 );
TEST_RR_OP( 9, remw, 1, 1, 0 );
TEST_RR_OP(10, remw, 0, 0, 0 );
+ TEST_RR_OP(11, remw, 0xfffffffffffff897,0xfffffffffffff897, 0 );
TEST_PASSFAIL