From cf295596ef7293c35092d0571e14278d836f20db Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Thu, 27 Aug 2020 13:53:49 +0800 Subject: [PATCH] Update README.md --- rvfi/insns/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rvfi/insns/README.md b/rvfi/insns/README.md index 596e5a4..1c5de27 100644 --- a/rvfi/insns/README.md +++ b/rvfi/insns/README.md @@ -98,6 +98,10 @@ Below is a list of instructions currently supported by this port of the riscv-fo - `InsnLwu`: LWU instruction - `InsnLd`: LD instruction - `InsnAddiw`: ADDIW instruction + - `InsnRV64IITypeShift`: RV64I I-Type Instruction (Shift Variation) + - `InsnSlliw`: SLLIW instruction + - `InsnSrliw`: SRLIW instruction + - `InsnSraiw`: SRAIW instruction - `InsnSd`: SD instruction ### ISAs