Update README.md
This commit is contained in:
parent
fe5e73b6cb
commit
5d17b917b4
|
@ -102,12 +102,19 @@ Below is a list of instructions currently supported by this port of the riscv-fo
|
||||||
- `InsnSlliw`: SLLIW instruction
|
- `InsnSlliw`: SLLIW instruction
|
||||||
- `InsnSrliw`: SRLIW instruction
|
- `InsnSrliw`: SRLIW instruction
|
||||||
- `InsnSraiw`: SRAIW instruction
|
- `InsnSraiw`: SRAIW instruction
|
||||||
|
- `InsnRV64IRType`: RV64I R-Type Instruction
|
||||||
|
- `InsnAddw`: ADDW instruction
|
||||||
|
- `InsnSubw`: SUBW instruction
|
||||||
|
- `InsnSllw`: SLLW instruction
|
||||||
|
- `InsnSrlw`: SRLW instruction
|
||||||
|
- `InsnSraw`: SRAW instruction
|
||||||
- `InsnSd`: SD instruction
|
- `InsnSd`: SD instruction
|
||||||
|
|
||||||
### ISAs
|
### ISAs
|
||||||
|
|
||||||
- `IsaRV32I`: RV32I Base ISA
|
- `IsaRV32I`: RV32I Base ISA
|
||||||
- `IsaRV32M`: RV32M Standard Extension
|
- `IsaRV32M`: RV32M Standard Extension
|
||||||
|
- `IsaRV64I`: RV64I Base ISA
|
||||||
|
|
||||||
## Core-specific parameters
|
## Core-specific parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue