aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32uzbb/min.S
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-02-18 20:09:30 -0800
committerGitHub <noreply@github.com>2024-02-18 20:09:30 -0800
commit3bd02c8ab45666cf1c0532294f115c4d2ce3e027 (patch)
tree1a5653d944c240bb81dbfa4c37e922186af35215 /isa/rv32uzbb/min.S
parentad33ed3cb50b4cc23a44657a541f76325e659af0 (diff)
parent9c06101326cdd451a051bc3e6469b3c76f24d101 (diff)
downloadriscv-tests-3bd02c8ab45666cf1c0532294f115c4d2ce3e027.zip
riscv-tests-3bd02c8ab45666cf1c0532294f115c4d2ce3e027.tar.gz
riscv-tests-3bd02c8ab45666cf1c0532294f115c4d2ce3e027.tar.bz2
Merge pull request #539 from rogerchang23424/bitmanip
Add bitmanip test cases
Diffstat (limited to 'isa/rv32uzbb/min.S')
-rw-r--r--isa/rv32uzbb/min.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/rv32uzbb/min.S b/isa/rv32uzbb/min.S
new file mode 100644
index 0000000..c24a514
--- /dev/null
+++ b/isa/rv32uzbb/min.S
@@ -0,0 +1,7 @@
+# See LICENSE for license details.
+
+#include "riscv_test.h"
+#undef RVTEST_RV64U
+#define RVTEST_RV64U RVTEST_RV32U
+
+#include "../rv64uzbb/min.S"