Skip to content

Commit

Permalink
Merge pull request riscv#7 from a4lg/fix-encoding-lpsul-lpcul
Browse files Browse the repository at this point in the history
Fix funct7 of `lpsul` and `lpcul` instructions
  • Loading branch information
ved-rivos authored Nov 22, 2022
2 parents c6c9880 + 66f3cfb commit e3375c2
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 e3375c2

Please sign in to comment.