aboutsummaryrefslogtreecommitdiff
path: root/src/zc.adoc
diff options
context:
space:
mode:
authorJordan Carlin <jordanmcarlin@gmail.com>2024-05-15 22:21:08 -0700
committerGitHub <noreply@github.com>2024-05-15 22:21:08 -0700
commit32fb99c7dd306884cb512c7191f83815ea8f9fd2 (patch)
tree9c94724ad9761bf0fe092e5b7c10e6755ce60844 /src/zc.adoc
parent5cf0363464f725a1331e44d003546932d4ae1db6 (diff)
downloadriscv-isa-manual-32fb99c7dd306884cb512c7191f83815ea8f9fd2.zip
riscv-isa-manual-32fb99c7dd306884cb512c7191f83815ea8f9fd2.tar.gz
riscv-isa-manual-32fb99c7dd306884cb512c7191f83815ea8f9fd2.tar.bz2
Remove c.zext.h prerequisites and operation from c.sext.b (#1415)
The c.zext.h prerequisites and operation were duplicated at the end of the c.sext.b section. Signed-off-by: Jordan Carlin <jordanmcarlin@gmail.com>
Diffstat (limited to 'src/zc.adoc')
-rw-r--r--src/zc.adoc20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/zc.adoc b/src/zc.adoc
index ac55345..ff4fab8 100644
--- a/src/zc.adoc
+++ b/src/zc.adoc
@@ -747,26 +747,6 @@ Operation:
X(rsdc) = EXTS(X(rsdc)[7..0]);
----
-Prerequisites:
-
-Zbb is also required.
-//
-//32-bit equivalent:
-//
-//<<insns-zext_h>> from Zbb
-
-[NOTE]
-====
-The SAIL module variable for _rd'/rs1'_ is called _rsdc_.
-====
-
-Operation:
-
-[source,sail]
-----
-X(rsdc) = EXTZ(X(rsdc)[15..0]);
-----
-
<<<
[#insns-c_zext_h,reftext="Zero extend halfword, 16-bit encoding"]
==== c.zext.h