From 66f3cfba633325df32597776edadf2f083ac0340 Mon Sep 17 00:00:00 2001 From: Tsukasa OI Date: Tue, 22 Nov 2022 00:17:20 +0000 Subject: [PATCH] Fix funct7 of lpsul and lpcul instructions Ved mentioned in issue #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 --- cfi_forward.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfi_forward.adoc b/cfi_forward.adoc index 47c2e70..e02ebfa 100644 --- a/cfi_forward.adoc +++ b/cfi_forward.adoc @@ -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` |===