aboutsummaryrefslogtreecommitdiffstats
path: root/tests/srli.S
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-12-16 15:36:15 +0100
committerClifford Wolf <clifford@clifford.at>2015-12-16 15:36:15 +0100
commit6e6aeaeab63e5cb6cc992c256c7693328b4606d6 (patch)
tree8f3b55309a7eb480ca5fb39775a97c13220f1295 /tests/srli.S
parent473ff0d70008dff87c3353f9291072f3e67d9976 (diff)
downloadpicorv32-6e6aeaeab63e5cb6cc992c256c7693328b4606d6.tar.gz
picorv32-6e6aeaeab63e5cb6cc992c256c7693328b4606d6.zip
Bump riscv-gnu-toolchain version
Diffstat (limited to 'tests/srli.S')
-rw-r--r--tests/srli.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/srli.S b/tests/srli.S
index be56dc3..c2797cd 100644
--- a/tests/srli.S
+++ b/tests/srli.S
@@ -48,11 +48,11 @@ RVTEST_CODE_BEGIN
TEST_IMM_DEST_BYPASS( 22, 0, srl, 0x7fffc000, 0xffff8000, 1 );
TEST_IMM_DEST_BYPASS( 23, 1, srl, 0x0003fffe, 0xffff8000, 14 );
TEST_IMM_DEST_BYPASS( 24, 2, srl, 0x0001ffff, 0xffff8000, 15 );
-
+
TEST_IMM_SRC1_BYPASS( 25, 0, srl, 0x7fffc000, 0xffff8000, 1 );
TEST_IMM_SRC1_BYPASS( 26, 1, srl, 0x0003fffe, 0xffff8000, 14 );
TEST_IMM_SRC1_BYPASS( 27, 2, srl, 0x0001ffff, 0xffff8000, 15 );
-
+
TEST_IMM_ZEROSRC1( 28, srli, 0, 31 );
TEST_IMM_ZERODEST( 29, srli, 33, 20 );