From 7b17773bfcf0209c3f7f14b811fd9b402da3d893 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 27 Jun 2015 22:18:24 +0200 Subject: Added mul tests from riscv-tests --- firmware/start.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware') diff --git a/firmware/start.S b/firmware/start.S index bf2a55e..20dd5b5 100644 --- a/firmware/start.S +++ b/firmware/start.S @@ -217,6 +217,11 @@ start: TEST(or) TEST(and) + TEST(mulh) + TEST(mulhsu) + TEST(mulhu) + TEST(mul) + TEST(simple) /* set stack pointer */ -- cgit