From: Christopher Celio Date: Fri, 18 Apr 2014 23:42:03 +0000 (-0700) Subject: Added a new test case to REMW. X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=bc3505ed0b7ae151ac47f4073137b59d5fe0b5e6 Added a new test case to REMW. --- 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