From d25b4a8dd2222a1e26a995427d024f4fca8ad9c6 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Mon, 26 Jun 2023 07:48:42 -0400 Subject: Fixed typo Removed errant i from C.NTL.P1 is encoded as "C.ADDi" Signed-off-by: Bill Traynor --- src/zihintntl.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_. -- cgit v1.1