Skip to content

Commit

Permalink
Fix funct7 of lpsul and lpcul instructions
Browse files Browse the repository at this point in the history
Ved mentioned in issue riscv#6 so that `lpsul` and `lpcul` has funct7 of
`1000011` but that doesn't match to the documentation.

This commit will fix it.

Signed-off-by: Tsukasa OI <[email protected]>
  • Loading branch information
a4lg committed Nov 22, 2022
1 parent c6c9880 commit 66f3cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfi_forward.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ using the `mop.rr` instructions defined by the Zimops extension.
|`lpcll` 2+^|`1000001` ^|`1` 3+^| `LLPL` 2+^|`100` 2+^|`0` 2+^|`1110011`
|`lpsml` 2+^|`1000011` ^|`0` |`0` 2+^| `MLPL` 2+^|`100` 2+^|`0` 2+^|`1110011`
|`lpcml` 2+^|`1000011` ^|`0` |`1` 2+^| `MLPL` 2+^|`100` 2+^|`0` 2+^|`1110011`
|`lpsul` 2+^|`1000101` ^|`1` |`0` 2+^| `ULPL` 2+^|`100` 2+^|`0` 2+^|`1110011`
|`lpcul` 2+^|`1000101` ^|`1` |`1` 2+^| `ULPL` 2+^|`100` 2+^|`0` 2+^|`1110011`
|`lpsul` 2+^|`1000011` ^|`1` |`0` 2+^| `ULPL` 2+^|`100` 2+^|`0` 2+^|`1110011`
|`lpcul` 2+^|`1000011` ^|`1` |`1` 2+^| `ULPL` 2+^|`100` 2+^|`0` 2+^|`1110011`
| 2+^|`7` ^|`1` |`1` 2+^| `8` 2+^|`3` 2+^|`5` 2+^|`7`
|===

Expand Down

0 comments on commit 66f3cfb

Please sign in to comment.