aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64ui/rdnpc.S
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rv64ui/rdnpc.S')
-rw-r--r--isa/rv64ui/rdnpc.S31
1 files changed, 0 insertions, 31 deletions
diff --git a/isa/rv64ui/rdnpc.S b/isa/rv64ui/rdnpc.S
deleted file mode 100644
index e00839e..0000000
--- a/isa/rv64ui/rdnpc.S
+++ /dev/null
@@ -1,31 +0,0 @@
-# See LICENSE for license details.
-
-#*****************************************************************************
-# rdnpc_w.S
-#-----------------------------------------------------------------------------
-#
-# Test rdnpc instruction.
-#
-
-#include "riscv_test.h"
-#include "test_macros.h"
-
-RVTEST_RV64U
-RVTEST_CODE_BEGIN
-
- TEST_CASE(2, a0, 4, \
- rdnpc a0; \
- jal 1f; \
- 1: sub a0, ra, a0; \
- )
-
- TEST_PASSFAIL
-
-RVTEST_CODE_END
-
- .data
-RVTEST_DATA_BEGIN
-
- TEST_DATA
-
-RVTEST_DATA_END