diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-08-30 11:11:08 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-08-30 11:11:08 -0700 |
commit | 2a9cd2c6cc19863c781bcaa8b276de6e528fba8e (patch) | |
tree | 89ab88820965f1f1850c59d55c61412aa9d5f5f8 /isa/rv32ui/sltiu.S | |
parent | 7b00a0caf23507faa66206fa260fe1eb991c5cc0 (diff) | |
download | riscv-tests-2a9cd2c6cc19863c781bcaa8b276de6e528fba8e.zip riscv-tests-2a9cd2c6cc19863c781bcaa8b276de6e528fba8e.tar.gz riscv-tests-2a9cd2c6cc19863c781bcaa8b276de6e528fba8e.tar.bz2 |
Add missing RV32 slt[i]u tests
Closes #12.
Diffstat (limited to 'isa/rv32ui/sltiu.S')
-rw-r--r-- | isa/rv32ui/sltiu.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/isa/rv32ui/sltiu.S b/isa/rv32ui/sltiu.S new file mode 100644 index 0000000..4185f9b --- /dev/null +++ b/isa/rv32ui/sltiu.S @@ -0,0 +1,7 @@ +# See LICENSE for license details. + +#include "riscv_test.h" +#undef RVTEST_RV64U +#define RVTEST_RV64U RVTEST_RV32U + +#include "../rv64ui/sltiu.S" |