From ff977c0e50286cc6a65e27642428e3aa9d980044 Mon Sep 17 00:00:00 2001
From: Donald Sebastian Leung
Date: Mon, 10 Aug 2020 12:59:00 +0800
Subject: [PATCH] Update README.md
---
insns/README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/insns/README.md b/insns/README.md
index 37bae7a..b8f5eae 100644
--- a/insns/README.md
+++ b/insns/README.md
@@ -46,6 +46,10 @@ _Note: This section is under development and will be updated as more classes are
- `InsnSra`: SRA instruction
- `InsnOr`: OR instruction
- `InsnAnd`: AND instruction
+ - `InsnRV32IITypeShift`: RV32I I-Type Instruction (Shift Variation)
+ - `InsnSlli`: SLLI instruction
+ - `InsnSrli`: SRLI instruction
+ - `InsnSrai`: SRAI instruction
## Parameters