From fd582a1cbd091576701d12e886d9ad91527320f9 Mon Sep 17 00:00:00 2001 From: David Li Date: Fri, 18 Dec 2015 21:20:36 -0500 Subject: Implement RV32I integer-register instructions --- src/isa/funct7.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/isa/funct7.rs (limited to 'src/isa/funct7.rs') diff --git a/src/isa/funct7.rs b/src/isa/funct7.rs new file mode 100644 index 0000000..f3446fb --- /dev/null +++ b/src/isa/funct7.rs @@ -0,0 +1,2 @@ +pub const ADD_SRL: u32 = 0x0; +pub const SUB_SRA: u32 = 0x1; -- cgit v1.2.3