diff options
author | Christopher Celio <celio@eecs.berkeley.edu> | 2014-04-18 16:42:03 -0700 |
---|---|---|
committer | Christopher Celio <celio@eecs.berkeley.edu> | 2014-04-18 16:42:03 -0700 |
commit | bc3505ed0b7ae151ac47f4073137b59d5fe0b5e6 (patch) | |
tree | 8440157692d1a41e1265e898ddbc3bf116baf591 | |
parent | 83ed3f519de9929b6551b98677047228a8ab4d0c (diff) | |
download | riscv-tests-bc3505ed0b7ae151ac47f4073137b59d5fe0b5e6.zip riscv-tests-bc3505ed0b7ae151ac47f4073137b59d5fe0b5e6.tar.gz riscv-tests-bc3505ed0b7ae151ac47f4073137b59d5fe0b5e6.tar.bz2 |
Added a new test case to REMW.
-rw-r--r-- | isa/rv64ui/remw.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isa/rv64ui/remw.S b/isa/rv64ui/remw.S index 26820e3..bdbc824 100644 --- 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 |