aboutsummaryrefslogtreecommitdiff
path: root/isa/rv32uzfh/move.S
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rv32uzfh/move.S')
-rw-r--r--isa/rv32uzfh/move.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/rv32uzfh/move.S b/isa/rv32uzfh/move.S
new file mode 100644
index 0000000..b399a76
--- /dev/null
+++ b/isa/rv32uzfh/move.S
@@ -0,0 +1,7 @@
+# See LICENSE for license details.
+
+#include "riscv_test.h"
+#undef RVTEST_RV64UH
+#define RVTEST_RV64UH RVTEST_RV32UH
+
+#include "../rv64uzfh/move.S"