aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-02 10:49:35 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-02 10:49:35 +0200
commitc48a3b2434e239aa45462a41f2e216fa65b00932 (patch)
treec88472ee3fc60653db6965c3e075c96704b7b5cb /tests
parent084056f729cb4408cbeda954a5aec8ef4f01a0df (diff)
downloadpicorv32-c48a3b2434e239aa45462a41f2e216fa65b00932.tar.gz
picorv32-c48a3b2434e239aa45462a41f2e216fa65b00932.zip
Removed trailing whitespaces
Diffstat (limited to 'tests')
-rw-r--r--tests/srli.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/srli.S b/tests/srli.S
index c2797cd..be56dc3 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 );