Add remaining zbb tests
- Add tests for the remaining zbb instructions:
- rol
- ror
- rori
- orc.b
- rev8
Change-Id: I528f78d005f60e7bb979069aabeabf96e6bc82f9
diff --git a/tests/riscv-tests/BUILD b/tests/riscv-tests/BUILD
index b37da62..b224702 100644
--- a/tests/riscv-tests/BUILD
+++ b/tests/riscv-tests/BUILD
@@ -145,7 +145,6 @@
],
) for test in RV32UM_TESTS]
-# andn.S clz.S cpop.S ctz.S Makefrag max.S maxu.S min.S minu.S orc_b.S orn.S rev8.S rol.S rori.S ror.S sext_b.S sext_h.S xnor.S zext_h.S
RV32UZBB_TESTS_64 = [
"andn",
"max",
@@ -182,6 +181,11 @@
"clz",
"cpop",
"ctz",
+ "orc_b",
+ "rev8",
+ "rol",
+ "ror",
+ "rori",
]
[kelvin_test(