aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-06-26 07:48:42 -0400
committerGitHub <noreply@github.com>2023-06-26 07:48:42 -0400
commitd25b4a8dd2222a1e26a995427d024f4fca8ad9c6 (patch)
treec0f9a1a32c0c9b6fe3d6bb02ec3ef637cf02b88a
parentc677ca693798437a23dc449a29658de38f4db9bd (diff)
downloadriscv-isa-manual-d25b4a8dd2222a1e26a995427d024f4fca8ad9c6.zip
riscv-isa-manual-d25b4a8dd2222a1e26a995427d024f4fca8ad9c6.tar.gz
riscv-isa-manual-d25b4a8dd2222a1e26a995427d024f4fca8ad9c6.tar.bz2
Fixed typo
Removed errant i from C.NTL.P1 is encoded as "C.ADDi" Signed-off-by: Bill Traynor <wmat@riscv.org>
-rw-r--r--src/zihintntl.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zihintntl.adoc b/src/zihintntl.adoc
index 51096e7..f855943 100644
--- a/src/zihintntl.adoc
+++ b/src/zihintntl.adoc
@@ -90,7 +90,7 @@ exploitable by the L1, or should use NTL.ALL indicate a lack of temporal
locality exploitable by the L2.
If the C extension is provided, compressed variants of these HINTs are
-also provided: C.NTL.P1 is encoded as C.ADDi _x0, x2_; C.NTL.PALL is
+also provided: C.NTL.P1 is encoded as C.ADD _x0, x2_; C.NTL.PALL is
encoded as C.ADD _x0, x3_; C.NTL.S1 is encoded as C.ADD _x0, x4_; and
C.NTL.ALL is encoded as C.ADD _x0, x5_.