aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32si/csr.S
blob: 9f095c7029cbb648641fc850690a0d3734ebb730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See LICENSE for license details.

#*****************************************************************************
# csr.S
#-----------------------------------------------------------------------------
#
# Test CSRRx and CSRRxI instructions.
#

#include "riscv_test.h"
#include "test_macros.h"

#undef RVTEST_RV64S
#define RVTEST_RV64S RVTEST_RV32S

#include "../rv64si/csr.S"